public class TestFifoRpcScheduler extends Object
| Modifier and Type | Field and Description | 
|---|---|
private AtomicInteger | 
callExecutionCount  | 
static HBaseClassTestRule | 
CLASS_RULE  | 
private org.apache.hadoop.conf.Configuration | 
conf  | 
private org.apache.hadoop.hbase.ipc.RpcScheduler.Context | 
CONTEXT  | 
private static org.slf4j.Logger | 
LOG  | 
| Constructor and Description | 
|---|
TestFifoRpcScheduler()  | 
| Modifier and Type | Method and Description | 
|---|---|
private org.apache.hadoop.hbase.ipc.CallRunner | 
createMockTask()  | 
private ThreadPoolExecutor | 
disableHandlers(org.apache.hadoop.hbase.ipc.RpcScheduler scheduler)  | 
void | 
setUp()  | 
void | 
testCallQueueInfo()  | 
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private AtomicInteger callExecutionCount
private final org.apache.hadoop.hbase.ipc.RpcScheduler.Context CONTEXT
private org.apache.hadoop.conf.Configuration conf
public TestFifoRpcScheduler()
public void setUp()
private ThreadPoolExecutor disableHandlers(org.apache.hadoop.hbase.ipc.RpcScheduler scheduler)
public void testCallQueueInfo() throws IOException, InterruptedException
IOExceptionInterruptedExceptionprivate org.apache.hadoop.hbase.ipc.CallRunner createMockTask()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.