Class NamedWindowFactoryServiceImpl
java.lang.Object
com.espertech.esper.common.internal.epl.namedwindow.consume.NamedWindowFactoryServiceImpl
- All Implemented Interfaces:
NamedWindowFactoryService
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateNamedWindow
(NamedWindowMetaData metadata, EPStatementInitServices services) createNamedWindowTailView
(EventType eventType, boolean isParentBatchWindow, EPStatementInitServices services, String contextNameWindow)
-
Field Details
-
INSTANCE
-
-
Method Details
-
createNamedWindow
public NamedWindow createNamedWindow(NamedWindowMetaData metadata, EPStatementInitServices services) - Specified by:
createNamedWindow
in interfaceNamedWindowFactoryService
-
createNamedWindowTailView
public NamedWindowTailView createNamedWindowTailView(EventType eventType, boolean isParentBatchWindow, EPStatementInitServices services, String contextNameWindow) - Specified by:
createNamedWindowTailView
in interfaceNamedWindowFactoryService
-