Uses of Class
org.apache.accumulo.server.rpc.ServerAddress
-
Packages that use ServerAddress Package Description org.apache.accumulo.server.rpc -
-
Uses of ServerAddress in org.apache.accumulo.server.rpc
Methods in org.apache.accumulo.server.rpc that return ServerAddress Modifier and Type Method Description static ServerAddressTServerUtils. createBlockingServer(HostAndPort address, org.apache.thrift.TProcessor processor, org.apache.thrift.protocol.TProtocolFactory protocolFactory, long maxMessageSize, String serverName, int numThreads, int numSimpleTimerThreads, long timeBetweenThreadChecks)Creates a TThreadPoolServer for normal unsecure operation.static ServerAddressTServerUtils. createNonBlockingServer(HostAndPort address, org.apache.thrift.TProcessor processor, org.apache.thrift.protocol.TProtocolFactory protocolFactory, String serverName, int numThreads, int numSTThreads, long timeBetweenThreadChecks, long maxMessageSize)Create a NonBlockingServer with a single select threads and a custom thread pool that can dynamically resize itself.static ServerAddressTServerUtils. createSaslThreadPoolServer(HostAndPort address, org.apache.thrift.TProcessor processor, org.apache.thrift.protocol.TProtocolFactory protocolFactory, long socketTimeout, SaslServerConnectionParams params, String serverName, int numThreads, int numSTThreads, long timeBetweenThreadChecks)static ServerAddressTServerUtils. createSslThreadPoolServer(HostAndPort address, org.apache.thrift.TProcessor processor, org.apache.thrift.protocol.TProtocolFactory protocolFactory, long socketTimeout, SslConnectionParams sslParams, String serverName, int numThreads, int numSimpleTimerThreads, long timeBetweenThreadChecks)Create a Thrift SSL server.static ServerAddressTServerUtils. createThreadedSelectorServer(HostAndPort address, org.apache.thrift.TProcessor processor, org.apache.thrift.protocol.TProtocolFactory protocolFactory, String serverName, int numThreads, int numSTThreads, long timeBetweenThreadChecks, long maxMessageSize)Create a non blocking server with multiple select threads and a custom thread pool that can dynamically resize itself.static ServerAddressTServerUtils. startServer(org.apache.hadoop.metrics2.MetricsSystem metricsSystem, ServerContext service, String hostname, 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 ServerAddressTServerUtils. startTServer(ThriftServerType serverType, TimedProcessor processor, String serverName, String threadName, int numThreads, int numSTThreads, long timeBetweenThreadChecks, long maxMessageSize, SslConnectionParams sslParams, SaslServerConnectionParams saslParams, long serverSocketTimeout, HostAndPort... addresses)static ServerAddressTServerUtils. startTServer(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, HostAndPort... addresses)Start the appropriate Thrift server (SSL or non-blocking server) for the given parameters.static ServerAddressTServerUtils. startTServer(org.apache.hadoop.metrics2.MetricsSystem metricsSystem, AccumuloConfiguration conf, 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, HostAndPort... addresses)
-