|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.RowLimitSpec
public class RowLimitSpec
Spec for defining a row limit.
Constructor Summary | |
---|---|
RowLimitSpec(java.lang.Integer numRows,
java.lang.Integer optionalOffset,
java.lang.String numRowsVariable,
java.lang.String optionalOffsetVariable)
Ctor. |
Method Summary | |
---|---|
java.lang.Integer |
getNumRows()
Returns max num rows constant or null if using variable. |
java.lang.String |
getNumRowsVariable()
Returns max num rows variable or null if using constant. |
java.lang.Integer |
getOptionalOffset()
Returns offset constant or null. |
java.lang.String |
getOptionalOffsetVariable()
Returns offset variable or null |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowLimitSpec(java.lang.Integer numRows, java.lang.Integer optionalOffset, java.lang.String numRowsVariable, java.lang.String optionalOffsetVariable)
numRows
- max num rows constant, null if using variableoptionalOffset
- offset or nullnumRowsVariable
- max num rows variable, null if using constantoptionalOffsetVariable
- offset variable or nullMethod Detail |
---|
public java.lang.Integer getNumRows()
public java.lang.Integer getOptionalOffset()
public java.lang.String getNumRowsVariable()
public java.lang.String getOptionalOffsetVariable()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |