Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateIndex.setExplicitIndexDesc(QueryPlanIndexItem explicitIndexDesc) |
Modifier and Type | Method and Description |
---|---|
static EventTable |
EventTableUtil.buildIndex(AgentInstanceContext agentInstanceContext,
int indexedStreamNum,
QueryPlanIndexItem item,
EventType eventType,
boolean coerceOnAddOnly,
boolean unique,
String optionalIndexName,
Object optionalSerde,
boolean isFireAndForget)
Build an index/table instance using the event properties for the event type.
|
Modifier and Type | Method and Description |
---|---|
QueryPlanIndexItem |
IndexDetail.getQueryPlanIndexItem() |
Constructor and Description |
---|
IndexDetail(IndexMultiKey indexMultiKey,
QueryPlanIndexItem queryPlanIndexItem) |
Modifier and Type | Method and Description |
---|---|
QueryPlanIndexItem |
QueryPlanIndexItemForge.toRuntime() |
Modifier and Type | Method and Description |
---|---|
Map<TableLookupIndexReqKey,QueryPlanIndexItem> |
QueryPlanIndex.getItems() |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryPlanIndexItem.equalsCompareSortedProps(QueryPlanIndexItem other) |
Constructor and Description |
---|
QueryPlanIndex(Map<TableLookupIndexReqKey,QueryPlanIndexItem> items) |
Modifier and Type | Method and Description |
---|---|
QueryPlanIndexItem |
EventTableIndexMetadataEntry.getOptionalQueryPlanIndexItem() |
QueryPlanIndexItem |
SubordinateQueryIndexDesc.getQueryPlanIndexItem() |
Modifier and Type | Method and Description |
---|---|
void |
EventTableIndexRepository.addExplicitIndex(String explicitIndexName,
String explicitIndexModuleName,
QueryPlanIndexItem desc,
EventType eventType,
Iterable<EventBean> dataWindowContents,
AgentInstanceContext agentInstanceContext,
Object optionalSerde) |
Pair<IndexMultiKey,EventTableAndNamePair> |
EventTableIndexRepository.addExplicitIndexOrReuse(QueryPlanIndexItem desc,
Iterable<EventBean> prefilledEvents,
EventType indexedType,
String indexName,
String indexModuleName,
AgentInstanceContext agentInstanceContext,
Object optionalSerde) |
void |
EventTableIndexMetadata.addIndexExplicit(boolean isPrimary,
IndexMultiKey indexMultiKey,
String explicitIndexName,
String explicitIndexModuleName,
QueryPlanIndexItem explicitIndexDesc,
String deploymentId) |
void |
EventTableIndexMetadata.addIndexNonExplicit(IndexMultiKey indexMultiKey,
String deploymentId,
QueryPlanIndexItem queryPlanIndexItem) |
void |
EventTableIndexRepository.validateAddExplicitIndex(String explicitIndexName,
String explicitIndexModuleName,
QueryPlanIndexItem explicitIndexDesc,
EventType eventType,
Iterable<EventBean> dataWindowContents,
AgentInstanceContext agentInstanceContext,
boolean allowIndexExists,
Object optionalSerde) |
Constructor and Description |
---|
EventTableIndexMetadataEntry(String optionalIndexName,
String optionalIndexModuleName,
boolean primary,
QueryPlanIndexItem optionalQueryPlanIndexItem,
String explicitIndexNameIfExplicit,
String explicitIndexModuleNameIfExplicit,
String deploymentId) |
SubordinateQueryIndexDesc(IndexKeyInfo optionalIndexKeyInfo,
String indexName,
IndexMultiKey indexMultiKey,
QueryPlanIndexItem queryPlanIndexItem) |
Modifier and Type | Method and Description |
---|---|
void |
NamedWindowRootViewInstance.addExplicitIndex(String explicitIndexName,
String explicitIndexModuleName,
QueryPlanIndexItem explicitIndexDesc,
boolean isRecoveringResilient)
Add an explicit index.
|
void |
NamedWindowImpl.validateAddIndex(String deloymentId,
String statementName,
String explicitIndexName,
String explicitIndexModuleName,
QueryPlanIndexItem explicitIndexDesc,
IndexMultiKey imk) |
void |
NamedWindow.validateAddIndex(String deploymentId,
String statementName,
String indexName,
String indexModuleName,
QueryPlanIndexItem explicitIndexDesc,
IndexMultiKey indexMultiKey) |
Modifier and Type | Method and Description |
---|---|
void |
NamedWindowMetaData.addIndex(String indexName,
String indexModuleName,
IndexMultiKey imk,
QueryPlanIndexItem optionalQueryPlanIndexItem) |
Modifier and Type | Method and Description |
---|---|
void |
TableMetaData.addIndex(String indexName,
String indexModuleName,
IndexMultiKey imk,
QueryPlanIndexItem indexItem) |
Modifier and Type | Method and Description |
---|---|
void |
TableInstanceUngroupedBase.addExplicitIndex(String indexName,
String indexModuleName,
QueryPlanIndexItem explicitIndexDesc,
boolean isRecoveringResilient) |
void |
TableInstanceGroupedImpl.addExplicitIndex(String indexName,
String indexModuleName,
QueryPlanIndexItem explicitIndexDesc,
boolean isRecoveringResilient) |
void |
TableInstance.addExplicitIndex(String indexName,
String indexModuleName,
QueryPlanIndexItem explicitIndexDesc,
boolean isRecoveringResilient) |
void |
TableBase.validateAddIndex(String deploymentId,
String statementName,
String indexName,
String indexModuleName,
QueryPlanIndexItem explicitIndexDesc,
IndexMultiKey indexMultiKey) |
void |
Table.validateAddIndex(String deploymentId,
String statementName,
String indexName,
String indexModuleName,
QueryPlanIndexItem explicitIndexDesc,
IndexMultiKey indexMultiKey) |
Modifier and Type | Method and Description |
---|---|
static EventTable |
VirtualDWQueryPlanUtil.getJoinIndexTable(QueryPlanIndexItem queryPlanIndexItem) |
void |
VirtualDWViewImpl.handleStartIndex(String indexName,
QueryPlanIndexItem explicitIndexDesc) |
void |
VirtualDWView.handleStartIndex(String indexName,
QueryPlanIndexItem explicitIndexDesc) |
void |
VirtualDWViewImpl.handleStopIndex(String indexName,
QueryPlanIndexItem explicitIndexDesc) |
void |
VirtualDWView.handleStopIndex(String indexName,
QueryPlanIndexItem explicitIndexDesc) |
Copyright © 2005–2018. All rights reserved.