Interface Index<T extends Comparable<T>>
- Type Parameters:
T- data type being indexed
public interface Index<T extends Comparable<T>>
Representation of an index.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionIndexSettingsfor this index.on()CellDefinitionfor the cells that are being indexed by this index.status()Index.Statusfor this index.
-
Method Details
-
on
CellDefinition<T> on()CellDefinitionfor the cells that are being indexed by this index.- Returns:
- indexed cell definition
-
definition
IndexSettings definition()IndexSettingsfor this index.- Returns:
- index settings
-
status
Index.Status status()Index.Statusfor this index.- Returns:
- index status
-