Searched refs:Database (Results 1 - 25 of 85) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DFeedbackHandler.java38 void upgradeFeedback(Database database, int percent);
51 void verifyFeedback(Database database, int percent);
H A DHasher.java29 int hash(Database db, byte[] data, int len);
H A DBtreePrefixCalculator.java25 int prefix(Database db, DatabaseEntry dbt1, DatabaseEntry dbt2);
H A DRecordNumberAppender.java19 When storing records using {@link com.sleepycat.db.Database#append Database.append} it may be
24 caller of {@link com.sleepycat.db.Database#append Database.append}.
34 void appendRecordNumber(Database db, DatabaseEntry data, int recno)
H A DJoinCursor.java18 A join cursor is returned when calling {@link Database#join Database.join}.
23 Database primaryDb = ...
74 private Database database;
78 JoinCursor(final Database database,
89 The cursors passed to {@link Database#join Database.join} are not closed
106 public Database getDatabase() {
124 cursors passed to {@link Database#join Database
[all...]
H A DSecondaryDatabase.java45 Database primaryDb; // The primary database must already be open.
66 public class SecondaryDatabase extends Database {
67 private final Database primaryDatabase;
70 SecondaryDatabase(final Db db, final Database primaryDatabase)
125 final Database primaryDatabase,
178 public Database getPrimaryDatabase() {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSampleDatabase.java15 import com.sleepycat.db.Database;
36 private Database partDb;
37 private Database supplierDb;
38 private Database shipmentDb;
67 Database catalogDb = env.openDatabase(null, CLASS_CATALOG, null,
100 public final Database getPartDatabase() {
108 public final Database getSupplierDatabase() {
116 public final Database getShipmentDatabase() {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DMyDbs.java9 import com.sleepycat.db.Database;
20 private Database vendorDb = null;
21 private Database inventoryDb = null;
22 private Database classCatalogDb = null;
57 vendorDb = new Database(vendordb,
62 inventoryDb = new Database(inventorydb,
69 classCatalogDb = new Database(classcatalogdb,
115 public Database getVendorDB() {
119 public Database getInventoryDB() {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSampleDatabase.java16 import com.sleepycat.db.Database;
44 private Database partDb;
45 private Database supplierDb;
46 private Database shipmentDb;
79 Database catalogDb = env.openDatabase(null, CLASS_CATALOG, null,
164 public final Database getPartDatabase() {
172 public final Database getSupplierDatabase() {
180 public final Database getShipmentDatabase() {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSampleDatabase.java19 import com.sleepycat.db.Database;
47 private Database partDb;
48 private Database supplierDb;
49 private Database shipmentDb;
81 Database catalogDb = env.openDatabase(null, CLASS_CATALOG, null,
156 public final Database getPartDatabase() {
164 public final Database getSupplierDatabase() {
172 public final Database getShipmentDatabase() {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DDatabaseNamer.java11 import com.sleepycat.db.Database; // for javadoc
18 * internally as a Berkeley DB {@link Database}. The file names of primary and
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DTupleSerialFactory.java17 import com.sleepycat.db.Database;
49 * Creates a map from a previously opened Database object.
51 * @param db the previously opened Database object.
64 public StoredMap newMap(Database db, Class keyClass, Class valueBaseClass,
74 * Creates a sorted map from a previously opened Database object.
76 * @param db the previously opened Database object.
89 public StoredSortedMap newSortedMap(Database db, Class keyClass,
H A DStoredSortedMap.java16 import com.sleepycat.db.Database;
20 * A SortedMap view of a {@link Database}.
36 * Creates a sorted map view of a {@link Database}.
38 * @param database is the Database underlying the new collection.
55 public StoredSortedMap(Database database, EntryBinding keyBinding,
63 * Creates a sorted map view of a {@link Database} with a {@link
66 * @param database is the Database underlying the new collection.
83 public StoredSortedMap(Database database, EntryBinding keyBinding,
92 * Creates a sorted map entity view of a {@link Database}.
94 * @param database is the Database underlyin
[all...]
H A DStoredValueSet.java15 import com.sleepycat.db.Database;
35 * Creates a value set view of a {@link Database}.
37 * @param database is the Database underlying the new collection.
51 public StoredValueSet(Database database,
60 * Creates a value set entity view of a {@link Database}.
62 * @param database is the Database underlying the new collection.
76 public StoredValueSet(Database database,
H A DStoredKeySet.java14 import com.sleepycat.db.Database;
32 * Creates a key set view of a {@link Database}.
34 * @param database is the Database underlying the new collection.
48 public StoredKeySet(Database database, EntryBinding keyBinding,
H A DStoredSortedKeySet.java15 import com.sleepycat.db.Database;
39 * Creates a sorted key set view of a {@link Database}.
41 * @param database is the Database underlying the new collection.
55 public StoredSortedKeySet(Database database, EntryBinding keyBinding,
H A DStoredSortedValueSet.java15 import com.sleepycat.db.Database;
42 * Creates a sorted value set entity view of a {@link Database}.
44 * @param database is the Database underlying the new collection.
58 public StoredSortedValueSet(Database database,
H A DStoredMap.java19 import com.sleepycat.db.Database;
23 * A Map view of a {@link Database}.
43 * Creates a map view of a {@link Database}.
45 * @param database is the Database underlying the new collection.
62 public StoredMap(Database database, EntryBinding keyBinding,
71 * Creates a map view of a {@link Database} with a {@link
74 * @param database is the Database underlying the new collection.
91 public StoredMap(Database database, EntryBinding keyBinding,
101 * Creates a map entity view of a {@link Database}.
103 * @param database is the Database underlyin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSampleDatabase.java17 import com.sleepycat.db.Database;
45 private Database partDb;
46 private Database supplierDb;
47 private Database shipmentDb;
79 Database catalogDb = env.openDatabase(null, CLASS_CATALOG, null,
160 public final Database getPartDatabase() {
168 public final Database getSupplierDatabase() {
176 public final Database getShipmentDatabase() {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSampleDatabase.java17 import com.sleepycat.db.Database;
45 private Database partDb;
46 private Database supplierDb;
47 private Database shipmentDb;
79 Database catalogDb = env.openDatabase(null, CLASS_CATALOG, null,
160 public final Database getPartDatabase() {
168 public final Database getSupplierDatabase() {
176 public final Database getShipmentDatabase() {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSampleDatabase.java19 import com.sleepycat.db.Database;
47 private Database partDb;
48 private Database supplierDb;
49 private Database shipmentDb;
81 Database catalogDb = env.openDatabase(null, CLASS_CATALOG, null,
153 public final Database getPartDatabase() {
161 public final Database getSupplierDatabase() {
169 public final Database getShipmentDatabase() {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSampleDatabase.java19 import com.sleepycat.db.Database;
47 private Database partDb;
48 private Database supplierDb;
49 private Database shipmentDb;
81 Database catalogDb = env.openDatabase(null, CLASS_CATALOG, null,
153 public final Database getPartDatabase() {
161 public final Database getSupplierDatabase() {
169 public final Database getShipmentDatabase() {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DPersistTestUtils.java15 import com.sleepycat.db.Database;
50 Database db = DbCompat.openDatabase
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java16 import com.sleepycat.db.Database;
136 public static String getDatabaseFile(Database db)
141 public static long getDatabaseCount(Database db)
147 public static void syncDeferredWrite(Database db, boolean flushLog)
189 public static OperationStatus append(Database db,
281 public static Database openDatabase(Environment env,
297 Database primaryDatabase,
314 Database db = env.openDatabase(txn, fileName, dbName, null);
350 public static Database testOpenDatabase(Environment env,
364 Database primar
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DTxnGuideInMemory.java7 import com.sleepycat.db.Database;
22 private static Database myDb = null;
23 private static Database myClassDb = null;
114 null, // Database file name
115 null, // Database name
122 null, // Database file name
123 null, // Database name,

Completed in 188 milliseconds

1234