static ServerAddress |
TServerUtils.createSaslThreadPoolServer(com.google.common.net.HostAndPort address,
org.apache.thrift.TProcessor processor,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
long socketTimeout,
SaslServerConnectionParams params,
String serverName,
String threadName,
int numThreads,
int numSTThreads,
long timeBetweenThreadChecks) |
static ServerAddress |
TServerUtils.startTServer(AccumuloConfiguration conf,
com.google.common.net.HostAndPort address,
ThriftServerType serverType,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
int numThreads,
int numSTThreads,
long timeBetweenThreadChecks,
long maxMessageSize,
SslConnectionParams sslParams,
SaslServerConnectionParams saslParams,
long serverSocketTimeout) |
static ServerAddress |
TServerUtils.startTServer(com.google.common.net.HostAndPort address,
ThriftServerType serverType,
TimedProcessor processor,
String serverName,
String threadName,
int numThreads,
int numSTThreads,
long timeBetweenThreadChecks,
long maxMessageSize,
SslConnectionParams sslParams,
SaslServerConnectionParams saslParams,
long serverSocketTimeout) |
static ServerAddress |
TServerUtils.startTServer(com.google.common.net.HostAndPort address,
ThriftServerType serverType,
TimedProcessor processor,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
String serverName,
String threadName,
int numThreads,
int numSTThreads,
long timeBetweenThreadChecks,
long maxMessageSize,
SslConnectionParams sslParams,
SaslServerConnectionParams saslParams,
long serverSocketTimeout)
Start the appropriate Thrift server (SSL or non-blocking server) for the given parameters.
|