java.lang.Object
org.apache.iotdb.confignode.manager.load.cache.AbstractLoadCache
org.apache.iotdb.confignode.manager.load.cache.consensus.ConsensusGroupCache

public class ConsensusGroupCache extends AbstractLoadCache
ConsensusGroupCache caches the ConsensusGroupHeartbeatSamples of a consensus group. Update and cache the current statistics of the consensus group based on the latest ConsensusGroupHeartbeatSample.
  • Field Details

  • Constructor Details

    • ConsensusGroupCache

      public ConsensusGroupCache()
  • Method Details