@InterfaceAudience.Private public abstract class PayloadCarryingServerCallable<T> extends RegionServerCallable<T>
Modifier and Type | Field and Description |
---|---|
protected HBaseRpcController |
controller |
connection, location, priority, row, tableName
Constructor and Description |
---|
PayloadCarryingServerCallable(Connection connection,
TableName tableName,
byte[] row,
RpcControllerFactory rpcControllerFactory) |
PayloadCarryingServerCallable(Connection connection,
TableName tableName,
byte[] row,
RpcControllerFactory rpcControllerFactory,
int priority) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
boolean |
isCancelled() |
getExceptionMessageAdditionalDetail, getHRegionInfo, getLocation, getPriority, getRow, getStub, getTableName, prepare, setLocation, sleep, throwable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
call
protected HBaseRpcController controller
public PayloadCarryingServerCallable(Connection connection, TableName tableName, byte[] row, RpcControllerFactory rpcControllerFactory)
public PayloadCarryingServerCallable(Connection connection, TableName tableName, byte[] row, RpcControllerFactory rpcControllerFactory, int priority)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.