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)
           
static TServerUtils.ServerPort TServerUtils.startServer(Property portHintProperty, org.apache.thrift.TProcessor processor, String serverName, String threadName, Property portSearchProperty, Property minThreadProperty, Property timeBetweenThreadChecksProperty)
          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)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.