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

Packages that use Repo
org.apache.accumulo.fate   
org.apache.accumulo.server.master.tableOps   
org.apache.accumulo.server.master.tserverOps   
 

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)
           
 

Uses of Repo in org.apache.accumulo.server.master.tableOps
 

Classes in org.apache.accumulo.server.master.tableOps that implement Repo
 class BulkImport
           
 class CancelCompactions
           
 class ChangeTableState
           
 class CloneTable
           
 class CompactRange
           
 class CreateTable
           
 class DeleteTable
           
 class ExportTable
           
 class ImportTable
           
 class MasterRepo
           
 class RenameTable
           
 class TableRangeOp
           
 class TraceRepo<T>
           
 

Methods in org.apache.accumulo.server.master.tableOps that return Repo
 Repo<Master> RenameTable.call(long tid, Master master)
           
 Repo<Master> CreateTable.call(long tid, Master master)
           
 Repo<Master> TableRangeOp.call(long tid, Master env)
           
 Repo<Master> CloneTable.call(long tid, Master environment)
           
abstract  Repo<Master> MasterRepo.call(long tid, Master environment)
           
 Repo<Master> BulkImport.call(long tid, Master master)
           
 Repo<Master> DeleteTable.call(long tid, Master environment)
           
 Repo<Master> CancelCompactions.call(long tid, Master environment)
           
 Repo<Master> ExportTable.call(long tid, Master env)
           
 Repo<Master> ImportTable.call(long tid, Master env)
           
 Repo<Master> CompactRange.call(long tid, Master environment)
           
 Repo<Master> ChangeTableState.call(long tid, Master env)
           
 Repo<T> TraceRepo.call(long tid, T environment)
           
 

Constructors in org.apache.accumulo.server.master.tableOps with parameters of type Repo
TraceRepo(Repo<T> repo)
           
 

Uses of Repo in org.apache.accumulo.server.master.tserverOps
 

Classes in org.apache.accumulo.server.master.tserverOps that implement Repo
 class ShutdownTServer
           
 

Methods in org.apache.accumulo.server.master.tserverOps that return Repo
 Repo<Master> ShutdownTServer.call(long tid, Master master)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.