public class PollResultIndexingStrategyNoIndex extends Object implements PollResultIndexingStrategy
For use when caching is disabled or when no proper index could be build because no where-clause or on-clause exists or these clauses don't yield indexable columns on analysis.
Modifier and Type | Field and Description |
---|---|
static PollResultIndexingStrategyNoIndex |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
EventTable[] |
index(List<EventBean> pollResult,
boolean isActiveCache,
AgentInstanceContext agentInstanceContext)
Build and index of a poll result.
|
public static final PollResultIndexingStrategyNoIndex INSTANCE
public EventTable[] index(List<EventBean> pollResult, boolean isActiveCache, AgentInstanceContext agentInstanceContext)
PollResultIndexingStrategy
index
in interface PollResultIndexingStrategy
pollResult
- result of a poll operationisActiveCache
- true to indicate that caching is active and therefore index building makes sense as
the index structure is not a throw-away.agentInstanceContext
- statement contextCopyright © 2005–2018. All rights reserved.