| Modifier and Type | Class and Description |
|---|---|
static class |
ThriftServerRunner.HBaseHandler
The HBaseHandler is a glue object that connects Thrift RPC calls to the
HBase client API primarily defined in the Admin and Table objects.
|
static class |
ThriftServerRunner.ImplType
An enum of server implementation selections
|
static class |
ThriftServerRunner.IOErrorWithCause |
protected static class |
ThriftServerRunner.ResultScannerWrapper |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_LISTEN_PORT |
static int |
HREGION_VERSION |
static int |
THRIFT_SERVER_SOCKET_READ_TIMEOUT_DEFAULT |
static String |
THRIFT_SERVER_SOCKET_READ_TIMEOUT_KEY
Amount of time in milliseconds before a server thread will timeout
waiting for client to send data on a connected socket.
|
| Constructor and Description |
|---|
ThriftServerRunner(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerFilters(org.apache.hadoop.conf.Configuration conf) |
void |
run() |
void |
shutdown() |
public static final String THRIFT_SERVER_SOCKET_READ_TIMEOUT_KEY
public static final int THRIFT_SERVER_SOCKET_READ_TIMEOUT_DEFAULT
public static final int DEFAULT_LISTEN_PORT
public static final int HREGION_VERSION
public ThriftServerRunner(org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.