Uses of Interface
org.apache.iotdb.confignode.manager.IManager
Packages that use IManager
Package
Description
-
Uses of IManager in org.apache.iotdb.confignode.manager
Classes in org.apache.iotdb.confignode.manager that implement IManagerModifier and TypeClassDescriptionclassEntry of all management, AssignPartitionManager, AssignRegionManager.Methods in org.apache.iotdb.confignode.manager that return IManagerConstructors in org.apache.iotdb.confignode.manager with parameters of type IManagerModifierConstructorDescriptionClusterManager(IManager configManager, ClusterInfo clusterInfo) ClusterQuotaManager(IManager configManager, QuotaInfo quotaInfo) RetryFailedTasksThread(IManager configManager) TTLManager(IManager configManager, TTLInfo ttlInfo) -
Uses of IManager in org.apache.iotdb.confignode.manager.consensus
Constructors in org.apache.iotdb.confignode.manager.consensus with parameters of type IManagerModifierConstructorDescriptionConsensusManager(IManager configManager, ConfigRegionStateMachine stateMachine) -
Uses of IManager in org.apache.iotdb.confignode.manager.load
Fields in org.apache.iotdb.confignode.manager.load declared as IManagerMethods in org.apache.iotdb.confignode.manager.load with parameters of type IManagerModifier and TypeMethodDescriptionprotected voidLoadManager.setHeartbeatService(IManager configManager, LoadCache loadCache) Constructors in org.apache.iotdb.confignode.manager.load with parameters of type IManager -
Uses of IManager in org.apache.iotdb.confignode.manager.load.balancer
Constructors in org.apache.iotdb.confignode.manager.load.balancer with parameters of type IManagerModifierConstructorDescriptionPartitionBalancer(IManager configManager) RegionBalancer(IManager configManager) RouteBalancer(IManager configManager) -
Uses of IManager in org.apache.iotdb.confignode.manager.load.cache
Methods in org.apache.iotdb.confignode.manager.load.cache with parameters of type IManager -
Uses of IManager in org.apache.iotdb.confignode.manager.load.service
Fields in org.apache.iotdb.confignode.manager.load.service declared as IManagerMethods in org.apache.iotdb.confignode.manager.load.service with parameters of type IManagerModifier and TypeMethodDescriptionprotected voidHeartbeatService.setConfigManager(IManager configManager) Constructors in org.apache.iotdb.confignode.manager.load.service with parameters of type IManagerModifierConstructorDescriptionEventService(IManager configManager, LoadCache loadCache, RouteBalancer routeBalancer) HeartbeatService(IManager configManager, LoadCache loadCache) -
Uses of IManager in org.apache.iotdb.confignode.manager.node
Constructors in org.apache.iotdb.confignode.manager.node with parameters of type IManager -
Uses of IManager in org.apache.iotdb.confignode.manager.partition
Methods in org.apache.iotdb.confignode.manager.partition with parameters of type IManagerModifier and TypeMethodDescriptionstatic voidPartitionMetrics.bindDatabaseRelatedMetricsWhenUpdate(AbstractMetricService metricService, IManager configManager, String database, int dataReplicationFactor, int schemaReplicationFactor) static voidPartitionMetrics.bindDataNodePartitionMetricsWhenUpdate(AbstractMetricService metricService, IManager configManager, int dataNodeId) Constructors in org.apache.iotdb.confignode.manager.partition with parameters of type IManagerModifierConstructorDescriptionPartitionManager(IManager configManager, PartitionInfo partitionInfo) PartitionMetrics(IManager configManager) -
Uses of IManager in org.apache.iotdb.confignode.manager.schema
Constructors in org.apache.iotdb.confignode.manager.schema with parameters of type IManagerModifierConstructorDescriptionClusterSchemaManager(IManager configManager, ClusterSchemaInfo clusterSchemaInfo, ClusterSchemaQuotaStatistics schemaQuotaStatistics)