Index

A C D E G H I L O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

ADD - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation.Type
 
addCacheData(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Add data to cache.
addConnectionStateChangedEventListener(ConnectionStateChangedEventListener) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Add connection state changed event listener to registry center.
ADDED - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.listener.DataChangedEvent.Type
 

C

CHECK_EXISTS - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation.Type
 
close() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Close registry center.
CONNECTED - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.listener.ConnectionStateChangedEventListener.State
 
ConnectionStateChangedEventListener - Interface in org.apache.shardingsphere.elasticjob.reg.listener
Connection state changed event listener.
ConnectionStateChangedEventListener.State - Enum in org.apache.shardingsphere.elasticjob.reg.listener
 
CoordinatorRegistryCenter - Interface in org.apache.shardingsphere.elasticjob.reg.base
Coordinator registry center.

D

DataChangedEvent - Class in org.apache.shardingsphere.elasticjob.reg.listener
Data changed event.
DataChangedEvent() - Constructor for class org.apache.shardingsphere.elasticjob.reg.listener.DataChangedEvent
 
DataChangedEvent.Type - Enum in org.apache.shardingsphere.elasticjob.reg.listener
Data changed type.
DataChangedEventListener - Interface in org.apache.shardingsphere.elasticjob.reg.listener
Data changed listener.
DELETE - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation.Type
 
DELETED - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.listener.DataChangedEvent.Type
 

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.
execute() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.LeaderExecutionCallback
Execute after leader elected.
executeInLeader(String, LeaderExecutionCallback) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Execute in leader.
executeInTransaction(List<TransactionOperation>) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Execute oprations in transaction.

G

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

H

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

I

IGNORED - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.listener.DataChangedEvent.Type
 
IgnoredExceptionProvider - Interface in org.apache.shardingsphere.elasticjob.reg.exception
Ignored exception provider.
init() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Initialize registry center.
isExisted(String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Judge node is exist or not.

L

LeaderExecutionCallback - Interface in org.apache.shardingsphere.elasticjob.reg.base
Leader server execution callback.

O

onChange(DataChangedEvent) - Method in interface org.apache.shardingsphere.elasticjob.reg.listener.DataChangedEventListener
Fire when data changed.
onStateChanged(CoordinatorRegistryCenter, ConnectionStateChangedEventListener.State) - Method in interface org.apache.shardingsphere.elasticjob.reg.listener.ConnectionStateChangedEventListener
Invoke if connection state of registry center changed.
opAdd(String, String) - Static method in class org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation
Operation add.
opCheckExists(String) - Static method in class org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation
Operation check exists.
opDelete(String) - Static method in class org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation
Operation delete.
opUpdate(String, String) - Static method in class org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation
Operation update.
org.apache.shardingsphere.elasticjob.reg.base - package org.apache.shardingsphere.elasticjob.reg.base
 
org.apache.shardingsphere.elasticjob.reg.base.transaction - package org.apache.shardingsphere.elasticjob.reg.base.transaction
 
org.apache.shardingsphere.elasticjob.reg.exception - package org.apache.shardingsphere.elasticjob.reg.exception
 
org.apache.shardingsphere.elasticjob.reg.listener - package org.apache.shardingsphere.elasticjob.reg.listener
 

P

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

R

RECONNECTED - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.listener.ConnectionStateChangedEventListener.State
 
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.

S

startLeadership() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.ElectionCandidate
Start leadership.
stopLeadership() - Method in interface org.apache.shardingsphere.elasticjob.reg.base.ElectionCandidate
Stop leadership.

T

TransactionOperation - Class in org.apache.shardingsphere.elasticjob.reg.base.transaction
 
TransactionOperation() - Constructor for class org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation
 
TransactionOperation.Type - Enum in org.apache.shardingsphere.elasticjob.reg.base.transaction
 

U

UNAVAILABLE - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.listener.ConnectionStateChangedEventListener.State
 
update(String, String) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.RegistryCenter
Update data.
UPDATE - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation.Type
 
UPDATED - Enum constant in enum org.apache.shardingsphere.elasticjob.reg.listener.DataChangedEvent.Type
 

V

valueOf(String) - Static method in enum org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.elasticjob.reg.listener.ConnectionStateChangedEventListener.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.elasticjob.reg.listener.DataChangedEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.elasticjob.reg.listener.ConnectionStateChangedEventListener.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.elasticjob.reg.listener.DataChangedEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

watch(String, DataChangedEventListener, Executor) - Method in interface org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter
Watch changes of a key.
A C D E G H I L O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form