Class EmptyWALRecord
java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OAbstractWALRecord
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.common.EmptyWALRecord
- All Implemented Interfaces:
WriteableWALRecord,OWALRecord
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OAbstractWALRecord
logSequenceNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfromStream(byte[] content, int offset) intgetId()intinttoStream(byte[] content, int offset) voidtoStream(ByteBuffer buffer) Methods inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OAbstractWALRecord
equals, freeBinaryContent, getBinaryContent, getBinaryContentLen, getDiskSize, getDistance, getLsn, hashCode, isWritten, setBinaryContent, setDiskSize, setDistance, setLsn, toString, toString, written
-
Constructor Details
-
EmptyWALRecord
public EmptyWALRecord()
-
-
Method Details
-
toStream
public int toStream(byte[] content, int offset) -
toStream
-
fromStream
public int fromStream(byte[] content, int offset) -
serializedSize
public int serializedSize() -
getId
public int getId()
-