Uses of Class
org.apache.accumulo.server.rpc.SaslServerConnectionParams
-
Packages that use SaslServerConnectionParams Package Description org.apache.accumulo.server org.apache.accumulo.server.rpc -
-
Uses of SaslServerConnectionParams in org.apache.accumulo.server
Methods in org.apache.accumulo.server that return SaslServerConnectionParams Modifier and Type Method Description SaslServerConnectionParamsServerContext. getSaslParams() -
Uses of SaslServerConnectionParams in org.apache.accumulo.server.rpc
Methods in org.apache.accumulo.server.rpc with parameters of type SaslServerConnectionParams 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)
-