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

Packages that use OutputLimitSpec.DisplayLimit
net.esper.eql.expression EQL expression nodes, aggregation, result set processing 
 

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

Methods in net.esper.eql.expression 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.expression with parameters of type OutputLimitSpec.DisplayLimit
OutputLimitSpec(double timeRate, OutputLimitSpec.DisplayLimit displayLimit)
          Ctor.
OutputLimitSpec(int eventRate, OutputLimitSpec.DisplayLimit displayLimit)
          Ctor.