Class IndexChoiceDetail

java.lang.Object
com.gigaspaces.internal.query.explainplan.model.IndexChoiceDetail

public class IndexChoiceDetail extends Object
Part of the index choices of the partition
Since:
16.0
Author:
Mishel Liberman
  • Constructor Details

  • Method Details

    • getInspectedIndexes

      public List<IndexInfoDetail> getInspectedIndexes()
    • setInspectedIndexes

      public void setInspectedIndexes(List<IndexInfoDetail> inspectedIndexes)
    • getOperator

      public String getOperator()
    • setOperator

      public void setOperator(String operator)
    • getSelectedIndexes

      public List<IndexInfoDetail> getSelectedIndexes()
    • setSelectedIndexes

      public void setSelectedIndexes(List<IndexInfoDetail> selectedIndexes)
    • isUnion

      public boolean isUnion()
    • setUnion

      public void setUnion(boolean union)