| Package | Description |
|---|---|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbTree.removeReplicaDb(Locker locker,
String databaseName,
DatabaseId checkId,
DbOpReplicationContext repContext)
Replica invocations.
|
DatabaseImpl |
DbTree.renameReplicaDb(Locker locker,
String databaseName,
String newName,
NameLN replicatedLN,
DbOpReplicationContext repContext)
Replica invocations.
|
DbTree.TruncateDbResult |
DbTree.truncateReplicaDb(Locker locker,
String databaseName,
boolean returnCount,
NameLN replicatedLN,
DbOpReplicationContext repContext) |
void |
DbTree.updateNameLN(Locker locker,
String dbName,
DbOpReplicationContext repContext)
Update the NameLN for the DatabaseImpl when the DatabaseConfig changes.
|
| Modifier and Type | Field and Description |
|---|---|
static DbOpReplicationContext |
DbOpReplicationContext.NO_REPLICATE |
Copyright © 2024. All rights reserved.