Uses of Class
io.datarouter.filesystem.snapshot.reader.record.SnapshotRecord
-
Uses of SnapshotRecord in io.datarouter.filesystem.snapshot.reader
Methods in io.datarouter.filesystem.snapshot.reader that return SnapshotRecord Modifier and Type Method Description SnapshotRecordSnapshotIdReader. getRecord(long recordId)Methods in io.datarouter.filesystem.snapshot.reader that return types with arguments of type SnapshotRecord Modifier and Type Method Description Optional<SnapshotRecord>SnapshotKeyReader. findRecord(byte[] searchKey)io.datarouter.scanner.Scanner<SnapshotRecord>ScanningSnapshotReader. scan(int fromRecordIdInclusive) -
Uses of SnapshotRecord in io.datarouter.filesystem.snapshot.reader.block
Methods in io.datarouter.filesystem.snapshot.reader.block that return types with arguments of type SnapshotRecord Modifier and Type Method Description io.datarouter.scanner.Scanner<SnapshotRecord>LeafBlockWithValueBlocks. scan(int fromRecordIdInclusive) -
Uses of SnapshotRecord in io.datarouter.filesystem.snapshot.reader.record
Fields in io.datarouter.filesystem.snapshot.reader.record with type parameters of type SnapshotRecord Modifier and Type Field Description static Comparator<SnapshotRecord>SnapshotRecord. KEY_COMPARATOR -
Uses of SnapshotRecord in io.datarouter.filesystem.snapshot.web
Methods in io.datarouter.filesystem.snapshot.web with parameters of type SnapshotRecord Modifier and Type Method Description SnapshotRecordStringsSnapshotRecordStringDecoder. decode(SnapshotRecord record)