public class ClusterAllocationExplainAction extends Action<ClusterAllocationExplainRequest,ClusterAllocationExplainResponse,ClusterAllocationExplainRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static ClusterAllocationExplainAction |
INSTANCE |
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
ClusterAllocationExplainRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
ClusterAllocationExplainResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final ClusterAllocationExplainAction INSTANCE
public static final java.lang.String NAME
public ClusterAllocationExplainResponse newResponse()
GenericAction
newResponse
in class GenericAction<ClusterAllocationExplainRequest,ClusterAllocationExplainResponse>
public ClusterAllocationExplainRequestBuilder newRequestBuilder(ElasticsearchClient client)
Action