|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallRunner | |
---|---|
org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
Uses of CallRunner in org.apache.hadoop.hbase.ipc |
---|
Fields in org.apache.hadoop.hbase.ipc with type parameters of type CallRunner | |
---|---|
protected List<BlockingQueue<CallRunner>> |
BalancedQueueRpcExecutor.queues
|
Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type CallRunner | |
---|---|
protected abstract List<BlockingQueue<CallRunner>> |
RpcExecutor.getQueues()
Returns the list of request queues |
List<BlockingQueue<CallRunner>> |
BalancedQueueRpcExecutor.getQueues()
|
protected List<BlockingQueue<CallRunner>> |
RWQueueRpcExecutor.getQueues()
|
Methods in org.apache.hadoop.hbase.ipc with parameters of type CallRunner | |
---|---|
abstract void |
RpcExecutor.dispatch(CallRunner callTask)
Add the request to the executor queue |
void |
FifoRpcScheduler.dispatch(CallRunner task)
|
abstract void |
RpcScheduler.dispatch(CallRunner task)
Dispatches an RPC request asynchronously. |
void |
BalancedQueueRpcExecutor.dispatch(CallRunner callTask)
|
void |
SimpleRpcScheduler.dispatch(CallRunner callTask)
|
void |
RWQueueRpcExecutor.dispatch(CallRunner callTask)
|
Method parameters in org.apache.hadoop.hbase.ipc with type arguments of type CallRunner | |
---|---|
protected void |
RpcExecutor.consumerLoop(BlockingQueue<CallRunner> myQueue)
|
protected void |
RpcExecutor.startHandlers(String nameSuffix,
int numHandlers,
List<BlockingQueue<CallRunner>> callQueues,
int qindex,
int qsize,
int port)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |