Uses of Class
io.datarouter.filesystem.snapshot.entry.SnapshotEntry
-
Uses of SnapshotEntry in io.datarouter.filesystem.snapshot.benchmark
Methods in io.datarouter.filesystem.snapshot.benchmark that return types with arguments of type SnapshotEntry Modifier and Type Method Description static java.util.List<SnapshotEntry>SnapshotBenchmark. makeEntries(long from, int limit)io.datarouter.scanner.Scanner<java.util.List<SnapshotEntry>>SnapshotBenchmark. makeEntryScanner(java.util.concurrent.ExecutorService exec, int numThreads) -
Uses of SnapshotEntry in io.datarouter.filesystem.snapshot.block.branch
Methods in io.datarouter.filesystem.snapshot.block.branch with parameters of type SnapshotEntry Modifier and Type Method Description voidBranchBlockV1Encoder. add(int blockId, long recordId, SnapshotEntry entry, int childBlockId) -
Uses of SnapshotEntry in io.datarouter.filesystem.snapshot.block.leaf
Methods in io.datarouter.filesystem.snapshot.block.leaf with parameters of type SnapshotEntry Modifier and Type Method Description voidLeafBlockV1Encoder. add(int blockId, long recordId, SnapshotEntry entry, int[] valueBlockIds, int[] valueIndexes) -
Uses of SnapshotEntry in io.datarouter.filesystem.snapshot.block.value
Methods in io.datarouter.filesystem.snapshot.block.value with parameters of type SnapshotEntry Modifier and Type Method Description voidValueBlockV1Encoder. add(SnapshotEntry entry, int column) -
Uses of SnapshotEntry in io.datarouter.filesystem.snapshot.encode
Methods in io.datarouter.filesystem.snapshot.encode with parameters of type SnapshotEntry Modifier and Type Method Description voidBranchBlockEncoder. add(int blockId, long keyId, SnapshotEntry entry, int childBlockId)voidLeafBlockEncoder. add(int blockId, long keyId, SnapshotEntry entry, int[] valueBlockIds, int[] valueIndexes)voidValueBlockEncoder. add(SnapshotEntry entry, int column) -
Uses of SnapshotEntry in io.datarouter.filesystem.snapshot.entry
Fields in io.datarouter.filesystem.snapshot.entry with type parameters of type SnapshotEntry Modifier and Type Field Description static java.util.Comparator<SnapshotEntry>SnapshotEntry. KEY_COMPARATORMethods in io.datarouter.filesystem.snapshot.entry that return types with arguments of type SnapshotEntry Modifier and Type Method Description java.util.List<SnapshotEntry>SnapshotEntrySlabBuilder. build()Methods in io.datarouter.filesystem.snapshot.entry with parameters of type SnapshotEntry Modifier and Type Method Description static booleanSnapshotEntry. equal(SnapshotEntry left, SnapshotEntry right)static booleanSnapshotEntry. equalColumnValue(SnapshotEntry left, SnapshotEntry right, int valueIndex)static booleanSnapshotEntry. equalColumnValues(SnapshotEntry left, SnapshotEntry right)static booleanSnapshotEntry. equalKeys(SnapshotEntry left, SnapshotEntry right)static booleanSnapshotEntry. isSorted(SnapshotEntry first, SnapshotEntry second, boolean duplicatesAllowed) -
Uses of SnapshotEntry in io.datarouter.filesystem.snapshot.group.groupops
Method parameters in io.datarouter.filesystem.snapshot.group.groupops with type arguments of type SnapshotEntry Modifier and Type Method Description SnapshotWriteResultSnapshotGroupWriteOps. write(SnapshotWriterConfig config, io.datarouter.scanner.Scanner<java.util.List<SnapshotEntry>> entries, java.util.concurrent.ExecutorService exec, java.util.function.Supplier<java.lang.Boolean> shouldStop) -
Uses of SnapshotEntry in io.datarouter.filesystem.snapshot.reader.record
Methods in io.datarouter.filesystem.snapshot.reader.record that return SnapshotEntry Modifier and Type Method Description SnapshotEntrySnapshotLeafRecord. entry()SnapshotEntrySnapshotRecord. entry()Constructors in io.datarouter.filesystem.snapshot.reader.record with parameters of type SnapshotEntry Constructor Description SnapshotRecord(long id, SnapshotEntry entry) -
Uses of SnapshotEntry in io.datarouter.filesystem.snapshot.writer
Method parameters in io.datarouter.filesystem.snapshot.writer with type arguments of type SnapshotEntry Modifier and Type Method Description voidSnapshotWriter. addBatch(java.util.List<SnapshotEntry> entries)