public abstract class WindowHandler extends Object implements StreamHandler
| Constructor and Description |
|---|
WindowHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected ScheduledExecutorService |
getEventRemoverScheduler() |
protected StreamProcessor |
getNextPreStreamFlowProcessor() |
protected List<QueryEventStream> |
getQueryEventStreamList() |
String |
getStreamId() |
SchedulerQueue<StreamEvent> |
getWindow() |
void |
setNext(StreamProcessor nextPreStreamFlowProcessor) |
abstract void |
setParameters(Object[] parameters) |
void |
setPrevious(StreamElement streamElement) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic void setNext(StreamProcessor nextPreStreamFlowProcessor)
setNext in interface StreamHandlerprotected List<QueryEventStream> getQueryEventStreamList()
protected StreamProcessor getNextPreStreamFlowProcessor()
protected ScheduledExecutorService getEventRemoverScheduler()
public SchedulerQueue<StreamEvent> getWindow()
getWindow in interface StreamElementpublic void setPrevious(StreamElement streamElement)
setPrevious in interface StreamProcessorpublic String getStreamId()
getStreamId in interface StreamElementpublic abstract void setParameters(Object[] parameters)
Copyright © 2012. All Rights Reserved.