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
    • Method Detail

      • getFullClusterStateReceivedCount

        public long getFullClusterStateReceivedCount()
      • getIncompatibleClusterStateDiffReceivedCount

        public long getIncompatibleClusterStateDiffReceivedCount()
      • getCompatibleClusterStateDiffReceivedCount

        public long getCompatibleClusterStateDiffReceivedCount()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object