com.sleepycat.je.rep.stream
Class WireRecord
java.lang.Object
com.sleepycat.je.rep.stream.WireRecord
- Direct Known Subclasses:
- InputWireRecord, OutputWireRecord
abstract class WireRecord
- extends Object
Format for log entries sent across the wire for replication. Instead of
sending a direct copy of the log entry as it is stored on the JE log files
(LogEntryHeader + LogEntry), select parts of the header are sent.
- See Also:
InputWireRecord
,
OutputWireRecord
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
header
protected LogEntryHeader header
WireRecord
WireRecord()
instantiateEntry
protected LogEntry instantiateEntry(ByteBuffer buffer)
throws DatabaseException
- Throws:
DatabaseException
Copyright (c) 2004-2010 Oracle. All rights reserved.