Uses of Class
org.apache.accumulo.server.master.Master

Packages that use Master
org.apache.accumulo.server.master.recovery   
org.apache.accumulo.server.master.tableOps   
org.apache.accumulo.server.master.tserverOps   
 

Uses of Master in org.apache.accumulo.server.master.recovery
 

Methods in org.apache.accumulo.server.master.recovery with parameters of type Master
 long MapRLogCloser.close(Master m, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
           
 long HadoopLogCloser.close(Master master, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path source)
           
 long LogCloser.close(Master master, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
           
 

Constructors in org.apache.accumulo.server.master.recovery with parameters of type Master
RecoveryManager(Master master)
           
 

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

Methods in org.apache.accumulo.server.master.tableOps that return types with arguments of type Master
 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)
           
 

Methods in org.apache.accumulo.server.master.tableOps with parameters of type Master
 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)
           
 void ImportTable.checkVersions(Master env)
           
 long RenameTable.isReady(long tid, Master environment)
           
 long CreateTable.isReady(long tid, Master environment)
           
 long TableRangeOp.isReady(long tid, Master environment)
           
 long CloneTable.isReady(long tid, Master environment)
           
 long MasterRepo.isReady(long tid, Master environment)
           
 long BulkImport.isReady(long tid, Master master)
           
 long DeleteTable.isReady(long tid, Master environment)
           
 long CancelCompactions.isReady(long tid, Master environment)
           
 long ExportTable.isReady(long tid, Master environment)
           
 long ImportTable.isReady(long tid, Master environment)
           
 long CompactRange.isReady(long tid, Master environment)
           
 long ChangeTableState.isReady(long tid, Master environment)
           
 void RenameTable.undo(long tid, Master env)
           
 void CreateTable.undo(long tid, Master env)
           
 void TableRangeOp.undo(long tid, Master env)
           
 void CloneTable.undo(long tid, Master environment)
           
 void MasterRepo.undo(long tid, Master environment)
           
 void BulkImport.undo(long tid, Master environment)
           
 void DeleteTable.undo(long tid, Master environment)
           
 void CancelCompactions.undo(long tid, Master environment)
           
 void ExportTable.undo(long tid, Master env)
           
 void ImportTable.undo(long tid, Master env)
           
 void CompactRange.undo(long tid, Master environment)
           
 void ChangeTableState.undo(long tid, Master env)
           
 

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

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

Methods in org.apache.accumulo.server.master.tserverOps with parameters of type Master
 Repo<Master> ShutdownTServer.call(long tid, Master master)
           
 long ShutdownTServer.isReady(long tid, Master environment)
           
 void ShutdownTServer.undo(long tid, Master m)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.