Interface EventSinkSrv.Iface
- All Known Implementing Classes:
EventSinkSrv.Client
- Enclosing class:
- EventSinkSrv
public static interface EventSinkSrv.Iface
-
Method Summary
Modifier and Type Method Description List<SinkEvent>getEvents(SinkEventRange range)longgetLastEventID()
-
Method Details
-
getEvents
List<SinkEvent> getEvents(SinkEventRange range) throws SinkEventNotFound, org.apache.thrift.TException- Throws:
SinkEventNotFoundorg.apache.thrift.TException
-
getLastEventID
- Throws:
NoLastEventorg.apache.thrift.TException
-