| Package | Description |
|---|---|
| org.apache.accumulo.server.util |
| Modifier and Type | Method and Description |
|---|---|
static TServerUtils.ServerAddress |
TServerUtils.createNonBlockingServer(com.google.common.net.HostAndPort address,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
int numThreads,
long timeBetweenThreadChecks,
long maxMessageSize) |
static TServerUtils.ServerAddress |
TServerUtils.createSslThreadPoolServer(com.google.common.net.HostAndPort address,
org.apache.thrift.TProcessor processor,
long socketTimeout,
SslConnectionParams sslParams) |
static TServerUtils.ServerAddress |
TServerUtils.createThreadPoolServer(com.google.common.net.HostAndPort address,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
int numThreads) |
static TServerUtils.ServerAddress |
TServerUtils.startServer(AccumuloConfiguration conf,
String address,
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.ServerAddress |
TServerUtils.startTServer(com.google.common.net.HostAndPort address,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
int numThreads,
long timeBetweenThreadChecks,
long maxMessageSize,
SslConnectionParams sslParams,
long sslSocketTimeout) |
static TServerUtils.ServerAddress |
TServerUtils.startTServer(com.google.common.net.HostAndPort address,
TServerUtils.TimedProcessor processor,
String serverName,
String threadName,
int numThreads,
long timeBetweenThreadChecks,
long maxMessageSize,
SslConnectionParams sslParams,
long sslSocketTimeout) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.