org.apache.accumulo.proxy
Class TestProxyClient

java.lang.Object
  extended by org.apache.accumulo.proxy.TestProxyClient

public class TestProxyClient
extends Object


Field Summary
protected  AccumuloProxy.Client proxy
           
protected  org.apache.thrift.transport.TTransport transport
           
 
Constructor Summary
TestProxyClient(String host, int port)
           
TestProxyClient(String host, int port, org.apache.thrift.protocol.TProtocolFactory protoFactory)
           
 
Method Summary
static void main(String[] args)
           
 AccumuloProxy.Client proxy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxy

protected AccumuloProxy.Client proxy

transport

protected org.apache.thrift.transport.TTransport transport
Constructor Detail

TestProxyClient

public TestProxyClient(String host,
                       int port)
                throws org.apache.thrift.transport.TTransportException
Throws:
org.apache.thrift.transport.TTransportException

TestProxyClient

public TestProxyClient(String host,
                       int port,
                       org.apache.thrift.protocol.TProtocolFactory protoFactory)
                throws org.apache.thrift.transport.TTransportException
Throws:
org.apache.thrift.transport.TTransportException
Method Detail

proxy

public AccumuloProxy.Client proxy()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.