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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DBlockIterator.java33 * Slots for a block of record keys and values. The priKeys array is only
37 private byte[][] priKeys; field in class:BlockIterator
81 priKeys = coll.isSecondary() ? (new byte[blockSize][]) : keys;
98 priKeys = coll.isSecondary() ? copyArray(o.priKeys) : keys;
170 DatabaseEntry priKeyEntry = (keys != priKeys)
171 ? (new DatabaseEntry(priKeys[i]))
186 priKeys[i] = null;
198 if (keys != priKeys) {
199 priKeys[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java349 for (SortedSet<Integer> priKeys : expected.values()) {
350 priKeys.removeAll(deletedPriKeys);

Completed in 45 milliseconds