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

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

Uses of Repo in org.apache.accumulo.server.fate
 

Methods in org.apache.accumulo.server.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)
           
 

Methods in org.apache.accumulo.server.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 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 ChangeTableState
           
 class CloneTable
           
 class CompactRange
           
 class CreateTable
           
 class DeleteTable
           
 class MasterRepo
           
 class RenameTable
           
 class TableRangeOp
           
 class TraceRepo<T>
           
 

Methods in org.apache.accumulo.server.master.tableOps that return Repo
 Repo<Master> CloneTable.call(long tid, Master environment)
           
 Repo<Master> DeleteTable.call(long tid, Master environment)
           
 Repo<Master> ChangeTableState.call(long tid, Master env)
           
 Repo<Master> CompactRange.call(long tid, Master environment)
           
 Repo<Master> TableRangeOp.call(long tid, Master env)
           
 Repo<Master> RenameTable.call(long tid, Master env)
           
 Repo<Master> CreateTable.call(long tid, Master env)
           
abstract  Repo<Master> MasterRepo.call(long tid, Master environment)
           
 Repo<Master> BulkImport.call(long tid, Master master)
           
 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 DisconnectLogger
           
 class FlushTablets
           
 class ShutdownTServer
           
 class StopLogger
           
 

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.