Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Method and Description |
---|---|
NonceKey |
ProcedureInfo.getNonceKey() |
Constructor and Description |
---|
ProcedureInfo(long procId,
String procName,
String procOwner,
ProcedureProtos.ProcedureState procState,
long parentId,
NonceKey nonceKey,
ErrorHandlingProtos.ForeignExceptionMessage exception,
long lastUpdate,
long startTime,
byte[] result) |
Modifier and Type | Method and Description |
---|---|
NonceKey |
Procedure.getNonceKey() |
Modifier and Type | Method and Description |
---|---|
static ProcedureInfo |
Procedure.createProcedureInfo(Procedure proc,
NonceKey nonceKey)
Helper to create the ProcedureInfo from Procedure.
|
protected void |
Procedure.setNonceKey(NonceKey nonceKey)
Called by the ProcedureExecutor to set the value to the newly created procedure.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.