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 java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.xcontent.ConstructingObjectParser<WatcherStatsResponse.Node,java.lang.Void>PARSER -
Constructor Summary
Constructors Constructor Description Node(java.lang.String nodeId, WatcherState watcherState, long watchesCount, long threadPoolQueueSize, long threadPoolMaxSize, java.util.List<WatchExecutionSnapshot> snapshots, java.util.List<QueuedWatch> queuedWatches, java.util.Map<java.lang.String,java.lang.Object> stats) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetNodeId()java.util.List<QueuedWatch>getQueuedWatches()java.util.List<WatchExecutionSnapshot>getSnapshots()java.util.Map<java.lang.String,java.lang.Object>getStats()longgetThreadPoolMaxSize()longgetThreadPoolQueueSize()WatcherStategetWatcherState()longgetWatchesCount()inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<WatcherStatsResponse.Node,java.lang.Void> PARSER
-
-
Constructor Details
-
Node
public Node(java.lang.String nodeId, WatcherState watcherState, long watchesCount, long threadPoolQueueSize, long threadPoolMaxSize, java.util.List<WatchExecutionSnapshot> snapshots, java.util.List<QueuedWatch> queuedWatches, java.util.Map<java.lang.String,java.lang.Object> stats)
-
-
Method Details
-
getNodeId
public java.lang.String getNodeId() -
getWatchesCount
public long getWatchesCount() -
getWatcherState
-
getThreadPoolQueueSize
public long getThreadPoolQueueSize() -
getThreadPoolMaxSize
public long getThreadPoolMaxSize() -
getSnapshots
-
getQueuedWatches
-
getStats
public java.util.Map<java.lang.String,java.lang.Object> getStats() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-