Class StartWALRecord
java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.common.StartWALRecord
- All Implemented Interfaces:
OWALRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetLsn()voidsetDiskSize(int diskSize) voidsetDistance(int distance) voidsetLsn(OLogSequenceNumber lsn)
-
Constructor Details
-
StartWALRecord
public StartWALRecord()
-
-
Method Details
-
getLsn
- Specified by:
getLsnin interfaceOWALRecord
-
setLsn
- Specified by:
setLsnin interfaceOWALRecord
-
setDistance
public void setDistance(int distance) - Specified by:
setDistancein interfaceOWALRecord
-
setDiskSize
public void setDiskSize(int diskSize) - Specified by:
setDiskSizein interfaceOWALRecord
-
getDistance
public int getDistance()- Specified by:
getDistancein interfaceOWALRecord
-
getDiskSize
public int getDiskSize()- Specified by:
getDiskSizein interfaceOWALRecord
-