Interface LocalReplicatedMapStats

All Superinterfaces:
com.hazelcast.instance.LocalInstanceStats, LocalMapStats

public interface LocalReplicatedMapStats extends LocalMapStats
Local replicated map statistics to be used by MemberState implementations.
  • Method Details

    • incrementValuesCallCount

      default void incrementValuesCallCount()
      Increments the number of ReplicatedMap.values() calls.
    • incrementEntrySetCallCount

      default void incrementEntrySetCallCount()
      Increments the number of ReplicatedMap.entrySet() calls.