Package | Description |
---|---|
org.apache.accumulo.server.util |
Modifier and Type | Method and Description |
---|---|
static TServerUtils.ServerPort |
TServerUtils.startHsHaServer(int port,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
int numThreads,
long timeBetweenThreadChecks,
long maxMessageSize) |
static TServerUtils.ServerPort |
TServerUtils.startServer(AccumuloConfiguration conf,
Property portHintProperty,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
Property portSearchProperty,
Property minThreadProperty,
Property timeBetweenThreadChecksProperty,
Property maxMessageSizeProperty)
Start a server, at the given port, or higher, if that port is not available.
|
static TServerUtils.ServerPort |
TServerUtils.startThreadPoolServer(int port,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
int numThreads) |
static TServerUtils.ServerPort |
TServerUtils.startTServer(int port,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
int numThreads,
long timeBetweenThreadChecks,
long maxMessageSize) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.