public class LogItem extends Object
| Modifier and Type | Field and Description |
|---|---|
ByteBuffer |
buffer
The bytes of new log entry.
|
ReplicableLogEntry |
cachedEntry
Used for saving the materialized form of the buffer in LogItemCache.
|
LogEntryHeader |
header
The header of the new log entry.
|
long |
lsn
LSN of the new log entry.
|
int |
size
Size of the new log entry.
|
| Constructor and Description |
|---|
LogItem() |
public long lsn
public int size
public LogEntryHeader header
public ByteBuffer buffer
public volatile ReplicableLogEntry cachedEntry
Copyright © 2024. All rights reserved.