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 TypeMethodDescriptionIndexSettings
for this index.on()
CellDefinition
for the cells that are being indexed by this index.status()
Index.Status
for this index.
-
Method Details
-
on
CellDefinition<T> on()CellDefinition
for the cells that are being indexed by this index.- Returns:
- indexed cell definition
-
definition
IndexSettings definition()IndexSettings
for this index.- Returns:
- index settings
-
status
Index.Status status()Index.Status
for this index.- Returns:
- index status
-