A C D E F G H I K L M N O P R S T U V W Z

A

acquiredLock() - Method in interface org.apache.accumulo.fate.zookeeper.ZooLock.AsyncLockWatcher
 
addEntry(byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock.QueueLock
 
addEntry(byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
AddressUtil - Class in org.apache.accumulo.fate.util
 
AddressUtil() - Constructor for class org.apache.accumulo.fate.util.AddressUtil
 
AdminUtil<T> - Class in org.apache.accumulo.fate
A utility to administer FATE operations
AdminUtil() - Constructor for class org.apache.accumulo.fate.AdminUtil
Default constructor
AdminUtil(boolean) - Constructor for class org.apache.accumulo.fate.AdminUtil
Constructor
ageOff() - Method in class org.apache.accumulo.fate.AgeOffStore
 
AgeOffStore<T> - Class in org.apache.accumulo.fate
This store removes Repos, in the store it wraps, that are in a finished or new state for more than a configurable time period.
AgeOffStore(TStore<T>, long, AgeOffStore.TimeSource) - Constructor for class org.apache.accumulo.fate.AgeOffStore
 
AgeOffStore(TStore<T>, long) - Constructor for class org.apache.accumulo.fate.AgeOffStore
 
AgeOffStore.TimeSource - Interface in org.apache.accumulo.fate
 
attempt(IZooReaderWriter, String, String, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooReservation
 

C

call(long, T) - Method in interface org.apache.accumulo.fate.Repo
 
canRetry() - Method in class org.apache.accumulo.fate.zookeeper.Retry
 
checkGlobalLock(IZooReaderWriter, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
clear() - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
Clears this cache.
clear(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
Clears this cache of all information about nodes rooted at the given path.
connect(String, int, String, byte[], Watcher) - Static method in class org.apache.accumulo.fate.zookeeper.ZooSession
 
create() - Method in class org.apache.accumulo.fate.AgeOffStore
 
create() - Method in interface org.apache.accumulo.fate.TStore
Create a new transaction id
create() - Method in class org.apache.accumulo.fate.zookeeper.RetryFactory
 
create() - Method in class org.apache.accumulo.fate.ZooStore
 
currentTimeMillis() - Method in interface org.apache.accumulo.fate.AgeOffStore.TimeSource
 

D

Daemon - Class in org.apache.accumulo.fate.util
 
Daemon() - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(Runnable) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(String) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(ThreadGroup, Runnable) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(ThreadGroup, String) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(Runnable, String) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(ThreadGroup, Runnable, String) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(ThreadGroup, Runnable, String, long) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
DEFAULT_INSTANCE - Static variable in class org.apache.accumulo.fate.zookeeper.RetryFactory
 
DEFAULT_MAX_RETRIES - Static variable in class org.apache.accumulo.fate.zookeeper.RetryFactory
 
DEFAULT_MAX_WAIT - Static variable in class org.apache.accumulo.fate.zookeeper.RetryFactory
 
DEFAULT_START_WAIT - Static variable in class org.apache.accumulo.fate.zookeeper.RetryFactory
 
DEFAULT_WAIT_INCREMENT - Static variable in class org.apache.accumulo.fate.zookeeper.RetryFactory
 
delete(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
delete(long) - Method in class org.apache.accumulo.fate.Fate
 
delete(long) - Method in interface org.apache.accumulo.fate.TStore
Remove the transaction from the store.
delete(String, int) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
delete(String, int) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
delete(long) - Method in class org.apache.accumulo.fate.ZooStore
 
deleteLock(IZooReaderWriter, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
deleteLock(IZooReaderWriter, String, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
deleteLocks(TStore<T>, IZooReaderWriter, String, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
DistributedReadWriteLock - Class in org.apache.accumulo.fate.zookeeper
 
DistributedReadWriteLock(DistributedReadWriteLock.QueueLock, byte[]) - Constructor for class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 
DistributedReadWriteLock.QueueLock - Interface in org.apache.accumulo.fate.zookeeper
 

E

eid - Variable in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
equals(Object) - Method in class org.apache.accumulo.fate.zookeeper.ZooUtil.ZooKeeperConnectionInfo
 
exists(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
exists(String, Watcher) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
exists(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
exists(String, Watcher) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
exists(ZooUtil.ZooKeeperConnectionInfo, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 

F

failedToAcquireLock(Exception) - Method in interface org.apache.accumulo.fate.zookeeper.ZooLock.AsyncLockWatcher
 
Fate<T> - Class in org.apache.accumulo.fate
Fault tolerant executor
Fate(T, TStore<T>, int) - Constructor for class org.apache.accumulo.fate.Fate
 

G

get(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
Gets data at the given path.
get(String, Stat) - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
Gets data at the given path, filling status information into the given Stat object.
getAddressCacheNegativeTtl(UnknownHostException) - Static method in class org.apache.accumulo.fate.util.AddressUtil
Fetch the security value that determines how long DNS failures are cached.
getChildren(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getChildren(String, Watcher) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getChildren(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
Gets the children of the given node.
getChildren(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getChildren(String, Watcher) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getData(String, Stat) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getData(String, boolean, Stat) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getData(String, Stat) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getData(String, boolean, Stat) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getData(ZooUtil.ZooKeeperConnectionInfo, String, Stat) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
getDescription() - Method in interface org.apache.accumulo.fate.ReadOnlyRepo
 
getDescription() - Method in class org.apache.accumulo.fate.ReadOnlyStore.ReadOnlyRepoWrapper
 
getEarlierEntries(long) - Method in interface org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock.QueueLock
 
getEarlierEntries(long) - Method in class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
getException(long) - Method in class org.apache.accumulo.fate.Fate
 
getInstance(String, int) - Static method in class org.apache.accumulo.fate.zookeeper.ZooCache
Deprecated. Use ZooCacheFactory instead.
getInstance(String, int, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
getLockData(ZooKeeper, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getLockData(ZooCache, String, Stat) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getLockData(ZooCache, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
getLockID() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getLockName() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getLockPath() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getProperty(long, String) - Method in class org.apache.accumulo.fate.AgeOffStore
 
getProperty(long, String) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
getProperty(long, String) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Retrieve a transaction-specific property.
getProperty(long, String) - Method in class org.apache.accumulo.fate.ZooStore
 
getRetryFactory() - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getReturn(long) - Method in class org.apache.accumulo.fate.Fate
 
getReturn() - Method in interface org.apache.accumulo.fate.Repo
 
getSession(String, int, String, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getSession(String, int) - Static method in class org.apache.accumulo.fate.zookeeper.ZooSession
 
getSession(String, int, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooSession
 
getSessionId(ZooCache, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getSessionId() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getStatus(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
getStatus(long) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
getStatus(long) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Get the state of a given transaction.
getStatus(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getStatus(String, Watcher) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getStatus(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getStatus(String, Watcher) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getStatus(ZooUtil.ZooKeeperConnectionInfo, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
getStatus(long) - Method in class org.apache.accumulo.fate.ZooStore
 
getZooCache(String, int) - Method in class org.apache.accumulo.fate.zookeeper.ZooCacheFactory
Gets a ZooCache.
getZooCache(String, int, Watcher) - Method in class org.apache.accumulo.fate.zookeeper.ZooCacheFactory
Gets a watched ZooCache.
getZooKeeper() - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
getZooKeeper() - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getZooKeeper() - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
getZooKeeper(ZooUtil.ZooKeeperConnectionInfo) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
getZooKeeper(String, int, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 

H

hashCode() - Method in class org.apache.accumulo.fate.zookeeper.ZooUtil.ZooKeeperConnectionInfo
 
hasRetried() - Method in class org.apache.accumulo.fate.zookeeper.Retry
 

I

isActive(long) - Method in class org.apache.accumulo.fate.zookeeper.TransactionWatcher
 
isLocked() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
isLockHeld(ZooUtil.LockID) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
isLockHeld(ZooKeeper, ZooUtil.LockID) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
isLockHeld(ZooCache, ZooUtil.LockID) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
isLockHeld(ZooUtil.LockID) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
isLockHeld(ZooUtil.ZooKeeperConnectionInfo, ZooUtil.LockID) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
isReady(long, T) - Method in interface org.apache.accumulo.fate.ReadOnlyRepo
 
isReady(long, X) - Method in class org.apache.accumulo.fate.ReadOnlyStore.ReadOnlyRepoWrapper
 
IZooReader - Interface in org.apache.accumulo.fate.zookeeper
 
IZooReaderWriter - Interface in org.apache.accumulo.fate.zookeeper
 
IZooReaderWriter.Mutator - Interface in org.apache.accumulo.fate.zookeeper
 

K

keepers - Variable in class org.apache.accumulo.fate.zookeeper.ZooReader
 

L

list() - Method in class org.apache.accumulo.fate.AgeOffStore
 
list() - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
list() - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
list all transaction ids in store.
list() - Method in class org.apache.accumulo.fate.ZooStore
 
LOCK_PREFIX - Static variable in class org.apache.accumulo.fate.zookeeper.ZooLock
 
lockAsync(ZooLock.AsyncLockWatcher, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
log - Static variable in class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 
log - Static variable in class org.apache.accumulo.fate.zookeeper.ZooLock
 
LoggingRunnable - Class in org.apache.accumulo.fate.util
 
LoggingRunnable(Logger, Runnable) - Constructor for class org.apache.accumulo.fate.util.LoggingRunnable
 
lostLock(ZooLock.LockLossReason) - Method in interface org.apache.accumulo.fate.zookeeper.ZooLock.LockWatcher
 

M

mkdirs(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
mkdirs(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
mutate(String, byte[], List<ACL>, IZooReaderWriter.Mutator) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
mutate(byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter.Mutator
 
mutate(String, byte[], List<ACL>, IZooReaderWriter.Mutator) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 

N

node - Variable in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 

O

org.apache.accumulo.fate - package org.apache.accumulo.fate
 
org.apache.accumulo.fate.util - package org.apache.accumulo.fate.util
 
org.apache.accumulo.fate.zookeeper - package org.apache.accumulo.fate.zookeeper
 

P

path - Variable in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
pop(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
pop(long) - Method in interface org.apache.accumulo.fate.TStore
Remove the last pushed operation from the given transaction.
pop(long) - Method in class org.apache.accumulo.fate.ZooStore
 
prepDelete(TStore<T>, IZooReaderWriter, String, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
prepFail(TStore<T>, IZooReaderWriter, String, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
print(ReadOnlyTStore<T>, IZooReaderWriter, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
print(ReadOnlyTStore<T>, IZooReaderWriter, String, Formatter, Set<Long>, EnumSet<ReadOnlyTStore.TStatus>) - Method in class org.apache.accumulo.fate.AdminUtil
 
PRIVATE - Static variable in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
process(WatchedEvent) - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
PUBLIC - Static variable in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
push(long, Repo<T>) - Method in class org.apache.accumulo.fate.AgeOffStore
 
push(long, Repo<T>) - Method in interface org.apache.accumulo.fate.TStore
Update the given transaction with the next operation
push(long, Repo<T>) - Method in class org.apache.accumulo.fate.ZooStore
 
putEphemeralData(String, byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putEphemeralData(String, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putEphemeralData(ZooUtil.ZooKeeperConnectionInfo, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putEphemeralSequential(String, byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putEphemeralSequential(String, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putEphemeralSequential(ZooUtil.ZooKeeperConnectionInfo, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putPersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
Create a persistent node with the default ACL
putPersistentData(String, byte[], int, ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putPersistentData(String, byte[], int, ZooUtil.NodeExistsPolicy, List<ACL>) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putPersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
Create a persistent node with the default ACL
putPersistentData(String, byte[], int, ZooUtil.NodeExistsPolicy, List<ACL>) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putPersistentData(String, byte[], int, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putPersistentData(ZooUtil.ZooKeeperConnectionInfo, String, byte[], ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
Create a persistent node with the default ACL
putPersistentData(ZooUtil.ZooKeeperConnectionInfo, String, byte[], int, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putPersistentData(ZooUtil.ZooKeeperConnectionInfo, String, byte[], int, ZooUtil.NodeExistsPolicy, List<ACL>) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putPersistentSequential(String, byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putPersistentSequential(String, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putPersistentSequential(ZooUtil.ZooKeeperConnectionInfo, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putPrivatePersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putPrivatePersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putPrivatePersistentData(ZooUtil.ZooKeeperConnectionInfo, String, byte[], ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 

R

readLock() - Method in class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 
ReadOnlyRepo<T> - Interface in org.apache.accumulo.fate
Read only access to a repeatable persisted operation.
ReadOnlyStore<T> - Class in org.apache.accumulo.fate
This store decorates a TStore to make sure it can not be modified.
ReadOnlyStore(TStore<T>) - Constructor for class org.apache.accumulo.fate.ReadOnlyStore
 
ReadOnlyStore.ReadOnlyRepoWrapper<X> - Class in org.apache.accumulo.fate
Decorates a Repo to make sure it is treated as a ReadOnlyRepo.
ReadOnlyStore.ReadOnlyRepoWrapper(Repo<X>) - Constructor for class org.apache.accumulo.fate.ReadOnlyStore.ReadOnlyRepoWrapper
 
ReadOnlyTStore<T> - Interface in org.apache.accumulo.fate
Read only access to a Transaction Store.
ReadOnlyTStore.TStatus - Enum in org.apache.accumulo.fate
Possible operational status codes.
recoverLock(DistributedReadWriteLock.QueueLock, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 
recursiveCopyPersistent(String, String, ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
recursiveCopyPersistent(String, String, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
recursiveCopyPersistent(ZooUtil.ZooKeeperConnectionInfo, String, String, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
recursiveDelete(String, ZooUtil.NodeMissingPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
recursiveDelete(String, ZooUtil.NodeMissingPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
release(IZooReaderWriter, String, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooReservation
 
removeEntry(long) - Method in interface org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock.QueueLock
 
removeEntry(long) - Method in class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
replaceLockData(byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
Repo<T> - Interface in org.apache.accumulo.fate
Repeatable persisted operation
reserve() - Method in class org.apache.accumulo.fate.AgeOffStore
 
reserve(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
reserve() - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
reserve(long) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
reserve() - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Reserve a transaction that is IN_PROGRESS or FAILED_IN_PROGRESS.
reserve(long) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Reserve the specific tid.
reserve() - Method in class org.apache.accumulo.fate.ZooStore
 
reserve(long) - Method in class org.apache.accumulo.fate.ZooStore
 
retriesCompleted() - Method in class org.apache.accumulo.fate.zookeeper.Retry
 
Retry - Class in org.apache.accumulo.fate.zookeeper
Encapsulates the retrying implementation for some operation.
Retry(long, long, long, long) - Constructor for class org.apache.accumulo.fate.zookeeper.Retry
 
RetryFactory - Class in org.apache.accumulo.fate.zookeeper
Creates Retry instances with the given parameters
RetryFactory(long, long, long, long) - Constructor for class org.apache.accumulo.fate.zookeeper.RetryFactory
 
retryOrThrow(Retry, KeeperException) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
retryOrThrow(Retry, KeeperException) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
run() - Method in class org.apache.accumulo.fate.util.LoggingRunnable
 
run(String, long, Callable<T>) - Method in class org.apache.accumulo.fate.zookeeper.TransactionWatcher
 

S

seedTransaction(long, Repo<T>, boolean) - Method in class org.apache.accumulo.fate.Fate
 
serialize(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
setProperty(long, String, Serializable) - Method in class org.apache.accumulo.fate.AgeOffStore
 
setProperty(long, String, Serializable) - Method in interface org.apache.accumulo.fate.TStore
 
setProperty(long, String, Serializable) - Method in class org.apache.accumulo.fate.ZooStore
 
setStatus(long, ReadOnlyTStore.TStatus) - Method in class org.apache.accumulo.fate.AgeOffStore
 
setStatus(long, ReadOnlyTStore.TStatus) - Method in interface org.apache.accumulo.fate.TStore
Update the state of a given transaction
setStatus(long, ReadOnlyTStore.TStatus) - Method in class org.apache.accumulo.fate.ZooStore
 
shutdown() - Method in class org.apache.accumulo.fate.Fate
Flags that FATE threadpool to clear out and end.
shutdown() - Static method in class org.apache.accumulo.fate.zookeeper.ZooSession
 
sleep(long) - Static method in class org.apache.accumulo.fate.util.UtilWaitThread
 
sleep(long) - Method in class org.apache.accumulo.fate.zookeeper.Retry
 
StackOverflowException - Exception in org.apache.accumulo.fate
 
StackOverflowException(String) - Constructor for exception org.apache.accumulo.fate.StackOverflowException
 
startTransaction() - Method in class org.apache.accumulo.fate.Fate
 
sync(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
sync(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
sync(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 

T

timeout - Variable in class org.apache.accumulo.fate.zookeeper.ZooReader
 
top(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
top(long) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
top(long) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Get the current operation for the given transaction id.
top(long) - Method in interface org.apache.accumulo.fate.TStore
Get the current operation for the given transaction id.
top(long) - Method in class org.apache.accumulo.fate.ZooStore
 
toString() - Method in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
toString() - Method in class org.apache.accumulo.fate.zookeeper.ZooUtil.ZooKeeperConnectionInfo
 
transactionAlive(String, long) - Method in interface org.apache.accumulo.fate.zookeeper.TransactionWatcher.Arbitrator
 
transactionComplete(String, long) - Method in interface org.apache.accumulo.fate.zookeeper.TransactionWatcher.Arbitrator
 
TransactionWatcher - Class in org.apache.accumulo.fate.zookeeper
 
TransactionWatcher(TransactionWatcher.Arbitrator) - Constructor for class org.apache.accumulo.fate.zookeeper.TransactionWatcher
 
TransactionWatcher.Arbitrator - Interface in org.apache.accumulo.fate.zookeeper
 
tryLock(ZooLock.LockWatcher, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
tryToCancelAsyncLockOrUnlock() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
TStore<T> - Interface in org.apache.accumulo.fate
Transaction Store: a place to save transactions A transaction consists of a number of operations.

U

unableToMonitorLockNode(Throwable) - Method in interface org.apache.accumulo.fate.zookeeper.ZooLock.LockWatcher
lost the ability to monitor the lock node, and its status is unknown
undo(long, T) - Method in interface org.apache.accumulo.fate.Repo
 
unlock() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
unreserve(long, long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
unreserve(long, long) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
unreserve(long, long) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Return the given transaction to the store.
unreserve(long, long) - Method in class org.apache.accumulo.fate.ZooStore
 
useRetry() - Method in class org.apache.accumulo.fate.zookeeper.Retry
 
UtilWaitThread - Class in org.apache.accumulo.fate.util
 
UtilWaitThread() - Constructor for class org.apache.accumulo.fate.util.UtilWaitThread
 

V

valueOf(String) - Static method in enum org.apache.accumulo.fate.ReadOnlyTStore.TStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.fate.zookeeper.ZooLock.LockLossReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.fate.zookeeper.ZooUtil.NodeExistsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.fate.zookeeper.ZooUtil.NodeMissingPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.accumulo.fate.ReadOnlyTStore.TStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.fate.zookeeper.ZooLock.LockLossReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.fate.zookeeper.ZooUtil.NodeExistsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.fate.zookeeper.ZooUtil.NodeMissingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForCompletion(long) - Method in class org.apache.accumulo.fate.Fate
 
waitForNextAttempt() - Method in class org.apache.accumulo.fate.zookeeper.Retry
 
waitForStatusChange(long, EnumSet<ReadOnlyTStore.TStatus>) - Method in class org.apache.accumulo.fate.AgeOffStore
 
waitForStatusChange(long, EnumSet<ReadOnlyTStore.TStatus>) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
waitForStatusChange(long, EnumSet<ReadOnlyTStore.TStatus>) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Wait for the satus of a transaction to change
waitForStatusChange(long, EnumSet<ReadOnlyTStore.TStatus>) - Method in class org.apache.accumulo.fate.ZooStore
 
wasLockAcquired() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
indicates if the lock was acquired in the past....
writeLock() - Method in class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 

Z

ZooCache - Class in org.apache.accumulo.fate.zookeeper
A cache for values stored in ZooKeeper.
ZooCache(String, int) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooCache
Creates a new cache.
ZooCache(String, int, Watcher) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooCache
Creates a new cache.
ZooCache(ZooReader, Watcher) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooCache
Creates a new cache.
ZooCacheFactory - Class in org.apache.accumulo.fate.zookeeper
A factory for ZooCache instances.
ZooCacheFactory() - Constructor for class org.apache.accumulo.fate.zookeeper.ZooCacheFactory
 
zooKeeper - Variable in class org.apache.accumulo.fate.zookeeper.ZooLock
 
ZooLock - Class in org.apache.accumulo.fate.zookeeper
 
ZooLock(String, int, String, byte[], String) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooLock
 
ZooLock(ZooCache, IZooReaderWriter, String) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooLock
 
ZooLock.AsyncLockWatcher - Interface in org.apache.accumulo.fate.zookeeper
 
ZooLock.LockLossReason - Enum in org.apache.accumulo.fate.zookeeper
 
ZooLock.LockWatcher - Interface in org.apache.accumulo.fate.zookeeper
 
ZooQueueLock - Class in org.apache.accumulo.fate.zookeeper
 
ZooQueueLock(String, int, String, byte[], String, boolean) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
ZooQueueLock(IZooReaderWriter, String, boolean) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
ZooReader - Class in org.apache.accumulo.fate.zookeeper
 
ZooReader(String, int) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooReader
 
ZooReaderWriter - Class in org.apache.accumulo.fate.zookeeper
 
ZooReaderWriter(String, int, String, byte[]) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
ZooReservation - Class in org.apache.accumulo.fate.zookeeper
 
ZooReservation() - Constructor for class org.apache.accumulo.fate.zookeeper.ZooReservation
 
ZooSession - Class in org.apache.accumulo.fate.zookeeper
 
ZooSession() - Constructor for class org.apache.accumulo.fate.zookeeper.ZooSession
 
ZooSession.ZooSessionShutdownException - Exception in org.apache.accumulo.fate.zookeeper
 
ZooSession.ZooSessionShutdownException() - Constructor for exception org.apache.accumulo.fate.zookeeper.ZooSession.ZooSessionShutdownException
 
ZooStore<T> - Class in org.apache.accumulo.fate
 
ZooStore(String, IZooReaderWriter) - Constructor for class org.apache.accumulo.fate.ZooStore
 
ZooUtil - Class in org.apache.accumulo.fate.zookeeper
 
ZooUtil() - Constructor for class org.apache.accumulo.fate.zookeeper.ZooUtil
 
ZooUtil.LockID - Class in org.apache.accumulo.fate.zookeeper
 
ZooUtil.LockID(String, String) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
ZooUtil.LockID(String, String, long) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
ZooUtil.NodeExistsPolicy - Enum in org.apache.accumulo.fate.zookeeper
 
ZooUtil.NodeMissingPolicy - Enum in org.apache.accumulo.fate.zookeeper
 
ZooUtil.ZooKeeperConnectionInfo - Class in org.apache.accumulo.fate.zookeeper
 
ZooUtil.ZooKeeperConnectionInfo(String, int, String, byte[]) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooUtil.ZooKeeperConnectionInfo
 

A C D E F G H I K L M N O P R S T U V W Z

Copyright © 2015 Apache Accumulo Project. All rights reserved.