org.apache.accumulo.core.tabletserver.thrift
Class TabletClientService.AsyncClient.Factory

java.lang.Object
  extended by org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.Factory
All Implemented Interfaces:
org.apache.thrift.async.TAsyncClientFactory<TabletClientService.AsyncClient>
Enclosing class:
TabletClientService.AsyncClient

public static class TabletClientService.AsyncClient.Factory
extends Object
implements org.apache.thrift.async.TAsyncClientFactory<TabletClientService.AsyncClient>


Constructor Summary
TabletClientService.AsyncClient.Factory(org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.protocol.TProtocolFactory protocolFactory)
           
 
Method Summary
 TabletClientService.AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabletClientService.AsyncClient.Factory

public TabletClientService.AsyncClient.Factory(org.apache.thrift.async.TAsyncClientManager clientManager,
                                               org.apache.thrift.protocol.TProtocolFactory protocolFactory)
Method Detail

getAsyncClient

public TabletClientService.AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)
Specified by:
getAsyncClient in interface org.apache.thrift.async.TAsyncClientFactory<TabletClientService.AsyncClient>


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