public class IndexGroup extends Object
| Constructor and Description |
|---|
IndexGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIndexProp(IndexProperties prop) |
void |
addIndexProp(List<IndexProperties> prop) |
List<IndexProperties> |
getIndexProps() |
boolean |
isIntersectIndex() |
int |
numIndexes() |
boolean |
removeIndexProp(IndexProperties prop) |
public boolean isIntersectIndex()
public int numIndexes()
public void addIndexProp(IndexProperties prop)
public void addIndexProp(List<IndexProperties> prop)
public boolean removeIndexProp(IndexProperties prop)
public List<IndexProperties> getIndexProps()
Copyright © 2021 The Apache Software Foundation. All rights reserved.