Searched refs:EntityIndex (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSecondaryIndex.java37 * <p>{@code SecondaryIndex} implements {@link EntityIndex} to map the
74 * <p>Since {@code SecondaryIndex} implements the {@link EntityIndex}
76 * entities, opening cursors and using transactions. See {@link EntityIndex}
106 * itself, by implementing {@code EntityIndex<SK,E>}, provides this
125 * PrimaryIndex}, are shown using example data in the {@link EntityIndex}
126 * interface documentation. See {@link EntityIndex} for more information.</p>
172 * secondary key using {@link EntityIndex#get}. For example:</p>
210 * {@code EntityIndex<Long,Entity>} subIndex = employeeByDepartment.subIndex(myDept);
251 * secondary key using {@link EntityIndex#get}. For example:</p>
299 * {@code EntityIndex<Lon
[all...]
H A DEntityIndex.java6 * $Id: EntityIndex.java,v 1.2 2008/04/28 23:11:22 sarette Exp $
30 * <p>{@code EntityIndex} objects are thread-safe. Multiple threads may safely
31 * call the methods of a shared {@code EntityIndex} object.</p>
36 * interfaces, an {@code EntityIndex} may be accessed via these standard
39 * <p>{@code EntityIndex} is an interface that is implemented by several
42 * The different classes that implement {@code EntityIndex} are:</p>
119 * {@code EntityIndex<String,Long>} keysIndex = secondaryIndex.keysIndex();</pre>
134 * {@code EntityIndex<Long,Entity>} subIndex = secondaryIndex.subIndex("Engineering");</pre>
145 * <p>An {@code EntityIndex} provides a variety of methods for retrieving
151 * <p>An {@code EntityIndex} support
567 public interface EntityIndex<K,V> { interface
[all...]
H A DBasicIndex.java26 * Implements EntityIndex using a ValueAdapter. This class is abstract and
32 abstract class BasicIndex<K,E> implements EntityIndex<K,E> {
72 * Of the EntityIndex methods only get()/map()/sortedMap() are not
H A DSubIndex.java32 * The EntityIndex returned by SecondaryIndex.subIndex. A SubIndex, in JE
41 class SubIndex<PK,E> implements EntityIndex<PK,E> {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DPersonExample.java20 import com.sleepycat.persist.EntityIndex;
233 EntityIndex<String,Person> employees;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java28 import com.sleepycat.persist.EntityIndex;
306 for (EntityIndex index : new EntityIndex[] { priIndex, secIndex }) {
352 for (EntityIndex index : new EntityIndex[] { priIndex, secIndex }) {
418 EntityIndex<Integer,MyEntity> subIndex = secIndex.subIndex(1);
H A DIndexTest.java33 import com.sleepycat.persist.EntityIndex;
47 * Tests EntityIndex and EntityCursor in all their permutations.
407 private <K,V> void checkIndex(EntityIndex<K,V> index,
422 /* EntityIndex */
434 /* EntityIndex */
458 /* EntityIndex.count */
506 EntityIndex<K,V> index,
564 EntityIndex<K,V> index,
758 private <K,V> void checkEmpty(EntityIndex<K,V> index)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile428 $(JAVA_SLEEPYCAT)/persist/EntityIndex.java \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in426 $(JAVA_SLEEPYCAT)/persist/EntityIndex.java \

Completed in 175 milliseconds