Uses of Enum Class
io.datarouter.bytes.kvfile.KvFileCollator.KvFileCollatorStrategy
Packages that use KvFileCollator.KvFileCollatorStrategy
-
Uses of KvFileCollator.KvFileCollatorStrategy in io.datarouter.bytes.kvfile
Methods in io.datarouter.bytes.kvfile that return KvFileCollator.KvFileCollatorStrategyModifier and TypeMethodDescriptionKvFileCompactorFileCache.KvFileMergePlan.collatorStrategy()Returns the value of thecollatorStrategyrecord component.Returns 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.Constructors in io.datarouter.bytes.kvfile with parameters of type KvFileCollator.KvFileCollatorStrategyModifierConstructorDescriptionKvFileMergePlan(List<KvFileNameAndSize> files, KvFileCollator.KvFileCollatorStrategy collatorStrategy) Creates an instance of aKvFileMergePlanrecord class.