Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Method and Description |
---|---|
protected Procedure[] |
SequentialProcedure.doExecute(TEnvironment env) |
protected Procedure[] |
Procedure.doExecute(TEnvironment env)
Internal method called by the ProcedureExecutor that starts the
user-level code execute().
|
protected Procedure[] |
StateMachineProcedure.execute(TEnvironment env) |
protected abstract Procedure[] |
Procedure.execute(TEnvironment env)
The main code of the procedure.
|
protected abstract StateMachineProcedure.Flow |
StateMachineProcedure.executeFromState(TEnvironment env,
TState state)
called to perform a single step of the specified 'state' of the procedure
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.