Class NodesStatsAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<Response>
-
- org.elasticsearch.action.StreamableResponseActionType<NodesStatsResponse>
-
- org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
-
public class NodesStatsAction extends StreamableResponseActionType<NodesStatsResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static NodesStatsActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description NodesStatsResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.StreamableResponseActionType
getResponseReader
-
Methods inherited from class org.elasticsearch.action.ActionType
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final NodesStatsAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public NodesStatsResponse newResponse()
Description copied from class:StreamableResponseActionTypeCreates a new response instance.- Specified by:
newResponsein classStreamableResponseActionType<NodesStatsResponse>
-
-