| Modifier and Type | Method and Description |
|---|---|
int |
getCardinality()
The number of entries in the
IdxIndex. |
long |
getCommitSequenceNumber()
Gets the commitSequence number to which the index has been
updated.
|
K |
getHighKey()
The highest key in the
IdxIndex, provided that this index is against a Comparable field. |
int |
getKeyCardinality()
The number of keys in the
IdxIndex. |
K |
getLowKey()
The lowest key in the
IdxIndex, provided that this index is against a Comparable field. |
boolean |
isLive()
An index is live if it is being updated as the repository is indexed.
|
boolean |
isUnique()
Whether the
IdxIndex is unique. |
boolean isUnique()
IdxIndex is unique.IdxIndex is unique.int getKeyCardinality()
IdxIndex.IdxIndex.int getCardinality()
IdxIndex.IdxIndex.K getLowKey()
IdxIndex, provided that this index is against a Comparable field. Null otherwise.IdxIndexK getHighKey()
IdxIndex, provided that this index is against a Comparable field. Null otherwise.IdxIndexboolean isLive()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.