Package org.openspaces.core.config
Class CompoundIndex
java.lang.Object
org.openspaces.core.config.SpaceIndex
org.openspaces.core.config.CompoundIndex
Describes compound index
- Since:
- 9.5
- Author:
- Yechiel
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCompoundIndex(String name, String[] paths, CompoundIndex.CompoundIndexTypes compoundIndexType) CompoundIndex(String name, String[] paths, CompoundIndex.CompoundIndexTypes compoundIndexType, boolean unique) -
Method Summary
Methods inherited from class org.openspaces.core.config.SpaceIndex
getPath, isUnique, setPath, setUnique
-
Constructor Details
-
CompoundIndex
public CompoundIndex() -
CompoundIndex
public CompoundIndex(String name, String[] paths, CompoundIndex.CompoundIndexTypes compoundIndexType) -
CompoundIndex
public CompoundIndex(String name, String[] paths, CompoundIndex.CompoundIndexTypes compoundIndexType, boolean unique)
-
-
Method Details
-
getPaths
-
getCompoundIndexType
-