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,
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)
|