Uses of Class
org.apache.accumulo.server.rpc.ThriftServerType
-
Packages that use ThriftServerType Package Description org.apache.accumulo.server org.apache.accumulo.server.rpc -
-
Uses of ThriftServerType in org.apache.accumulo.server
Methods in org.apache.accumulo.server that return ThriftServerType Modifier and Type Method Description ThriftServerTypeServerContext. getThriftServerType()Determine the type of Thrift server to instantiate given the server's configuration. -
Uses of ThriftServerType in org.apache.accumulo.server.rpc
Methods in org.apache.accumulo.server.rpc that return ThriftServerType Modifier and Type Method Description static ThriftServerTypeThriftServerType. get(String name)static ThriftServerTypeThriftServerType. getDefault()static ThriftServerTypeThriftServerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThriftServerType[]ThriftServerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.server.rpc with parameters of type ThriftServerType Modifier and Type Method Description 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)
-