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

java.lang.Object
  extended by org.apache.accumulo.server.util.TServerUtils.ServerPort
Enclosing class:
TServerUtils

public static class TServerUtils.ServerPort
extends Object


Field Summary
 int port
           
 org.apache.thrift.server.TServer server
           
 
Constructor Summary
TServerUtils.ServerPort(org.apache.thrift.server.TServer server, int port)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

public final org.apache.thrift.server.TServer server

port

public final int port
Constructor Detail

TServerUtils.ServerPort

public TServerUtils.ServerPort(org.apache.thrift.server.TServer server,
                               int port)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.