public class EventTableFactoryCustomIndex extends Object implements EventTableFactory
Modifier and Type | Field and Description |
---|---|
protected EventAdvancedIndexProvisionRuntime |
advancedIndexProvisionDesc |
protected EventType |
eventType |
protected EventTableOrganization |
organization |
Constructor and Description |
---|
EventTableFactoryCustomIndex(String indexName,
int indexedStreamNum,
EventType eventType,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
Modifier and Type | Method and Description |
---|---|
Class |
getEventTableClass() |
EventTable[] |
makeEventTables(AgentInstanceContext agentInstanceContext,
Integer subqueryNumber) |
String |
toQueryPlan() |
protected final EventType eventType
protected final EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc
protected final EventTableOrganization organization
public EventTableFactoryCustomIndex(String indexName, int indexedStreamNum, EventType eventType, boolean unique, EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc)
public Class getEventTableClass()
getEventTableClass
in interface EventTableFactory
public EventTable[] makeEventTables(AgentInstanceContext agentInstanceContext, Integer subqueryNumber)
makeEventTables
in interface EventTableFactory
public String toQueryPlan()
toQueryPlan
in interface EventTableFactory
Copyright © 2005–2020. All rights reserved.