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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CoordinatorStats(java.lang.String nodeId, int queueSize, int remoteRequestsCurrent, long remoteRequestsTotal, long executedSearchesTotal)
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)longgetExecutedSearchesTotal()java.lang.StringgetNodeId()intgetQueueSize()intgetRemoteRequestsCurrent()longgetRemoteRequestsTotal()inthashCode()
-
-
-
Method Detail
-
getNodeId
public java.lang.String getNodeId()
-
getQueueSize
public int getQueueSize()
-
getRemoteRequestsCurrent
public int getRemoteRequestsCurrent()
-
getRemoteRequestsTotal
public long getRemoteRequestsTotal()
-
getExecutedSearchesTotal
public long getExecutedSearchesTotal()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-