Uses of Class
org.apache.iotdb.confignode.manager.load.cache.LoadCache
Packages that use LoadCache
Package
Description
-
Uses of LoadCache in org.apache.iotdb.confignode.manager.load
Fields in org.apache.iotdb.confignode.manager.load declared as LoadCacheModifier and TypeFieldDescriptionprotected final LoadCacheLoadManager.loadCacheCluster load services.Methods in org.apache.iotdb.confignode.manager.load that return LoadCacheMethods in org.apache.iotdb.confignode.manager.load with parameters of type LoadCacheModifier and TypeMethodDescriptionprotected voidLoadManager.setHeartbeatService(IManager configManager, LoadCache loadCache) -
Uses of LoadCache in org.apache.iotdb.confignode.manager.load.service
Constructors in org.apache.iotdb.confignode.manager.load.service with parameters of type LoadCacheModifierConstructorDescriptionEventService(IManager configManager, LoadCache loadCache, RouteBalancer routeBalancer) HeartbeatService(IManager configManager, LoadCache loadCache) StatisticsService(LoadCache loadCache)