| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecondaryConfig | |
|---|---|
| com.sleepycat.db | Berkeley DB Java API [reference guide] [Java programming notes]. | 
| com.sleepycat.persist | The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. | 
| Uses of SecondaryConfig in com.sleepycat.db | 
|---|
| Fields in com.sleepycat.db declared as SecondaryConfig | |
|---|---|
| static SecondaryConfig | SecondaryConfig.DEFAULT | 
| Methods in com.sleepycat.db that return SecondaryConfig | |
|---|---|
|  SecondaryConfig | SecondaryDatabase.getSecondaryConfig()Returns a copy of the secondary configuration of this database. | 
| Methods in com.sleepycat.db with parameters of type SecondaryConfig | |
|---|---|
|  SecondaryDatabase | Environment.openSecondaryDatabase(Transaction txn,
                      String fileName,
                      String databaseName,
                      Database primaryDatabase,
                      SecondaryConfig config)Open a database. | 
| Constructors in com.sleepycat.db with parameters of type SecondaryConfig | |
|---|---|
| SecondaryDatabase(String fileName,
                  String databaseName,
                  Database primaryDatabase,
                  SecondaryConfig config)Open a database. | |
| Uses of SecondaryConfig in com.sleepycat.persist | 
|---|
| Methods in com.sleepycat.persist that return SecondaryConfig | |
|---|---|
|  SecondaryConfig | EntityStore.getSecondaryConfig(Class entityClass,
                   String keyName)Returns the default secondary database Berkeley DB engine API configuration for an entity class and key name. | 
| Methods in com.sleepycat.persist with parameters of type SecondaryConfig | |
|---|---|
|  void | EntityStore.setSecondaryConfig(Class entityClass,
                   String keyName,
                   SecondaryConfig config)Configures a secondary database for an entity class and key name using the Berkeley DB engine API. | 
| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||