Uses of Class
dev.vality.damsel.withdrawals.processing.SinkEventRange
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of SinkEventRange in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing declared as SinkEventRange Modifier and Type Field Description SinkEventRangeEventSinkSrv.GetEvents_args. rangeMethods in dev.vality.damsel.withdrawals.processing that return SinkEventRange Modifier and Type Method Description SinkEventRangeSinkEventRange. deepCopy()SinkEventRangeEventSinkSrv.GetEvents_args. getRange()SinkEventRangeSinkEventRange. setAfter(long after)SinkEventRangeSinkEventRange. setLimit(int limit)Methods in dev.vality.damsel.withdrawals.processing with parameters of type SinkEventRange Modifier and Type Method Description intSinkEventRange. compareTo(SinkEventRange other)booleanSinkEventRange. equals(SinkEventRange that)voidEventSinkSrv.AsyncClient. getEvents(SinkEventRange range, org.apache.thrift.async.AsyncMethodCallback<List<SinkEvent>> resultHandler)voidEventSinkSrv.AsyncIface. getEvents(SinkEventRange range, org.apache.thrift.async.AsyncMethodCallback<List<SinkEvent>> resultHandler)List<SinkEvent>EventSinkSrv.Client. getEvents(SinkEventRange range)List<SinkEvent>EventSinkSrv.Iface. getEvents(SinkEventRange range)voidEventSinkSrv.Client. sendGetEvents(SinkEventRange range)EventSinkSrv.GetEvents_argsEventSinkSrv.GetEvents_args. setRange(SinkEventRange range)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type SinkEventRange Constructor Description GetEvents_args(SinkEventRange range)GetEvents_call(SinkEventRange 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)SinkEventRange(SinkEventRange other)Performs a deep copy on other.