Interface IndexDefinition
-
- All Known Subinterfaces:
SortedIndexDefinition
- All Known Implementing Classes:
ClientIndexDefinition,QueryIndexDefinition
public interface IndexDefinitionBasic interface for index description required to create or destroy index.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexNameidxName()LinkedHashMap<String,IndexKeyDefinition>indexKeyDefinitions()
-
-
-
Method Detail
-
idxName
IndexName idxName()
- Returns:
- Index name.
-
indexKeyDefinitions
LinkedHashMap<String,IndexKeyDefinition> indexKeyDefinitions()
- Returns:
- Ordered map of index field names to index key definitions.
-
-