|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- The key type associated with the statspublic static interface IdxIndex.Stats<K>
Stats describe the size and composition of an IdxIndex
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
IdxIndex
K getHighKey()
IdxIndex
, provided that this index is against a Comparable
field. Null otherwise.
IdxIndex
boolean isLive()
long getCommitSequenceNumber()
isLive()
isLive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |