Class PublishClusterStateStats

java.lang.Object
org.elasticsearch.discovery.zen.PublishClusterStateStats
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject

public class PublishClusterStateStats extends Object implements Writeable, ToXContentObject
Class encapsulating stats about the PublishClusterStateAction
  • Constructor Details

    • PublishClusterStateStats

      public PublishClusterStateStats(long fullClusterStateReceivedCount, long incompatibleClusterStateDiffReceivedCount, long compatibleClusterStateDiffReceivedCount, ClusterStateSerializationStats clusterStateSerializationStats)
      Parameters:
      fullClusterStateReceivedCount - the number of times this node has received a full copy of the cluster state from the master.
      incompatibleClusterStateDiffReceivedCount - the number of times this node has received a cluster-state diff from the master.
      compatibleClusterStateDiffReceivedCount - the number of times that received cluster-state diffs were compatible with
    • PublishClusterStateStats

      public PublishClusterStateStats(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details