org.apache.accumulo.core.client.impl
Class MasterClient

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.MasterClient

public class MasterClient
extends java.lang.Object


Constructor Summary
MasterClient()
           
 
Method Summary
static void close(MasterClientService.Iface iface)
           
static MasterClientService.Iface getConnection(Instance instance)
           
static MasterClientService.Iface getConnection(Instance instance, boolean retry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterClient

public MasterClient()
Method Detail

getConnection

public static MasterClientService.Iface getConnection(Instance instance)
                                               throws org.apache.thrift.transport.TTransportException
Throws:
org.apache.thrift.transport.TTransportException

getConnection

public static MasterClientService.Iface getConnection(Instance instance,
                                                      boolean retry)
                                               throws org.apache.thrift.transport.TTransportException
Throws:
org.apache.thrift.transport.TTransportException

close

public static void close(MasterClientService.Iface iface)


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