Class EventTableIndexMetadataEntry

java.lang.Object
com.espertech.esper.common.internal.epl.lookupplansubord.EventTableIndexEntryBase
com.espertech.esper.common.internal.epl.lookupplansubord.EventTableIndexMetadataEntry

public class EventTableIndexMetadataEntry extends EventTableIndexEntryBase
  • Constructor Details

    • EventTableIndexMetadataEntry

      public EventTableIndexMetadataEntry(String optionalIndexName, String optionalIndexModuleName, boolean primary, QueryPlanIndexItem optionalQueryPlanIndexItem, String explicitIndexNameIfExplicit, String explicitIndexModuleNameIfExplicit, String deploymentId)
  • Method Details

    • addReferringDeployment

      public void addReferringDeployment(String deploymentId)
    • removeReferringStatement

      public boolean removeReferringStatement(String deploymentId)
    • isPrimary

      public boolean isPrimary()
    • getReferringDeployments

      public String[] getReferringDeployments()
    • getOptionalQueryPlanIndexItem

      public QueryPlanIndexItem getOptionalQueryPlanIndexItem()
    • getExplicitIndexNameIfExplicit

      public String getExplicitIndexNameIfExplicit()
    • getExplicitIndexModuleNameIfExplicit

      public String getExplicitIndexModuleNameIfExplicit()
    • getDeploymentId

      public String getDeploymentId()