Package | Description |
---|---|
com.gigaspaces.internal.query.explainplan.model |
Modifier and Type | Class and Description |
---|---|
class |
BetweenIndexInfoDetail |
Modifier and Type | Method and Description |
---|---|
List<IndexInfoDetail> |
IndexChoiceDetail.getInspectedIndexes() |
List<IndexInfoDetail> |
IndexChoiceDetail.getSelectedIndexes() |
List<IndexInfoDetail> |
PartitionFinalSelectedIndexes.getSelectedIndexes() |
Modifier and Type | Method and Description |
---|---|
void |
IndexChoiceDetail.setInspectedIndexes(List<IndexInfoDetail> inspectedIndexes) |
void |
IndexChoiceDetail.setSelectedIndexes(List<IndexInfoDetail> selectedIndexes) |
Constructor and Description |
---|
IndexChoiceDetail(String operator,
boolean isUnion,
List<IndexInfoDetail> inspectedIndexes,
List<IndexInfoDetail> selectedIndexes) |
IndexChoiceDetail(String operator,
boolean isUnion,
List<IndexInfoDetail> inspectedIndexes,
List<IndexInfoDetail> selectedIndexes) |
PartitionFinalSelectedIndexes(List<IndexInfoDetail> selectedIndexes,
List<String> usedTiers,
List<Pair<String,String>> aggregators) |
Copyright © GigaSpaces.