Class VirtualDataWindowKeyRange
java.lang.Object
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowKeyRange
Provides a range as a start and end value, for use as a paramater to the lookup values passed to the
VirtualDataWindowLookup
lookup method.
Consult VirtualDataWindowLookupOp
for information on the type of range represented (open, closed, inverted etc.) .
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VirtualDataWindowKeyRange
Ctor.- Parameters:
start
- range startend
- range end
-
-
Method Details