public class NamedWindowProcessorInstance extends Object
Constructor and Description |
---|
NamedWindowProcessorInstance(Integer agentInstanceId,
NamedWindowProcessor processor,
AgentInstanceContext agentInstanceContext) |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Deletes a named window and removes any associated resources.
|
Integer |
getAgentInstanceId() |
long |
getCountDataWindow()
Returns the number of events held.
|
IndexMultiKey[] |
getIndexDescriptors() |
StatementAgentInstancePostLoad |
getPostLoad() |
NamedWindowRootViewInstance |
getRootViewInstance() |
NamedWindowTailViewInstance |
getTailViewInstance() |
void |
removeExplicitIndex(String indexName) |
void |
removeIndex(IndexMultiKey index) |
void |
stop() |
public NamedWindowProcessorInstance(Integer agentInstanceId, NamedWindowProcessor processor, AgentInstanceContext agentInstanceContext)
public NamedWindowTailViewInstance getTailViewInstance()
public NamedWindowRootViewInstance getRootViewInstance()
public long getCountDataWindow()
public void destroy()
public void stop()
public IndexMultiKey[] getIndexDescriptors()
public Integer getAgentInstanceId()
public StatementAgentInstancePostLoad getPostLoad()
public void removeIndex(IndexMultiKey index)
public void removeExplicitIndex(String indexName)