Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Method and Description |
---|---|
ProcedureState |
ProcedureInfo.getProcState() |
static ProcedureState |
ProcedureState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcedureState[] |
ProcedureState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProcedureInfo(long procId,
String procName,
String procOwner,
ProcedureState procState,
long parentId,
NonceKey nonceKey,
IOException exception,
long lastUpdate,
long submittedTime,
byte[] result) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.