public class StatementAgentInstanceFactoryCreateIndex extends Object implements StatementAgentInstanceFactory
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateIndex() |
Modifier and Type | Method and Description |
---|---|
AIRegistryRequirements |
getRegistryRequirements() |
EventType |
getStatementEventType() |
StatementAgentInstanceFactoryResult |
newContext(AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient) |
StatementAgentInstanceLock |
obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
void |
setEventType(EventType eventType) |
void |
setExplicitIndexDesc(QueryPlanIndexItem explicitIndexDesc) |
void |
setIndexModuleName(String indexModuleName) |
void |
setIndexMultiKey(IndexMultiKey indexMultiKey) |
void |
setIndexName(String indexName) |
void |
setNamedWindow(NamedWindow namedWindow) |
void |
setTable(Table table) |
void |
statementCreate(StatementContext statementContext) |
void |
statementDestroy(StatementContext statementContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
statementDestroyPreconditions
public static final EPTypeClass EPTYPE
public StatementAgentInstanceFactoryCreateIndex()
public void setEventType(EventType eventType)
public void setIndexName(String indexName)
public void setIndexModuleName(String indexModuleName)
public void setExplicitIndexDesc(QueryPlanIndexItem explicitIndexDesc)
public void setIndexMultiKey(IndexMultiKey indexMultiKey)
public void setNamedWindow(NamedWindow namedWindow)
public void setTable(Table table)
public EventType getStatementEventType()
getStatementEventType
in interface StatementAgentInstanceFactory
public void statementCreate(StatementContext statementContext)
statementCreate
in interface StatementAgentInstanceFactory
public void statementDestroy(StatementContext statementContext)
statementDestroy
in interface StatementAgentInstanceFactory
public StatementAgentInstanceFactoryResult newContext(AgentInstanceContext agentInstanceContext, boolean isRecoveringResilient)
newContext
in interface StatementAgentInstanceFactory
public AIRegistryRequirements getRegistryRequirements()
getRegistryRequirements
in interface StatementAgentInstanceFactory
public StatementAgentInstanceLock obtainAgentInstanceLock(StatementContext statementContext, int agentInstanceId)
obtainAgentInstanceLock
in interface StatementAgentInstanceFactory
Copyright © 2005–2021. All rights reserved.