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

/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DSampleViews.java15 import com.sleepycat.collections.StoredMap;
25 private StoredMap partMap;
26 private StoredMap supplierMap;
27 private StoredMap shipmentMap;
58 new StoredMap(db.getPartDatabase(),
61 new StoredMap(db.getSupplierDatabase(),
64 new StoredMap(db.getShipmentDatabase(),
69 // java.util.Set interfaces, or using the StoredMap and StoredEntrySet
78 public final StoredMap getPartMap() {
86 public final StoredMap getSupplierMa
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredMap.java6 * $Id: StoredMap.java,v 12.11 2008/02/07 17:12:26 mark Exp $
36 public class StoredMap extends StoredContainer implements Map { class in inherits:StoredContainer,Map
62 public StoredMap(Database database, EntryBinding keyBinding, method in class:StoredMap
91 public StoredMap(Database database, EntryBinding keyBinding, method in class:StoredMap
120 public StoredMap(Database database, EntryBinding keyBinding, method in class:StoredMap
149 public StoredMap(Database database, EntryBinding keyBinding, method in class:StoredMap
158 StoredMap(DataView view) { method in class:StoredMap
175 * are requested. Since they are requested often but a StoredMap is
492 return new StoredMap(newView);
H A DTupleSerialFactory.java64 public StoredMap newMap(Database db, Class keyClass, Class valueBaseClass,
67 return new StoredMap(db,
H A DStoredSortedMap.java33 public class StoredSortedMap extends StoredMap implements SortedMap {
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DJoinTest.java21 import com.sleepycat.collections.StoredMap;
70 private StoredMap storeMap;
71 private StoredMap indexMap1;
72 private StoredMap indexMap2;
H A DCollectionTest.java39 import com.sleepycat.collections.StoredMap;
95 private StoredMap map;
96 private StoredMap imap; // insertable map (primary store for indexed map)
98 private StoredMap saveMap;
407 map = new StoredMap(store, keyBinding, entityBinding,
411 map = new StoredMap(store, keyBinding, valueBinding,
457 map = new StoredMap(store, keyBinding, entityBinding,
460 map = new StoredMap(store, keyBinding, valueBinding,
496 map = new StoredMap(index, keyBinding, entityBinding, true);
499 map = new StoredMap(inde
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java19 import com.sleepycat.collections.StoredMap;
101 map = new StoredMap(store, keyBinding, valueBinding, true);
H A DStoredClassCatalogTestInit.java18 import com.sleepycat.collections.StoredMap;
93 map = new StoredMap(store, keyBinding, valueBinding, true);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DEntityIndex.java14 import com.sleepycat.collections.StoredMap;
958 * StoredMap} returned is defined by the {@linkplain

Completed in 137 milliseconds