Uses of Class
org.apache.accumulo.server.util.TServerUtils.ServerPort

Packages that use TServerUtils.ServerPort
org.apache.accumulo.server.util   
 

Uses of TServerUtils.ServerPort in org.apache.accumulo.server.util
 

Methods in org.apache.accumulo.server.util that return TServerUtils.ServerPort
static TServerUtils.ServerPort TServerUtils.startHsHaServer(int port, org.apache.thrift.TProcessor processor, String serverName, String threadName, int numThreads, long timeBetweenThreadChecks, long maxMessageSize)
           
static TServerUtils.ServerPort TServerUtils.startServer(AccumuloConfiguration conf, 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 TServerUtils.ServerPort TServerUtils.startThreadPoolServer(int port, org.apache.thrift.TProcessor processor, String serverName, String threadName, int numThreads)
           
static TServerUtils.ServerPort TServerUtils.startTServer(int port, org.apache.thrift.TProcessor processor, String serverName, String threadName, int numThreads, long timeBetweenThreadChecks, long maxMessageSize)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.