Class EventSinkSrv.AsyncClient.GetHistory_call

java.lang.Object
org.apache.thrift.async.TAsyncMethodCall<List<SinkEvent>>
dev.vality.machinegun.stateproc.EventSinkSrv.AsyncClient.GetHistory_call
Enclosing class:
EventSinkSrv.AsyncClient

public static class EventSinkSrv.AsyncClient.GetHistory_call
extends org.apache.thrift.async.TAsyncMethodCall<List<SinkEvent>>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.thrift.async.TAsyncMethodCall

    org.apache.thrift.async.TAsyncMethodCall.State
  • Field Summary

    Fields inherited from class org.apache.thrift.async.TAsyncMethodCall

    client, transport
  • Constructor Summary

    Constructors
    Constructor Description
    GetHistory_call​(String event_sink_id, HistoryRange range, org.apache.thrift.async.AsyncMethodCallback<List<SinkEvent>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)  
  • Method Summary

    Modifier and Type Method Description
    List<SinkEvent> getResult()  
    void write_args​(org.apache.thrift.protocol.TProtocol prot)  

    Methods inherited from class org.apache.thrift.async.TAsyncMethodCall

    getClient, getFrameBuffer, getSequenceId, getStartTime, getState, getTimeoutTimestamp, hasTimeout, isFinished, onError, prepareMethodCall

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetHistory_call

      public GetHistory_call​(String event_sink_id, HistoryRange range, org.apache.thrift.async.AsyncMethodCallback<List<SinkEvent>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
  • Method Details