Uses of Class
org.iq80.leveldb.impl.VersionEdit
Packages that use VersionEdit
-
Uses of VersionEdit in org.iq80.leveldb.impl
Fields in org.iq80.leveldb.impl declared as VersionEditMethods in org.iq80.leveldb.impl that return VersionEditMethods in org.iq80.leveldb.impl with parameters of type VersionEditModifier and TypeMethodDescriptionvoidCompaction.addInputDeletions(VersionEdit edit) voidVersionSet.Builder.apply(VersionEdit edit) Apply the specified edit to the current state.voidVersionSet.logAndApply(VersionEdit edit) abstract voidVersionEditTag.readValue(SliceInput sliceInput, VersionEdit versionEdit) private longDbImpl.recoverLogFile(long fileNumber, VersionEdit edit) private voidDbImpl.writeLevel0Table(MemTable mem, VersionEdit edit, Version base) abstract voidVersionEditTag.writeValue(SliceOutput sliceOutput, VersionEdit versionEdit)