@InterfaceAudience.Private public abstract class PayloadCarryingServerCallable<T> extends RegionServerCallable<T>
限定符和类型 | 字段和说明 |
---|---|
protected HBaseRpcController |
controller |
connection, location, priority, row, tableName
构造器和说明 |
---|
PayloadCarryingServerCallable(Connection connection,
TableName tableName,
byte[] row,
RpcControllerFactory rpcControllerFactory) |
PayloadCarryingServerCallable(Connection connection,
TableName tableName,
byte[] row,
RpcControllerFactory rpcControllerFactory,
int priority) |
限定符和类型 | 方法和说明 |
---|---|
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–2022 The Apache Software Foundation. All rights reserved.