| Package | Description |
|---|---|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| com.sleepycat.je.log.entry |
INTERNAL: Classes for serializing/materializing log entries.
|
| Modifier and Type | Method and Description |
|---|---|
DbOperationType |
ReplicationContext.getDbOperationType() |
DbOperationType |
DbOpReplicationContext.getDbOperationType() |
| Constructor and Description |
|---|
DbOpReplicationContext(boolean inReplicationStream,
DbOperationType opType)
Create a replication context for logging a database operation NameLN on
the master.
|
| Modifier and Type | Method and Description |
|---|---|
DbOperationType |
NameLNLogEntry.getOperationType() |
static DbOperationType |
DbOperationType.readTypeFromLog(ByteBuffer entryBuffer,
int entryVersion) |
static DbOperationType |
DbOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbOperationType[] |
DbOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DbOperationType.isWriteConfigType(DbOperationType opType)
Return true if this database operation type needs to write
DatabaseConfig.
|
Copyright © 2024. All rights reserved.