Uses of Class
io.datarouter.filesystem.snapshot.reader.record.SnapshotLeafRecord
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.block.leaf | |
| io.datarouter.filesystem.snapshot.reader | |
| io.datarouter.filesystem.snapshot.reader.record |
-
Uses of SnapshotLeafRecord in io.datarouter.filesystem.snapshot.block.leaf
Methods in io.datarouter.filesystem.snapshot.block.leaf that return SnapshotLeafRecord Modifier and Type Method Description default SnapshotLeafRecordLeafBlock. snapshotLeafRecord(long recordId)Methods in io.datarouter.filesystem.snapshot.block.leaf that return types with arguments of type SnapshotLeafRecord Modifier and Type Method Description default io.datarouter.scanner.Scanner<SnapshotLeafRecord>LeafBlock. leafRecords() -
Uses of SnapshotLeafRecord in io.datarouter.filesystem.snapshot.reader
Methods in io.datarouter.filesystem.snapshot.reader that return SnapshotLeafRecord Modifier and Type Method Description SnapshotLeafRecordSnapshotIdReader. leafRecord(long recordId)Methods in io.datarouter.filesystem.snapshot.reader that return types with arguments of type SnapshotLeafRecord Modifier and Type Method Description io.datarouter.scanner.Scanner<SnapshotLeafRecord>ScanningSnapshotReader. scanLeafRecords(byte[] startKey, boolean inclusive)io.datarouter.scanner.Scanner<SnapshotLeafRecord>ScanningSnapshotReader. scanLeafRecords(long fromRecordIdInclusive) -
Uses of SnapshotLeafRecord in io.datarouter.filesystem.snapshot.reader.record
Fields in io.datarouter.filesystem.snapshot.reader.record with type parameters of type SnapshotLeafRecord Modifier and Type Field Description static java.util.Comparator<SnapshotLeafRecord>SnapshotLeafRecord. KEY_COMPARATOR