org.apache.accumulo.proxy
Class Proxy

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

public class Proxy
extends Object


Nested Class Summary
static class Proxy.Opts
           
static class Proxy.PropertiesConverter
           
 
Constructor Summary
Proxy()
           
 
Method Summary
static org.apache.thrift.server.TServer createProxyServer(Class<?> api, Class<?> implementor, int port, Class<? extends org.apache.thrift.protocol.TProtocolFactory> protoClass, Properties properties)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proxy

public Proxy()
Method Detail

main

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

createProxyServer

public static org.apache.thrift.server.TServer createProxyServer(Class<?> api,
                                                                 Class<?> implementor,
                                                                 int port,
                                                                 Class<? extends org.apache.thrift.protocol.TProtocolFactory> protoClass,
                                                                 Properties properties)
                                                          throws Exception
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.