Uses of Class
net.esper.eql.spec.OutputLimitSpec.DisplayLimit

Packages that use OutputLimitSpec.DisplayLimit
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of OutputLimitSpec.DisplayLimit in net.esper.eql.spec
 

Methods in net.esper.eql.spec that return OutputLimitSpec.DisplayLimit
static OutputLimitSpec.DisplayLimit OutputLimitSpec.DisplayLimit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OutputLimitSpec.DisplayLimit[] OutputLimitSpec.DisplayLimit.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in net.esper.eql.spec with parameters of type OutputLimitSpec.DisplayLimit
OutputLimitSpec(double timeRate, OutputLimitSpec.DisplayLimit displayLimit)
          Ctor.
OutputLimitSpec(int eventRate, OutputLimitSpec.DisplayLimit displayLimit)
          Ctor.