org.wso2.siddhi.query.api.query.output
Class Output

java.lang.Object
  extended by org.wso2.siddhi.query.api.query.output.Output

public abstract class Output
extends Object


Nested Class Summary
static class Output.Type
           
 
Constructor Summary
Output()
           
 
Method Summary
static EventOutputRate perEvents(Constant events)
           
static SnapshotOutputRate perSnapshot(LongConstant longConstant)
           
static SnapshotOutputRate perSnapshot(TimeConstant timeConstant)
           
static TimeOutputRate perTimePeriod(LongConstant longConstant)
           
static TimeOutputRate perTimePeriod(TimeConstant timeConstant)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Output

public Output()
Method Detail

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 © 2014. All rights reserved.