org.apache.blur.thrift.generated
Class Blur.AsyncClient.fetchRow_call

java.lang.Object
  extended by org.apache.blur.thirdparty.thrift_0_9_0.async.TAsyncMethodCall
      extended by org.apache.blur.thrift.generated.Blur.AsyncClient.fetchRow_call
Enclosing class:
Blur.AsyncClient

public static class Blur.AsyncClient.fetchRow_call
extends TAsyncMethodCall


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.blur.thirdparty.thrift_0_9_0.async.TAsyncMethodCall
TAsyncMethodCall.State
 
Constructor Summary
Blur.AsyncClient.fetchRow_call(String table, Selector selector, AsyncMethodCallback<Blur.AsyncClient.fetchRow_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
 
Method Summary
 FetchResult getResult()
           
 void write_args(TProtocol prot)
           
 
Methods inherited from class org.apache.blur.thirdparty.thrift_0_9_0.async.TAsyncMethodCall
getClient, getTimeoutTimestamp, hasTimeout
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blur.AsyncClient.fetchRow_call

public Blur.AsyncClient.fetchRow_call(String table,
                                      Selector selector,
                                      AsyncMethodCallback<Blur.AsyncClient.fetchRow_call> resultHandler,
                                      TAsyncClient client,
                                      TProtocolFactory protocolFactory,
                                      TNonblockingTransport transport)
                               throws TException
Throws:
TException
Method Detail

write_args

public void write_args(TProtocol prot)
                throws TException
Throws:
TException

getResult

public FetchResult getResult()
                      throws BlurException,
                             TException
Throws:
BlurException
TException


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