Skip navigation links
A C E G H I O P R S U Z 

A

addCacheData(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Add data to cache.
addCacheData(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 

C

close() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Close registry center.
close() - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
CoordinatorRegistryCenter - Interface in org.apache.shardingsphere.elasticjob.reg.base
Coordinator registry center.

E

ElectionCandidate - Interface in org.apache.shardingsphere.elasticjob.reg.base
Election candidate.
evictCacheData(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Evict data from cache.
evictCacheData(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 

G

get(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Get value.
get(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
getChildrenKeys(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Get children keys.
getChildrenKeys(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
getDirectly(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Get value from registry center directly.
getDirectly(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
getNumChildren(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Get children number.
getNumChildren(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
getRawCache(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Get raw cache object of registry center.
getRawCache(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
getRawClient() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Get raw client for registry center client.
getRawClient() - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
getRegistryCenterTime(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Get current time from registry center.
getRegistryCenterTime(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 

H

handleException(Exception) - Static method in class org.apache.shardingsphere.elasticjob.reg.exception.RegExceptionHandler
Handle exception.

I

init() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Initialize registry center.
init() - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
isExisted(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Judge node is exist or not.
isExisted(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 

O

org.apache.shardingsphere.elasticjob.reg.base - package org.apache.shardingsphere.elasticjob.reg.base
 
org.apache.shardingsphere.elasticjob.reg.exception - package org.apache.shardingsphere.elasticjob.reg.exception
 
org.apache.shardingsphere.elasticjob.reg.zookeeper - package org.apache.shardingsphere.elasticjob.reg.zookeeper
 

P

persist(String, String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Persist data.
persist(String, String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
persistEphemeral(String, String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Persist ephemeral data.
persistEphemeral(String, String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
persistEphemeralSequential(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Persist ephemeral sequential data.
persistEphemeralSequential(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
persistSequential(String, String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Persist sequential data.
persistSequential(String, String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 

R

RegException - Exception in org.apache.shardingsphere.elasticjob.reg.exception
Registry center exception.
RegException(Exception) - Constructor for exception org.apache.shardingsphere.elasticjob.reg.exception.RegException
 
RegExceptionHandler - Class in org.apache.shardingsphere.elasticjob.reg.exception
Registry center exception handler.
RegExceptionHandler() - Constructor for class org.apache.shardingsphere.elasticjob.reg.exception.RegExceptionHandler
 
RegistryCenter - Interface in org.apache.shardingsphere.elasticjob.reg.base
Registry center.
remove(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Remove data.
remove(String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 

S

start() - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperElectionService
Start election.
startLeadership() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.ElectionCandidate
Start leadership.
stop() - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperElectionService
Stop election.
stopLeadership() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.ElectionCandidate
Stop leadership.

U

update(String, String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Update data.
update(String, String) - Method in class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 

Z

ZookeeperConfiguration - Class in org.apache.shardingsphere.elasticjob.reg.zookeeper
Zookeeper configuration.
ZookeeperConfiguration() - Constructor for class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperConfiguration
 
ZookeeperElectionService - Class in org.apache.shardingsphere.elasticjob.reg.zookeeper
Use LeaderSelector to implement election service.
ZookeeperElectionService(String, CuratorFramework, String, ElectionCandidate) - Constructor for class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperElectionService
 
ZookeeperRegistryCenter - Class in org.apache.shardingsphere.elasticjob.reg.zookeeper
Registry center of ZooKeeper.
ZookeeperRegistryCenter(ZookeeperConfiguration) - Constructor for class org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter
 
A C E G H I O P R S U Z 
Skip navigation links

Copyright © 2021 The Apache Software Foundation. All rights reserved.