Package | Description |
---|---|
com.gigaspaces.internal.query.explainplan | |
com.gigaspaces.internal.query.explainplan.model |
Modifier and Type | Class and Description |
---|---|
class |
BetweenIndexInfo |
class |
UnionIndexInfo |
Modifier and Type | Method and Description |
---|---|
static IndexInfo |
ExplainPlanUtil.createIndexInfo(AbstractQueryIndex abstractIndexScanner,
TypeDataIndex index,
TypeData typeData,
int size,
boolean usable) |
IndexInfo |
IndexChoiceNode.getChosen() |
IndexInfo |
IndexChoiceNode.getOptionByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<IndexInfo> |
UnionIndexInfo.getOptions() |
List<IndexInfo> |
IndexChoiceNode.getOptions() |
Modifier and Type | Method and Description |
---|---|
void |
IndexChoiceNode.addOption(IndexInfo option) |
protected int |
ExplainPlanImpl.getOptionDesc(IndexInfo indexInfo) |
void |
IndexChoiceNode.setChosen(IndexInfo chosen) |
Constructor and Description |
---|
IndexChoiceNode(String name,
List<IndexInfo> options,
IndexInfo chosen) |
Constructor and Description |
---|
IndexChoiceNode(String name,
List<IndexInfo> options,
IndexInfo chosen) |
UnionIndexInfo(List<IndexInfo> options) |
Constructor and Description |
---|
IndexInfoDetail(Integer id,
IndexInfo option) |
Copyright © GigaSpaces.