Searched refs:keyAdapter (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 DBasicIndex.java47 ValueAdapter<K> keyAdapter; field in class:BasicIndex
68 keyAdapter = new KeyValueAdapter(keyClass, keyBinding);
147 return cursor(txn, emptyRange, keyAdapter, config);
168 keyAdapter, null);
180 keyAdapter, config);
H A DSubIndex.java54 private ValueAdapter<PK> keyAdapter; field in class:SubIndex
80 keyAdapter = new PrimaryKeyValueAdapter<PK>
199 return cursor(txn, null, keyAdapter, config);
222 keyAdapter, null);
234 keyAdapter, config);

Completed in 36 milliseconds