Class SnapshotOutputRate
- java.lang.Object
-
- io.siddhi.query.api.execution.query.output.ratelimit.OutputRate
-
- io.siddhi.query.api.execution.query.output.ratelimit.SnapshotOutputRate
-
- All Implemented Interfaces:
SiddhiElement,Serializable
public class SnapshotOutputRate extends OutputRate
Rate limiting of query output and producing state snapshot as output- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.siddhi.query.api.execution.query.output.ratelimit.OutputRate
OutputRate.Type
-
-
Constructor Summary
Constructors Constructor Description SnapshotOutputRate(Long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OutputRate.TypegetType()LonggetValue()inthashCode()StringtoString()-
Methods inherited from class io.siddhi.query.api.execution.query.output.ratelimit.OutputRate
getQueryContextEndIndex, getQueryContextStartIndex, perEvents, perSnapshot, perSnapshot, perTimePeriod, perTimePeriod, setQueryContextEndIndex, setQueryContextStartIndex
-
-
-
-
Constructor Detail
-
SnapshotOutputRate
public SnapshotOutputRate(Long value)
-
-