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)
|