backtype.storm.generated
Class DistributedRPC.AsyncClient

java.lang.Object
  extended by org.apache.thrift.async.TAsyncClient
      extended by backtype.storm.generated.DistributedRPC.AsyncClient
All Implemented Interfaces:
DistributedRPC.AsyncIface
Enclosing class:
DistributedRPC

public static class DistributedRPC.AsyncClient
extends org.apache.thrift.async.TAsyncClient
implements DistributedRPC.AsyncIface


Nested Class Summary
static class DistributedRPC.AsyncClient.execute_call
           
static class DistributedRPC.AsyncClient.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport
 
Constructor Summary
DistributedRPC.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
           
 
Method Summary
 void execute(String functionName, String funcArgs, org.apache.thrift.async.AsyncMethodCallback<DistributedRPC.AsyncClient.execute_call> resultHandler)
           
 
Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedRPC.AsyncClient

public DistributedRPC.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
                                  org.apache.thrift.async.TAsyncClientManager clientManager,
                                  org.apache.thrift.transport.TNonblockingTransport transport)
Method Detail

execute

public void execute(String functionName,
                    String funcArgs,
                    org.apache.thrift.async.AsyncMethodCallback<DistributedRPC.AsyncClient.execute_call> resultHandler)
             throws org.apache.thrift.TException
Specified by:
execute in interface DistributedRPC.AsyncIface
Throws:
org.apache.thrift.TException


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