Class AggregationMultiFunctionMethodDesc
java.lang.Object
com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionMethodDesc
Aggregation multi-function return-type descriptor
-
Constructor Summary
ConstructorDescriptionAggregationMultiFunctionMethodDesc
(AggregationMethodForge forge, EventType eventTypeCollection, EPTypeClass componentTypeCollection, EventType eventTypeSingle) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns, when returning a collection of object values, the type of the values or null if not returning a collection of valuesReturns, when returning a collection of events, the event type or null if not returning a collection of eventsReturns, when returning a single event, the event type or null if not returning a single eventReturns the forge of the aggregation value reader
-
Constructor Details
-
AggregationMultiFunctionMethodDesc
public AggregationMultiFunctionMethodDesc(AggregationMethodForge forge, EventType eventTypeCollection, EPTypeClass componentTypeCollection, EventType eventTypeSingle) Ctor.- Parameters:
forge
- the forge of the aggregation value readereventTypeCollection
- when returning a collection of events, the event type or null if not returning a collection of eventscomponentTypeCollection
- when returning a collection of object values, the type of the values or null if not returning a collection of valueseventTypeSingle
- when returning a single event, the event type or null if not returning a single event
-
-
Method Details
-
getReader
Returns the forge of the aggregation value reader- Returns:
- forge
-
getEventTypeCollection
Returns, when returning a collection of events, the event type or null if not returning a collection of events- Returns:
- event type
-
getComponentTypeCollection
Returns, when returning a collection of object values, the type of the values or null if not returning a collection of values- Returns:
- type
-
getEventTypeSingle
Returns, when returning a single event, the event type or null if not returning a single event- Returns:
- event type
-