| Package | Description |
|---|---|
| org.apache.accumulo.fate |
| Modifier and Type | Method and Description |
|---|---|
Repo<T> |
Repo.call(long tid,
T environment) |
Repo<T> |
AgeOffStore.top(long tid) |
Repo<T> |
TStore.top(long tid)
Get the current operation for the given transaction id.
|
Repo<T> |
ZooStore.top(long tid) |
| Modifier and Type | Method and Description |
|---|---|
void |
AgeOffStore.push(long tid,
Repo<T> repo) |
void |
TStore.push(long tid,
Repo<T> repo)
Update the given transaction with the next operation
|
void |
ZooStore.push(long tid,
Repo<T> repo) |
void |
Fate.seedTransaction(long tid,
Repo<T> repo,
boolean autoCleanUp) |
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.