Class PublishClusterStateStats

    • Constructor Detail

      • PublishClusterStateStats

        public PublishClusterStateStats​(long fullClusterStateReceivedCount,
                                        long incompatibleClusterStateDiffReceivedCount,
                                        long compatibleClusterStateDiffReceivedCount)
        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 java.io.IOException
        Throws:
        java.io.IOException