|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TStore.TStatus | |
---|---|
org.apache.accumulo.fate |
Uses of TStore.TStatus in org.apache.accumulo.fate |
---|
Methods in org.apache.accumulo.fate that return TStore.TStatus | |
---|---|
TStore.TStatus |
TStore.getStatus(long tid)
Get the state of a given transaction. |
TStore.TStatus |
ZooStore.getStatus(long tid)
|
TStore.TStatus |
AgeOffStore.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 |
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)
|
TStore.TStatus |
AgeOffStore.waitForStatusChange(long tid,
EnumSet<TStore.TStatus> expected)
|
Methods in org.apache.accumulo.fate with parameters of type TStore.TStatus | |
---|---|
void |
TStore.setStatus(long tid,
TStore.TStatus status)
Update the state of a given transaction |
void |
ZooStore.setStatus(long tid,
TStore.TStatus status)
|
void |
AgeOffStore.setStatus(long tid,
TStore.TStatus status)
|
Method parameters in org.apache.accumulo.fate with type arguments of type TStore.TStatus | |
---|---|
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)
|
TStore.TStatus |
AgeOffStore.waitForStatusChange(long tid,
EnumSet<TStore.TStatus> expected)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |