Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
com.espertech.esper.view.ext |
Extension views that providing services such as sorting, which don't fit much into other categories.
|
Modifier and Type | Method and Description |
---|---|
static MultiKeyUntyped |
EventBeanUtility.getMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext context,
java.lang.Class[] coercionTypes) |
static MultiKeyUntyped |
EventBeanUtility.getMultiKey(EventBean theEvent,
EventPropertyGetter[] propertyGetters)
Returns Multikey instance for given event and getters.
|
static MultiKeyUntyped |
EventBeanUtility.getMultiKey(EventBean theEvent,
EventPropertyGetter[] propertyGetters,
java.lang.Class[] coercionTypes) |
Modifier and Type | Method and Description |
---|---|
int |
MultiKeyComparator.compare(MultiKeyUntyped firstValues,
MultiKeyUntyped secondValues) |
int |
MultiKeyCollatingComparator.compare(MultiKeyUntyped firstValues,
MultiKeyUntyped secondValues) |
Constructor and Description |
---|
MultiKeyCastingComparator(java.util.Comparator<MultiKeyUntyped> comparator) |
Modifier and Type | Method and Description |
---|---|
static MultiKeyUntyped |
RankWindowView.getCriteriaMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext evalContext) |