Uses of Class
org.apache.iotdb.confignode.manager.load.cache.consensus.ConsensusGroupHeartbeatSample
Packages that use ConsensusGroupHeartbeatSample
Package
Description
-
Uses of ConsensusGroupHeartbeatSample in org.apache.iotdb.confignode.manager.load
Method parameters in org.apache.iotdb.confignode.manager.load with type arguments of type ConsensusGroupHeartbeatSampleModifier and TypeMethodDescriptionvoidLoadManager.forceUpdateConsensusGroupCache(Map<TConsensusGroupId, ConsensusGroupHeartbeatSample> heartbeatSampleMap) Force update the specified ConsensusGroups' cache. -
Uses of ConsensusGroupHeartbeatSample in org.apache.iotdb.confignode.manager.load.cache
Methods in org.apache.iotdb.confignode.manager.load.cache with parameters of type ConsensusGroupHeartbeatSampleModifier and TypeMethodDescriptionvoidLoadCache.cacheConsensusSample(TConsensusGroupId regionGroupId, ConsensusGroupHeartbeatSample sample) Cache the latest leader of a RegionGroup.