org.apache.accumulo.fate
public class Fate<T> extends Object
Constructor and Description |
---|
Fate(T environment,
TStore<T> store,
int numTreads) |
Modifier and Type | Method and Description |
---|---|
void |
delete(long tid) |
Exception |
getException(long tid) |
String |
getReturn(long tid) |
void |
seedTransaction(long tid,
Repo<T> repo,
boolean autoCleanUp) |
long |
startTransaction() |
ReadOnlyTStore.TStatus |
waitForCompletion(long tid) |
public long startTransaction()
public ReadOnlyTStore.TStatus waitForCompletion(long tid)
public void delete(long tid)
public String getReturn(long tid)
public Exception getException(long tid)
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.