public class EventTableIndexMetadataEntry extends EventTableIndexEntryBase
Constructor and Description |
---|
EventTableIndexMetadataEntry(String optionalIndexName,
boolean primary,
QueryPlanIndexItem queryPlanIndexItem,
String explicitIndexNameIfExplicit) |
Modifier and Type | Method and Description |
---|---|
void |
addReferringStatement(String statementName) |
String |
getExplicitIndexNameIfExplicit() |
QueryPlanIndexItem |
getQueryPlanIndexItem() |
String[] |
getReferringStatements() |
boolean |
isPrimary() |
boolean |
removeReferringStatement(String referringStatementName) |
getOptionalIndexName
public EventTableIndexMetadataEntry(String optionalIndexName, boolean primary, QueryPlanIndexItem queryPlanIndexItem, String explicitIndexNameIfExplicit)
public void addReferringStatement(String statementName)
public boolean removeReferringStatement(String referringStatementName)
public boolean isPrimary()
public String[] getReferringStatements()
public QueryPlanIndexItem getQueryPlanIndexItem()
public String getExplicitIndexNameIfExplicit()