Package | Description |
---|---|
org.apache.accumulo.fate | |
org.apache.accumulo.server.master.tableOps | |
org.apache.accumulo.server.master.tserverOps |
Modifier and Type | Method and Description |
---|---|
Repo<T> |
Repo.call(long tid,
T environment) |
Repo<T> |
ZooStore.top(long tid) |
Repo<T> |
TStore.top(long tid)
Get the current operation for the given transaction id.
|
Repo<T> |
AgeOffStore.top(long tid) |
Modifier and Type | Method and Description |
---|---|
void |
ZooStore.push(long tid,
Repo<T> repo) |
void |
TStore.push(long tid,
Repo<T> repo)
Update the given transaction with the next operation
|
void |
AgeOffStore.push(long tid,
Repo<T> repo) |
void |
Fate.seedTransaction(long tid,
Repo<T> repo,
boolean autoCleanUp) |
Constructor and Description |
---|
ReadOnlyStore.ReadOnlyRepoWrapper(Repo<X> repo) |
Modifier and Type | Class and Description |
---|---|
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> |
Modifier and Type | Method and Description |
---|---|
Repo<Master> |
RenameTable.call(long tid,
Master master) |
Repo<Master> |
ImportTable.call(long tid,
Master env) |
Repo<Master> |
ExportTable.call(long tid,
Master env) |
Repo<Master> |
TableRangeOp.call(long tid,
Master env) |
Repo<Master> |
CloneTable.call(long tid,
Master environment) |
Repo<Master> |
CancelCompactions.call(long tid,
Master environment) |
Repo<Master> |
CompactRange.call(long tid,
Master environment) |
Repo<Master> |
DeleteTable.call(long tid,
Master environment) |
Repo<Master> |
CreateTable.call(long tid,
Master master) |
Repo<Master> |
ChangeTableState.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) |
Constructor and Description |
---|
TraceRepo(Repo<T> repo) |
Modifier and Type | Class and Description |
---|---|
class |
ShutdownTServer |
Modifier and Type | Method and Description |
---|---|
Repo<Master> |
ShutdownTServer.call(long tid,
Master master) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.