Uses of Enum Class
io.datarouter.bytes.kvfile.read.KvFileCollator.KvFileCollatorStrategy
Packages that use KvFileCollator.KvFileCollatorStrategy
-
Uses of KvFileCollator.KvFileCollatorStrategy in io.datarouter.bytes.kvfile.merge
Methods in io.datarouter.bytes.kvfile.merge that return KvFileCollator.KvFileCollatorStrategyModifier and TypeMethodDescriptionKvFileMergePlan.collatorStrategy()Returns the value of thecollatorStrategyrecord component.Constructors in io.datarouter.bytes.kvfile.merge with parameters of type KvFileCollator.KvFileCollatorStrategyModifierConstructorDescriptionKvFileMergePlan(int numCompactorFiles, ByteLength numCompactorBytes, List<Integer> levels, List<BlockfileNameAndSize> files, KvFileCollator.KvFileCollatorStrategy collatorStrategy) Creates an instance of aKvFileMergePlanrecord class. -
Uses of KvFileCollator.KvFileCollatorStrategy in io.datarouter.bytes.kvfile.read
Methods in io.datarouter.bytes.kvfile.read that return KvFileCollator.KvFileCollatorStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.KvFileCollator.KvFileCollatorStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.