Searched refs:secIndex (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSubIndex.java43 private SecondaryIndex<?,PK,E> secIndex; field in class:SubIndex
58 <SK> SubIndex(SecondaryIndex<SK,PK,E> secIndex, argument
63 this.secIndex = secIndex;
64 db = secIndex.getDatabase();
65 transactional = secIndex.transactional;
66 sortedDups = secIndex.sortedDups;
72 secIndex.keyBinding.objectToEntry(key, keyEntry);
73 singleKeyRange = secIndex.emptyRange.subRange(keyEntry);
75 PrimaryIndex<PK,E> priIndex = secIndex
[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 DOperationTest.java184 SecondaryIndex<Integer,Integer,MyEntity> secIndex =
194 EntityCursor<MyEntity> cursor = secIndex.entities(txn, null);
201 cursor = secIndex.entities(txn, null);
218 SecondaryIndex<Integer,Integer,MyEntity> secIndex =
262 entities = secIndex.entities(txn, null);
276 keys = secIndex.keys(txn, null);
299 SecondaryIndex<Integer,Integer,MyEntity> secIndex =
306 for (EntityIndex index : new EntityIndex[] { priIndex, secIndex }) {
352 for (EntityIndex index : new EntityIndex[] { priIndex, secIndex }) {
402 SecondaryIndex<Integer,Integer,MyEntity> secIndex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java556 SecondaryIndex<SK,PK,E2> secIndex = secIndexMap.get(secName);
557 if (secIndex == null) {
578 secIndex = openSecondaryIndex
583 return secIndex;
608 SecondaryIndex<Object,Object,Object> secIndex =
610 if (secIndex == null) {
697 SecondaryIndex<SK,PK,E2> secIndex = new SecondaryIndex
701 secIndexMap.put(secName, secIndex);
709 return secIndex;
787 SecondaryIndex secIndex
[all...]

Completed in 31 milliseconds