Class ClusterSearchShardsAction
- java.lang.Object
-
- org.elasticsearch.action.Action<ClusterSearchShardsResponse>
-
- org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction
-
public class ClusterSearchShardsAction extends Action<ClusterSearchShardsResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterSearchShardsActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<ClusterSearchShardsResponse>getResponseReader()Get a reader that can create a new instance of the class from aStreamInputClusterSearchShardsResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final ClusterSearchShardsAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public ClusterSearchShardsResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<ClusterSearchShardsResponse>
-
getResponseReader
public Writeable.Reader<ClusterSearchShardsResponse> getResponseReader()
Description copied from class:ActionGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classAction<ClusterSearchShardsResponse>
-
-