|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.named.NamedWindowProcessorInstance
public class NamedWindowProcessorInstance
An instance of this class is associated with a specific named window. The processor provides the views to create-window, on-delete statements and statements selecting from a named window.
Constructor Summary | |
---|---|
NamedWindowProcessorInstance(java.lang.Integer agentInstanceId,
NamedWindowProcessor processor,
AgentInstanceContext agentInstanceContext)
|
Method Summary | |
---|---|
void |
destroy()
Deletes a named window and removes any associated resources. |
java.lang.Integer |
getAgentInstanceId()
|
long |
getCountDataWindow()
Returns the number of events held. |
IndexMultiKey[] |
getIndexDescriptors()
|
StatementAgentInstancePostLoad |
getPostLoad()
|
NamedWindowRootViewInstance |
getRootViewInstance()
|
NamedWindowTailViewInstance |
getTailViewInstance()
|
void |
removeIndex(IndexMultiKey index)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedWindowProcessorInstance(java.lang.Integer agentInstanceId, NamedWindowProcessor processor, AgentInstanceContext agentInstanceContext)
Method Detail |
---|
public NamedWindowTailViewInstance getTailViewInstance()
public NamedWindowRootViewInstance getRootViewInstance()
public long getCountDataWindow()
public void destroy()
public IndexMultiKey[] getIndexDescriptors()
public java.lang.Integer getAgentInstanceId()
public StatementAgentInstancePostLoad getPostLoad()
public void removeIndex(IndexMultiKey index)
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |