Package | Description |
---|---|
com.espertech.esper.epl.core.orderby |
Order-by and row-limit processors
|
Modifier and Type | Method and Description |
---|---|
RowLimitProcessor |
RowLimitProcessorFactory.instantiate(AgentInstanceContext agentInstanceContext) |
Modifier and Type | Method and Description |
---|---|
static EventBean[] |
OrderByProcessorUtil.sortWOrderKeysWLimit(EventBean[] outgoingEvents,
java.lang.Object[] orderKeys,
java.util.Comparator<java.lang.Object> comparator,
RowLimitProcessor rowLimitProcessor)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Constructor and Description |
---|
OrderByProcessorOrderedLimit(OrderByProcessorImpl orderByProcessor,
RowLimitProcessor rowLimitProcessor)
Ctor.
|
OrderByProcessorRowLimitOnly(RowLimitProcessor rowLimitProcessor) |