Uses of Enum Class
io.datarouter.bytes.blockfile.row.BlockfileRowCollator.BlockfileRowCollatorStrategy
Packages that use BlockfileRowCollator.BlockfileRowCollatorStrategy
-
Uses of BlockfileRowCollator.BlockfileRowCollatorStrategy in io.datarouter.bytes.blockfile.io.merge
Methods in io.datarouter.bytes.blockfile.io.merge that return BlockfileRowCollator.BlockfileRowCollatorStrategyModifier and TypeMethodDescriptionBlockfileMergePlan.collatorStrategy()Returns the value of thecollatorStrategyrecord component.Constructors in io.datarouter.bytes.blockfile.io.merge with parameters of type BlockfileRowCollator.BlockfileRowCollatorStrategyModifierConstructorDescriptionBlockfileMergePlan(int numCompactorFiles, ByteLength numCompactorBytes, List<Integer> levels, List<BlockfileNameAndSize> files, BlockfileRowCollator.BlockfileRowCollatorStrategy collatorStrategy) Creates an instance of aBlockfileMergePlanrecord class. -
Uses of BlockfileRowCollator.BlockfileRowCollatorStrategy in io.datarouter.bytes.blockfile.row
Methods in io.datarouter.bytes.blockfile.row that return BlockfileRowCollator.BlockfileRowCollatorStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BlockfileRowCollator.BlockfileRowCollatorStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.