Methods in org.apache.accumulo.server.util that return TServerUtils.ServerPort |
static TServerUtils.ServerPort |
TServerUtils.startHsHaServer(int port,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
int numThreads,
long timeBetweenThreadChecks)
|
static TServerUtils.ServerPort |
TServerUtils.startServer(Property portHintProperty,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
Property portSearchProperty,
Property minThreadProperty,
Property timeBetweenThreadChecksProperty)
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)
|