Package | Description |
---|---|
org.apache.hadoop.hbase.master.procedure | |
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Class and Description |
---|---|
class |
MasterProcedureScheduler
ProcedureRunnableSet for the Master Procedures.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcedureSimpleRunQueue
Simple runqueue for the procedures
|
Modifier and Type | Field and Description |
---|---|
private ProcedureRunnableSet |
ProcedureExecutor.runnables
Queue that contains runnable procedures.
|
Modifier and Type | Method and Description |
---|---|
protected ProcedureRunnableSet |
ProcedureExecutor.getRunnableSet() |
Constructor and Description |
---|
ProcedureExecutor(org.apache.hadoop.conf.Configuration conf,
TEnvironment environment,
ProcedureStore store,
ProcedureRunnableSet runqueue) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.