Package org.elasticsearch.client.enrich
Class StatsResponse.CoordinatorStats
- java.lang.Object
-
- org.elasticsearch.client.enrich.StatsResponse.CoordinatorStats
-
- Enclosing class:
- StatsResponse
public static final class StatsResponse.CoordinatorStats extends Object
-
-
Constructor Summary
Constructors Constructor Description CoordinatorStats(String nodeId, int queueSize, int remoteRequestsCurrent, long remoteRequestsTotal, long executedSearchesTotal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetExecutedSearchesTotal()StringgetNodeId()intgetQueueSize()intgetRemoteRequestsCurrent()longgetRemoteRequestsTotal()inthashCode()
-
-
-
Constructor Detail
-
CoordinatorStats
public CoordinatorStats(String nodeId, int queueSize, int remoteRequestsCurrent, long remoteRequestsTotal, long executedSearchesTotal)
-
-
Method Detail
-
getNodeId
public String getNodeId()
-
getQueueSize
public int getQueueSize()
-
getRemoteRequestsCurrent
public int getRemoteRequestsCurrent()
-
getRemoteRequestsTotal
public long getRemoteRequestsTotal()
-
getExecutedSearchesTotal
public long getExecutedSearchesTotal()
-
-