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, wait
process
public void setNext(StreamProcessor nextPreStreamFlowProcessor)
setNext
in interface StreamHandler
protected List<QueryEventStream> getQueryEventStreamList()
protected StreamProcessor getNextPreStreamFlowProcessor()
protected ScheduledExecutorService getEventRemoverScheduler()
public SchedulerQueue<StreamEvent> getWindow()
getWindow
in interface StreamElement
public void setPrevious(StreamElement streamElement)
setPrevious
in interface StreamProcessor
public String getStreamId()
getStreamId
in interface StreamElement
public abstract void setParameters(Object[] parameters)
Copyright © 2012. All Rights Reserved.