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. startServer(ServerContext context, String hostname, Property portHintProperty, org.apache.thrift.TProcessor processor, String serverName, String threadName, Property portSearchProperty, Property minThreadProperty, Property threadTimeOutProperty, Property timeBetweenThreadChecksProperty, Property maxMessageSizeProperty)Start a server, at the given port, or higher, if that port is not available.static ServerAddressTServerUtils. startTServer(AccumuloConfiguration conf, ThriftServerType serverType, org.apache.thrift.TProcessor processor, String serverName, String threadName, int numThreads, long threadTimeOut, long timeBetweenThreadChecks, long maxMessageSize, SslConnectionParams sslParams, SaslServerConnectionParams saslParams, long serverSocketTimeout, com.google.common.net.HostAndPort... addresses)
-