Class FirstUniqueByPropertyViewFactory
java.lang.Object
com.espertech.esper.common.internal.view.firstunique.FirstUniqueByPropertyViewFactory
- All Implemented Interfaces:
ViewFactory
Factory for
FirstUniqueByPropertyView
instances.-
Field Summary
Modifier and TypeFieldDescriptionprotected ExprEvaluator
protected EPType[]
static final EPTypeClass
protected EventType
protected DataInputOutputSerde
Fields inherited from interface com.espertech.esper.common.internal.view.core.ViewFactory
EMPTY_ARRAY, EPTYPEARRAY, EPTYPEARRAYARRAY, SINGLE_ELEMENT_ARRAY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ViewFactoryContext viewFactoryContext, EPStatementInitServices services) makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) void
setCriteriaEval
(ExprEvaluator criteriaEval) void
setCriteriaTypes
(EPType[] criteriaTypes) void
setEventType
(EventType eventType) void
setKeySerde
(DataInputOutputSerde keySerde)
-
Field Details
-
EPTYPE
-
criteriaEval
-
criteriaTypes
-
keySerde
-
eventType
-
-
Constructor Details
-
FirstUniqueByPropertyViewFactory
public FirstUniqueByPropertyViewFactory()
-
-
Method Details
-
setEventType
- Specified by:
setEventType
in interfaceViewFactory
-
init
- Specified by:
init
in interfaceViewFactory
-
makeView
- Specified by:
makeView
in interfaceViewFactory
-
getEventType
- Specified by:
getEventType
in interfaceViewFactory
-
getCriteriaEval
-
setCriteriaEval
-
setCriteriaTypes
-
setKeySerde
-
getViewName
- Specified by:
getViewName
in interfaceViewFactory
-