Searched refs:priIndex (Results 1 - 4 of 4) sorted by relevance

/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.java108 PrimaryIndex<Integer,SharedSequenceEntity1> priIndex =
112 priIndex.put(txn, e);
122 priIndex =
124 e = priIndex.get(1);
135 PrimaryIndex<Integer,MyEntity> priIndex =
143 priIndex.put(txn, e);
145 EntityCursor<MyEntity> entities = priIndex.entities(txn, null);
181 PrimaryIndex<Integer,MyEntity> priIndex =
185 store.getSecondaryIndex(priIndex, Integer.class, "secKey");
192 priIndex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSecondaryIndex.java771 private PrimaryIndex priIndex; field in class:SecondaryIndex
817 priIndex = primaryIndex;
846 return priIndex;
907 priIndex.getKeyClass(), priIndex.getKeyBinding());
H A DSubIndex.java75 PrimaryIndex<PK,E> priIndex = secIndex.getPrimaryIndex();
76 pkeyBinding = priIndex.keyBinding;
77 emptyPKeyRange = priIndex.emptyRange;
81 (priIndex.keyClass, priIndex.keyBinding);
/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.java294 PrimaryIndex<PK,E> priIndex = priIndexMap.get(entityClassName);
295 if (priIndex == null) {
355 priIndex = new PrimaryIndex
360 priIndexMap.put(entityClassName, priIndex);
398 return priIndex;
599 PrimaryIndex<Object,Object> priIndex =
601 assert priIndex != null;
602 Class<Object> entityClass = priIndex.getEntityClass();
616 (txn, priIndex, entityClass, entityMeta,
779 PrimaryIndex priIndex
[all...]

Completed in 57 milliseconds