Uses of Interface
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.common.WriteableWALRecord
Packages that use WriteableWALRecord
Package
Description
-
Uses of WriteableWALRecord in com.orientechnologies.orient.core.storage.impl.local.paginated.wal
Classes in com.orientechnologies.orient.core.storage.impl.local.paginated.wal that implement WriteableWALRecordModifier and TypeClassDescriptionclassfinal classclassclassAbstract WAL record.classclassclassclassclassclassclassclassclassclassclassMethods in com.orientechnologies.orient.core.storage.impl.local.paginated.wal that return WriteableWALRecordMethods in com.orientechnologies.orient.core.storage.impl.local.paginated.wal that return types with arguments of type WriteableWALRecordModifier and TypeMethodDescriptionOMemoryWriteAheadLog.next(OLogSequenceNumber lsn, int limit) OWriteAheadLog.next(OLogSequenceNumber lsn, int limit) OMemoryWriteAheadLog.read(OLogSequenceNumber lsn, int limit) OWriteAheadLog.read(OLogSequenceNumber lsn, int limit) Methods in com.orientechnologies.orient.core.storage.impl.local.paginated.wal with parameters of type WriteableWALRecordModifier and TypeMethodDescriptionOMemoryWriteAheadLog.log(WriteableWALRecord record) OWriteAheadLog.log(WriteableWALRecord record) static ByteBufferOWALRecordsFactory.toStream(WriteableWALRecord walRecord) Method parameters in com.orientechnologies.orient.core.storage.impl.local.paginated.wal with type arguments of type WriteableWALRecordModifier and TypeMethodDescriptionvoidOWALRecordsFactory.registerNewRecord(int id, Class<? extends WriteableWALRecord> type) -
Uses of WriteableWALRecord in com.orientechnologies.orient.core.storage.impl.local.paginated.wal.cas
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated.wal.cas that return types with arguments of type WriteableWALRecordModifier and TypeMethodDescriptionCASDiskWriteAheadLog.next(OLogSequenceNumber lsn, int limit) CASDiskWriteAheadLog.read(OLogSequenceNumber lsn, int limit) Methods in com.orientechnologies.orient.core.storage.impl.local.paginated.wal.cas with parameters of type WriteableWALRecord -
Uses of WriteableWALRecord in com.orientechnologies.orient.core.storage.impl.local.paginated.wal.common
Classes in com.orientechnologies.orient.core.storage.impl.local.paginated.wal.common that implement WriteableWALRecord