com.sleepycat.je.rep.stream
Class WireRecord

java.lang.Object
  extended by 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

Field Summary
protected  LogEntryHeader header
           
 
Constructor Summary
WireRecord()
           
 
Method Summary
protected  LogEntry instantiateEntry(EnvironmentImpl envImpl, ByteBuffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

protected LogEntryHeader header
Constructor Detail

WireRecord

WireRecord()
Method Detail

instantiateEntry

protected LogEntry instantiateEntry(EnvironmentImpl envImpl,
                                    ByteBuffer buffer)
                             throws DatabaseException
Throws:
DatabaseException


Copyright (c) 2004-2012 Oracle. All rights reserved.