Uses of Interface
org.apache.accumulo.fate.Repo

Packages that use Repo
org.apache.accumulo.fate   
 

Uses of Repo in org.apache.accumulo.fate
 

Methods in org.apache.accumulo.fate that return Repo
 Repo<T> Repo.call(long tid, T environment)
           
 Repo<T> TStore.top(long tid)
          Get the current operation for the given transaction id.
 Repo<T> ZooStore.top(long tid)
           
 Repo<T> AgeOffStore.top(long tid)
           
 

Methods in org.apache.accumulo.fate with parameters of type 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 AgeOffStore.push(long tid, Repo<T> repo)
           
 void Fate.seedTransaction(long tid, Repo<T> repo, boolean autoCleanUp)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.