MCPcopy Create free account
hub / github.com/apache/accumulo / Repo

Interface Repo

fate/src/main/java/org/apache/accumulo/fate/Repo.java:25–33  ·  view source on GitHub ↗

Repeatable persisted operation

Source from the content-addressed store, hash-verified

23 *
24 */
25public interface Repo<T> extends ReadOnlyRepo<T>, Serializable {
26
27 Repo<T> call(long tid, T environment) throws Exception;
28
29 void undo(long tid, T environment) throws Exception;
30
31 // this allows the last fate op to return something to the user
32 String getReturn();
33}

Callers 13

successMethod · 0.65
failsMethod · 0.65
throwsErrorMethod · 0.65
getRootTabletLocationMethod · 0.65
getInstanceIdMethod · 0.65
getZooKeepersMethod · 0.65
bulkImportFilesMethod · 0.65
isActiveMethod · 0.65
undoMethod · 0.65
undoMethod · 0.65
runMethod · 0.65
waitForFateOperationMethod · 0.65

Implementers 5

FinishImportTableserver/master/src/main/java/org/apache
FinishCreateNamespaceserver/master/src/main/java/org/apache
FinishCreateTableserver/master/src/main/java/org/apache
TraceReposerver/master/src/main/java/org/apache
MasterReposerver/master/src/main/java/org/apache

Calls

no outgoing calls

Tested by

no test coverage detected