Uses of Class
io.datarouter.filesystem.snapshot.group.dto.SnapshotKeyAndNumRecords
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.combine | |
| io.datarouter.filesystem.snapshot.group.dto |
-
Uses of SnapshotKeyAndNumRecords in io.datarouter.filesystem.snapshot.combine
Methods in io.datarouter.filesystem.snapshot.combine that return types with arguments of type SnapshotKeyAndNumRecords Modifier and Type Method Description static io.datarouter.scanner.Scanner<List<SnapshotKeyAndNumRecords>>SnapshotCombineTool. scanSmallestGroups(List<SnapshotKeyAndNumRecords> inputs, int targetNumSnapshots, int maxToMergeAtOnce)Method parameters in io.datarouter.filesystem.snapshot.combine with type arguments of type SnapshotKeyAndNumRecords Modifier and Type Method Description static io.datarouter.scanner.Scanner<List<SnapshotKeyAndNumRecords>>SnapshotCombineTool. scanSmallestGroups(List<SnapshotKeyAndNumRecords> inputs, int targetNumSnapshots, int maxToMergeAtOnce) -
Uses of SnapshotKeyAndNumRecords in io.datarouter.filesystem.snapshot.group.dto
Fields in io.datarouter.filesystem.snapshot.group.dto with type parameters of type SnapshotKeyAndNumRecords Modifier and Type Field Description static Comparator<SnapshotKeyAndNumRecords>SnapshotKeyAndNumRecords. BY_NUM_RECORDSMethod parameters in io.datarouter.filesystem.snapshot.group.dto with type arguments of type SnapshotKeyAndNumRecords Modifier and Type Method Description static longSnapshotKeyAndNumRecords. totalRecords(List<SnapshotKeyAndNumRecords> inputs)