Package | Description |
---|---|
org.apache.accumulo.fate |
Modifier and Type | Method and Description |
---|---|
TStore.TStatus |
AgeOffStore.getStatus(long tid) |
TStore.TStatus |
TStore.getStatus(long tid)
Get the state of a given transaction.
|
TStore.TStatus |
ZooStore.getStatus(long tid) |
static TStore.TStatus |
TStore.TStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TStore.TStatus[] |
TStore.TStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
TStore.TStatus |
Fate.waitForCompletion(long tid) |
TStore.TStatus |
AgeOffStore.waitForStatusChange(long tid,
EnumSet<TStore.TStatus> expected) |
TStore.TStatus |
TStore.waitForStatusChange(long tid,
EnumSet<TStore.TStatus> expected)
Wait for the satus of a transaction to change
|
TStore.TStatus |
ZooStore.waitForStatusChange(long tid,
EnumSet<TStore.TStatus> expected) |
Modifier and Type | Method and Description |
---|---|
void |
AgeOffStore.setStatus(long tid,
TStore.TStatus status) |
void |
TStore.setStatus(long tid,
TStore.TStatus status)
Update the state of a given transaction
|
void |
ZooStore.setStatus(long tid,
TStore.TStatus status) |
Modifier and Type | Method and Description |
---|---|
TStore.TStatus |
AgeOffStore.waitForStatusChange(long tid,
EnumSet<TStore.TStatus> expected) |
TStore.TStatus |
TStore.waitForStatusChange(long tid,
EnumSet<TStore.TStatus> expected)
Wait for the satus of a transaction to change
|
TStore.TStatus |
ZooStore.waitForStatusChange(long tid,
EnumSet<TStore.TStatus> expected) |
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.