Interface | Description |
---|---|
CreateTableProcedure.CreateHdfsRegions | |
ProcedureSyncWait.Predicate<T> | |
ServerProcedureInterface |
Procedures that handle servers -- e.g.
|
TableProcedureInterface |
Procedures that operates on a specific Table (e.g.
|
Class | Description |
---|---|
AddColumnFamilyProcedure |
The procedure to add a column family to an existing table.
|
CreateNamespaceProcedure |
The procedure to create a new namespace.
|
CreateTableProcedure | |
DeleteColumnFamilyProcedure |
The procedure to delete a column family from an existing table.
|
DeleteNamespaceProcedure |
The procedure to remove a namespace.
|
DeleteTableProcedure | |
DisableTableProcedure | |
EnableTableProcedure | |
MasterDDLOperationHelper |
Helper class for schema change procedures
|
MasterProcedureConstants | |
MasterProcedureEnv | |
MasterProcedureEnv.MasterProcedureStoreListener | |
MasterProcedureEnv.WALStoreLeaseRecovery | |
MasterProcedureScheduler |
ProcedureRunnableSet for the Master Procedures.
|
MasterProcedureScheduler.ProcedureEvent | |
MasterProcedureScheduler.ServerQueue | |
MasterProcedureScheduler.TableQueue | |
MasterProcedureUtil | |
MasterProcedureUtil.NonceProcedureRunnable |
Helper Runnable used in conjunction with submitProcedure() to deal with
submitting procs with nonce.
|
ModifyColumnFamilyProcedure |
The procedure to modify a column family from an existing table.
|
ModifyNamespaceProcedure |
The procedure to add a namespace to an existing table.
|
ModifyTableProcedure | |
ProcedurePrepareLatch |
Latch used by the Master to have the prepare() sync behaviour for old
clients, that can only get exceptions in a synchronous way.
|
ProcedurePrepareLatch.CompatibilityLatch | |
ProcedureSyncWait |
Helper to synchronously wait on conditions.
|
ServerCrashProcedure |
Handle crashed server.
|
TruncateTableProcedure |
Enum | Description |
---|---|
ServerProcedureInterface.ServerOperationType | |
TableProcedureInterface.TableOperationType |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.