public class TestRpcServerTraceLogging extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) static org.apache.hadoop.conf.Configuration |
conf |
(package private) static org.apache.hadoop.hbase.ipc.RpcServer |
mockRpcServer |
private static org.apache.logging.log4j.core.Logger |
rpcServerLog |
(package private) static int |
TRACE_LOG_LENGTH |
(package private) static String |
TRACE_LOG_MSG |
Constructor and Description |
---|
TestRpcServerTraceLogging() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
void |
testLoggingWithTraceOff() |
void |
testLoggingWithTraceOn() |
void |
testLoggingWithTraceOnLargeMax() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.apache.logging.log4j.core.Logger rpcServerLog
static final String TRACE_LOG_MSG
static final int TRACE_LOG_LENGTH
static final org.apache.hadoop.hbase.ipc.RpcServer mockRpcServer
static final org.apache.hadoop.conf.Configuration conf
public TestRpcServerTraceLogging()
public static void setUp()
public void testLoggingWithTraceOff()
public void testLoggingWithTraceOn()
public void testLoggingWithTraceOnLargeMax()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.