Class ClusterAllocationExplainResponse
java.lang.Object
org.opensearch.core.transport.TransportMessage
org.opensearch.core.transport.TransportResponse
org.opensearch.core.action.ActionResponse
org.opensearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
- All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable
@PublicApi(since="1.0.0")
public class ClusterAllocationExplainResponse
extends org.opensearch.core.action.ActionResponse
Explanation response for a shard in the cluster
- Opensearch.api:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.core.transport.TransportResponse
org.opensearch.core.transport.TransportResponse.Empty
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
-
Constructor Summary
ConstructorDescriptionClusterAllocationExplainResponse
(org.opensearch.core.common.io.stream.StreamInput in) -
Method Summary
Modifier and TypeMethodDescriptionReturn the explanation for shard allocation in the clustervoid
writeTo
(org.opensearch.core.common.io.stream.StreamOutput out) Methods inherited from class org.opensearch.core.transport.TransportMessage
remoteAddress, remoteAddress
-
Constructor Details
-
ClusterAllocationExplainResponse
public ClusterAllocationExplainResponse(org.opensearch.core.common.io.stream.StreamInput in) throws IOException - Throws:
IOException
-
ClusterAllocationExplainResponse
-
-
Method Details
-
getExplanation
Return the explanation for shard allocation in the cluster -
writeTo
- Throws:
IOException
-