T
- data type being indexedpublic interface Index<T extends java.lang.Comparable<T>>
Modifier and Type | Interface and Description |
---|---|
static class |
Index.Status
Status of an index.
|
Modifier and Type | Method and Description |
---|---|
IndexSettings |
definition()
IndexSettings for this index. |
CellDefinition<T> |
on()
CellDefinition for the cells that are being indexed by
this index. |
Index.Status |
status()
Index.Status for this index. |
CellDefinition<T> on()
CellDefinition
for the cells that are being indexed by
this index.IndexSettings definition()
IndexSettings
for this index.Index.Status status()
Index.Status
for this index.