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

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEvolver.java43 private String storePrefix; field in class:Evolver
59 String storePrefix,
65 this.storePrefix = storePrefix;
493 (Store.makePriDbName(storePrefix, oldClassName),
494 Store.makePriDbName(storePrefix, newClassName));
499 (Store.makeSecDbName(storePrefix, oldClassName, keyName),
500 Store.makeSecDbName(storePrefix, newClassName, keyName));
523 (storePrefix, oldFormat.getClassName(), oldKeyName),
525 (storePrefix, newForma
58 Evolver(PersistCatalog catalog, String storePrefix, Mutations mutations, Map<String,Format> newFormats, boolean forceEvolution, boolean disallowClassChanges) argument
[all...]
H A DStore.java91 private String storePrefix; field in class:Store
129 storePrefix = NAME_PREFIX + storeName + NAME_SEPARATOR;
150 (null, env, storePrefix, storePrefix + CATALOG_DB, dbConfig,
178 (txn, env, storePrefix, storePrefix + CATALOG_DB,
343 parseDbName(storePrefix + entityClassName);
644 String[] fileAndDbNames = parseDbName(storePrefix + secName);
735 boolean primaryExists = truncateIfExists(txn, storePrefix + clsName);
743 storePrefix
1061 makePriDbName(String storePrefix, String entityClsName) argument
1065 makeSecDbName(String storePrefix, String entityClsName, String keyName) argument
[all...]
H A DPersistCatalog.java161 String storePrefix,
348 (this, storePrefix, mutations, newFormats, forceEvolution,
159 PersistCatalog(Transaction txn, Environment env, String storePrefix, String dbName, DatabaseConfig dbConfig, EntityModel modelParam, Mutations mutationsParam, boolean rawAccess, Store store) argument

Completed in 121 milliseconds