- getAvailableJobInstances() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.instance.InstanceService
-
Get available job instances.
- getConfigNodePath() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodePath
-
Get configuration node path.
- getCurrentShardingTotalCount(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobRegistry
-
Get sharding total count which running on current job server.
- getDisabledItems(List<Integer>) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.sharding.ExecutionService
-
Get disabled sharding items.
- getFailoverItems(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.failover.FailoverService
-
Get failover items.
- getFullPath(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodePath
-
Get full path.
- getInstance() - 类 中的静态方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobRegistry
-
Get instance of job registry.
- getInstanceFullPath() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.instance.InstanceNode
-
Get job instance full path.
- getInstanceNode(int) - 类 中的静态方法org.apache.shardingsphere.elasticjob.lite.internal.sharding.ShardingNode
-
Get the path of instance node.
- getInstanceNodePath(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodePath
-
Get instance node path via job instance ID.
- getInstancesNodePath() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodePath
-
Get instances node path.
- getItemByExecutionFailoverPath(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.failover.FailoverNode
-
Get sharding item by execution failover path.
- getItemByRunningItemPath(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.sharding.ShardingNode
-
Get item by running item path.
- getJobClassName(ElasticJob) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.setup.DefaultJobClassNameProvider
-
- getJobClassName(ElasticJob) - 接口 中的方法org.apache.shardingsphere.elasticjob.lite.internal.setup.JobClassNameProvider
-
Get job class name.
- getJobInstance(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobRegistry
-
Get job instance.
- getJobNodeChildrenKeys(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodeStorage
-
Get job node children keys.
- getJobNodeData(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodeStorage
-
Get job node data.
- getJobNodeDataDirectly(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodeStorage
-
Get job node data from registry center directly.
- getJobRootNodeData() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodeStorage
-
Get job root node data.
- getJobScheduleController(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobRegistry
-
Get job schedule controller.
- getJobShardingContext(List<Integer>) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.sharding.ExecutionContextService
-
Get job sharding context.
- getLeaderHostNodePath() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodePath
-
Get leader host node path.
- getLocalFailoverItems() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.failover.FailoverService
-
Get failover items which execute on localhost.
- getLocalShardingItems() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.sharding.ShardingService
-
Get sharding items from localhost job server.
- getLocalTakeOffItems() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.failover.FailoverService
-
Get failover items which crashed on localhost.
- getMisfiredJobItems(Collection<Integer>) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.sharding.ExecutionService
-
Get misfired job sharding items.
- getName() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobTriggerListener
-
- getProvider() - 类 中的静态方法org.apache.shardingsphere.elasticjob.lite.internal.setup.JobClassNameProviderFactory
-
Get the first job class name provider.
- getRegCenter(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobRegistry
-
Get registry center.
- getRegistryCenterTime() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodeStorage
-
Get registry center time.
- getRunningNode(int) - 类 中的静态方法org.apache.shardingsphere.elasticjob.lite.internal.sharding.ShardingNode
-
Get job running node.
- getServerNodePath() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodePath
-
Get server node path.
- getServerNodePath(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodePath
-
Get server node path.
- getShardingContexts() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.LiteJobFacade
-
- getShardingItems(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.sharding.ShardingService
-
Get sharding items.
- getShardingNodePath() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodePath
-
Get sharding node path.
- getShardingNodePath(String, String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodePath
-
Get sharding node path.
- GuaranteeListenerManager - org.apache.shardingsphere.elasticjob.lite.internal.guarantee中的类
-
Guarantee listener manager.
- GuaranteeListenerManager(CoordinatorRegistryCenter, String, Collection<ElasticJobListener>) - 类 的构造器org.apache.shardingsphere.elasticjob.lite.internal.guarantee.GuaranteeListenerManager
-
- GuaranteeNode - org.apache.shardingsphere.elasticjob.lite.internal.guarantee中的类
-
Guarantee node.
- GuaranteeService - org.apache.shardingsphere.elasticjob.lite.internal.guarantee中的类
-
Guarantee service.
- GuaranteeService(CoordinatorRegistryCenter, String) - 类 的构造器org.apache.shardingsphere.elasticjob.lite.internal.guarantee.GuaranteeService
-
- initialize(String, Scheduler, ClassLoadHelper) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobShutdownHookPlugin
-
- InstanceNode - org.apache.shardingsphere.elasticjob.lite.internal.instance中的类
-
Instance node.
- InstanceNode(String) - 类 的构造器org.apache.shardingsphere.elasticjob.lite.internal.instance.InstanceNode
-
- InstanceOperation - org.apache.shardingsphere.elasticjob.lite.internal.instance中的枚举
-
Instance operation.
- InstanceService - org.apache.shardingsphere.elasticjob.lite.internal.instance中的类
-
Job instance service.
- InstanceService(CoordinatorRegistryCenter, String) - 类 的构造器org.apache.shardingsphere.elasticjob.lite.internal.instance.InstanceService
-
- isAllCompleted() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.guarantee.GuaranteeService
-
Judge whether job's sharding items are all completed.
- isAllStarted() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.guarantee.GuaranteeService
-
Judge whether job's sharding items are all started.
- isAvailableServer(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.server.ServerService
-
Judge is available server or not.
- isConfigPath(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.config.ConfigurationNode
-
Judge is configuration root path or not.
- isEnableServer(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.server.ServerService
-
Judge is server enabled or not.
- isExecuteMisfired(Collection<Integer>) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.LiteJobFacade
-
- isInstancePath(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.instance.InstanceNode
-
Judge path is job instance path or not.
- isJobNodeExisted(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodeStorage
-
Judge is job node existed or not.
- isJobRootNodeExisted() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.storage.JobNodeStorage
-
Judge is job root node existed or not.
- isJobRunning(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobRegistry
-
Judge job is running or not.
- isLeader() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.election.LeaderService
-
Judge current server is leader or not.
- isLeaderUntilBlock() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.election.LeaderService
-
Judge current server is leader or not.
- isLocalServerPath(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.server.ServerNode
-
Judge is server path for localhost or not.
- isNeedSharding() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.LiteJobFacade
-
- isNeedSharding() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.sharding.ShardingService
-
Judge is need resharding or not.
- isPaused() - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobScheduleController
-
Judge job is pause or not.
- isRegisterCompleteSuccess(Collection<Integer>) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.guarantee.GuaranteeService
-
Judge whether sharding items are register complete success.
- isRegisterStartSuccess(Collection<Integer>) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.guarantee.GuaranteeService
-
Judge whether current sharding items are all register start success.
- isServerPath(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.server.ServerNode
-
Judge is server path or not.
- isShutdown(String) - 类 中的方法org.apache.shardingsphere.elasticjob.lite.internal.schedule.JobRegistry
-
Judge job is shutdown or not.