Class StatsResponse.CoordinatorStats

java.lang.Object
org.elasticsearch.client.enrich.StatsResponse.CoordinatorStats
Enclosing class:
StatsResponse

public static final class StatsResponse.CoordinatorStats extends Object
  • Constructor Details

    • CoordinatorStats

      public CoordinatorStats(String nodeId, int queueSize, int remoteRequestsCurrent, long remoteRequestsTotal, long executedSearchesTotal)
  • Method Details

    • getNodeId

      public String getNodeId()
    • getQueueSize

      public int getQueueSize()
    • getRemoteRequestsCurrent

      public int getRemoteRequestsCurrent()
    • getRemoteRequestsTotal

      public long getRemoteRequestsTotal()
    • getExecutedSearchesTotal

      public long getExecutedSearchesTotal()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object