Package | Description |
---|---|
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 |
---|---|
int |
HashableMultiKeyComparator.compare(HashableMultiKey firstValues,
HashableMultiKey secondValues) |
int |
HashableMultiKeyCollatingComparator.compare(HashableMultiKey firstValues,
HashableMultiKey secondValues) |
Constructor and Description |
---|
HashableMultiKeyCastingComparator(java.util.Comparator<HashableMultiKey> comparator) |
Modifier and Type | Method and Description |
---|---|
static HashableMultiKey |
RankWindowView.getSortMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext evalContext) |