Package | Description |
---|---|
org.apache.accumulo.server.master.recovery | |
org.apache.accumulo.server.master.tableOps | |
org.apache.accumulo.server.master.tserverOps |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
RecoveryManager(Master master) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Repo<Master> |
ShutdownTServer.call(long tid,
Master master) |
Modifier and Type | Method and Description |
---|---|
Repo<Master> |
ShutdownTServer.call(long tid,
Master master) |
long |
ShutdownTServer.isReady(long tid,
Master environment) |
void |
ShutdownTServer.undo(long tid,
Master m) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.