| 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.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| com.sleepycat.je.txn |
INTERNAL: Transaction management and locking (concurrency control).
|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
FileManager.getFileHeaderTimestamp(long fileNum) |
static Timestamp |
LogUtils.readTimestamp(ByteBuffer logBuf,
boolean unpacked)
Read a timestamp from the log.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LogUtils.getTimestampLogSize(Timestamp time) |
static void |
LogUtils.writeTimestamp(ByteBuffer logBuf,
Timestamp time)
Write a timestamp into the log.
|
| Modifier and Type | Field and Description |
|---|---|
Timestamp |
MatchpointSearchResults.PassedTxnInfo.time |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
TxnEnd.getTime() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Timestamp.equals(Timestamp ts) |
Copyright © 2024. All rights reserved.