Class EventSinkSrv.Client

java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.machinegun.stateproc.EventSinkSrv.Client
All Implemented Interfaces:
EventSinkSrv.Iface
Enclosing class:
EventSinkSrv

public static class EventSinkSrv.Client
extends org.apache.thrift.TServiceClient
implements EventSinkSrv.Iface
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  EventSinkSrv.Client.Factory  
  • Field Summary

    Fields inherited from class org.apache.thrift.TServiceClient

    iprot_, oprot_, seqid_
  • Constructor Summary

    Constructors
    Constructor Description
    Client​(org.apache.thrift.protocol.TProtocol prot)  
    Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)  
  • Method Summary

    Modifier and Type Method Description
    List<SinkEvent> getHistory​(String event_sink_id, HistoryRange range)
    Метод возвращает список событий (историю) всех машин системы, включая те машины, которые существовали в прошлом, но затем были удалены.
    List<SinkEvent> recvGetHistory()  
    void sendGetHistory​(String event_sink_id, HistoryRange range)  

    Methods inherited from class org.apache.thrift.TServiceClient

    getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway

    Methods inherited from class java.lang.Object

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

    • Client

      public Client​(org.apache.thrift.protocol.TProtocol prot)
    • Client

      public Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
  • Method Details