org.wso2.siddhi.query.api.query.output
Class Output
java.lang.Object
org.wso2.siddhi.query.api.query.output.Output
- All Implemented Interfaces:
- Serializable
public abstract class Output
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Output
public Output()
perEvents
public static EventOutputRate perEvents(Constant events)
perTimePeriod
public static TimeOutputRate perTimePeriod(TimeConstant timeConstant)
perTimePeriod
public static TimeOutputRate perTimePeriod(LongConstant longConstant)
perSnapshot
public static SnapshotOutputRate perSnapshot(TimeConstant timeConstant)
perSnapshot
public static SnapshotOutputRate perSnapshot(LongConstant longConstant)
Copyright © 2015 WSO2. All Rights Reserved.