| Package | Description |
|---|---|
| com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static DatabaseNamer |
DatabaseNamer.DEFAULT
The default database namer.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseNamer |
StoreConfig.getDatabaseNamer() |
| Modifier and Type | Method and Description |
|---|---|
StoreConfig |
StoreConfig.setDatabaseNamer(DatabaseNamer databaseNamer) |
void |
StoreConfig.setDatabaseNamerVoid(DatabaseNamer databaseNamer) |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
Store.parseDbName(String wholeName,
DatabaseNamer namer)
Allows passing a namer to a static method for testing.
|
Copyright © 2024. All rights reserved.