public class EventTableIndexMetadataEntry extends EventTableIndexEntryBase
Constructor and Description |
---|
EventTableIndexMetadataEntry(String optionalIndexName,
String optionalIndexModuleName,
boolean primary,
QueryPlanIndexItem optionalQueryPlanIndexItem,
String explicitIndexNameIfExplicit,
String explicitIndexModuleNameIfExplicit,
String deploymentId) |
Modifier and Type | Method and Description |
---|---|
void |
addReferringDeployment(String deploymentId) |
String |
getDeploymentId() |
String |
getExplicitIndexModuleNameIfExplicit() |
String |
getExplicitIndexNameIfExplicit() |
QueryPlanIndexItem |
getOptionalQueryPlanIndexItem() |
String[] |
getReferringDeployments() |
boolean |
isPrimary() |
boolean |
removeReferringStatement(String deploymentId) |
getOptionalIndexModuleName, getOptionalIndexName
public void addReferringDeployment(String deploymentId)
public boolean removeReferringStatement(String deploymentId)
public boolean isPrimary()
public String[] getReferringDeployments()
public QueryPlanIndexItem getOptionalQueryPlanIndexItem()
public String getExplicitIndexNameIfExplicit()
public String getExplicitIndexModuleNameIfExplicit()
public String getDeploymentId()
Copyright © 2005–2018. All rights reserved.