Searched refs:keysIndex (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSecondaryIndex.java111 * key to the Long id key. The {@link #keysIndex} method provides this
773 private EntityIndex<SK,PK> keysIndex; field in class:SecondaryIndex
787 * via a {@link #keysIndex}.
791 * {@link #keysIndex}. If this argument is null and the {@link #keysIndex}
832 * the primary database and is used for the {@link #keysIndex}.
886 public synchronized EntityIndex<SK,PK> keysIndex() method in class:SecondaryIndex
889 if (keysIndex == null) {
905 keysIndex = new KeysIndex<SK,PK>
909 return keysIndex;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java381 checkIndex(index.keysIndex(), expected, keyGetter, keyGetter);
384 checkIndex(indexRaw.keysIndex(), expected, rawKeyGetter, rawKeyGetter);

Completed in 98 milliseconds