Package org.elasticsearch.client.watcher
Class WatcherStatsResponse.Node
- java.lang.Object
-
- org.elasticsearch.client.watcher.WatcherStatsResponse.Node
-
- Enclosing class:
- WatcherStatsResponse
public static class WatcherStatsResponse.Node extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ConstructingObjectParser<WatcherStatsResponse.Node,Void>PARSER
-
Constructor Summary
Constructors Constructor Description Node(String nodeId, WatcherState watcherState, long watchesCount, long threadPoolQueueSize, long threadPoolMaxSize, List<WatchExecutionSnapshot> snapshots, List<QueuedWatch> queuedWatches, Map<String,Object> stats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetNodeId()List<QueuedWatch>getQueuedWatches()List<WatchExecutionSnapshot>getSnapshots()Map<String,Object>getStats()longgetThreadPoolMaxSize()longgetThreadPoolQueueSize()WatcherStategetWatcherState()longgetWatchesCount()inthashCode()
-
-
-
Field Detail
-
PARSER
public static final ConstructingObjectParser<WatcherStatsResponse.Node,Void> PARSER
-
-
Constructor Detail
-
Node
public Node(String nodeId, WatcherState watcherState, long watchesCount, long threadPoolQueueSize, long threadPoolMaxSize, List<WatchExecutionSnapshot> snapshots, List<QueuedWatch> queuedWatches, Map<String,Object> stats)
-
-
Method Detail
-
getNodeId
public String getNodeId()
-
getWatchesCount
public long getWatchesCount()
-
getWatcherState
public WatcherState getWatcherState()
-
getThreadPoolQueueSize
public long getThreadPoolQueueSize()
-
getThreadPoolMaxSize
public long getThreadPoolMaxSize()
-
getSnapshots
public List<WatchExecutionSnapshot> getSnapshots()
-
getQueuedWatches
public List<QueuedWatch> getQueuedWatches()
-
-