public class UpdateDispatchViewBlockingSpin extends UpdateDispatchViewBase
dispatchService, eventType, lastIterableEvent, statementResultService
Constructor and Description |
---|
UpdateDispatchViewBlockingSpin(com.espertech.esper.common.client.EventType eventType,
com.espertech.esper.common.internal.context.util.StatementResultService statementResultService,
com.espertech.esper.common.internal.statement.dispatch.DispatchService dispatchService,
long msecTimeout,
com.espertech.esper.common.internal.schedule.TimeSourceService timeSourceService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
newResult(com.espertech.esper.common.internal.collection.UniformPair<com.espertech.esper.common.client.EventBean[]> result) |
void |
update(com.espertech.esper.common.client.EventBean[] newData,
com.espertech.esper.common.client.EventBean[] oldData) |
cancelled, clear, execute, getEventType, getStatementResultService, getView, iterator
getChild, getParent, setChild, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, setParent
getChild, setChild
forEach, spliterator
public UpdateDispatchViewBlockingSpin(com.espertech.esper.common.client.EventType eventType, com.espertech.esper.common.internal.context.util.StatementResultService statementResultService, com.espertech.esper.common.internal.statement.dispatch.DispatchService dispatchService, long msecTimeout, com.espertech.esper.common.internal.schedule.TimeSourceService timeSourceService)
dispatchService
- - for performing the dispatchmsecTimeout
- - timeout for preserving dispatch order through blockingstatementResultService
- - handles result deliverytimeSourceService
- time source providereventType
- event typepublic void update(com.espertech.esper.common.client.EventBean[] newData, com.espertech.esper.common.client.EventBean[] oldData)
update
in interface com.espertech.esper.common.internal.view.core.View
update
in class UpdateDispatchViewBase
public void newResult(com.espertech.esper.common.internal.collection.UniformPair<com.espertech.esper.common.client.EventBean[]> result)
newResult
in interface com.espertech.esper.common.internal.statement.dispatch.UpdateDispatchView
newResult
in class UpdateDispatchViewBase
Copyright © 2005–2019. All rights reserved.