| Package | Description |
|---|---|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| Modifier and Type | Field and Description |
|---|---|
protected OutputWireRecord |
BaseProtocol.Entry.outputWireRecord |
| Modifier and Type | Method and Description |
|---|---|
OutputWireRecord |
FeederFilter.execute(OutputWireRecord record,
RepImpl repImpl)
The execute method that invoked before a record is sent to the replica.
|
OutputWireRecord |
ReplicaSyncupReader.findPrevSyncEntry(boolean startAtPrev)
Backward scanning for finding an earlier candidate syncup matchpoint.
|
OutputWireRecord |
ArbiterFeederSource.getWireRecord(VLSN vlsn,
int waitTime) |
OutputWireRecord |
FeederSource.getWireRecord(VLSN vlsn,
int waitTime)
Must be called to allow deletion of files protected by this feeder.
|
OutputWireRecord |
MasterFeederSource.getWireRecord(VLSN vlsn,
int waitTime) |
OutputWireRecord |
FeederSyncupReader.scanBackwards(VLSN vlsn)
Backward scanning for records for the feeder's part in syncup.
|
OutputWireRecord |
ReplicaSyncupReader.scanBackwards(VLSN vlsn)
Backward scanning for the replica's part in syncup.
|
OutputWireRecord |
FeederReader.scanForwards(VLSN vlsn,
int waitTime)
Forward scanning for feeding the replica: get the log record for this
VLSN.
|
| Modifier and Type | Method and Description |
|---|---|
OutputWireRecord |
FeederFilter.execute(OutputWireRecord record,
RepImpl repImpl)
The execute method that invoked before a record is sent to the replica.
|
boolean |
OutputWireRecord.match(OutputWireRecord otherRecord)
For unit tests.
|
protected void |
BaseProtocol.writeOutputWireRecord(OutputWireRecord record,
ByteBuffer messageBuffer)
Write an entry output wire record to the message buffer using the write
log version format and increment nEntriesWrittenOldVersion if the entry
format was changed.
|
| Constructor and Description |
|---|
Commit(boolean needsAck,
Durability.SyncPolicy replicaSyncPolicy,
OutputWireRecord wireRecord) |
Entry(OutputWireRecord outputWireRecord) |
Copyright © 2024. All rights reserved.