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