Uses of Class
io.datarouter.bytes.ByteLength
Packages that use ByteLength
-
Uses of ByteLength in io.datarouter.bytes
Fields in io.datarouter.bytes declared as ByteLengthModifier and TypeFieldDescriptionstatic final ByteLengthByteLength.MAXstatic final ByteLengthByteLength.MINMethods in io.datarouter.bytes that return ByteLengthModifier and TypeMethodDescriptionstatic ByteLengthByteLength.ofBytes(long input) static ByteLengthByteLength.ofGB(long input) static ByteLengthByteLength.ofGiB(long input) static ByteLengthByteLength.ofKB(long input) static ByteLengthByteLength.ofKiB(long input) static ByteLengthByteLength.ofMB(long input) static ByteLengthByteLength.ofMiB(long input) static ByteLengthByteLength.ofPB(long input) static ByteLengthByteLength.ofPiB(long input) static ByteLengthByteLength.ofTB(long input) static ByteLengthByteLength.ofTiB(long input) -
Uses of ByteLength in io.datarouter.bytes.kvfile
Fields in io.datarouter.bytes.kvfile declared as ByteLengthMethods in io.datarouter.bytes.kvfile that return ByteLengthModifier and TypeMethodDescriptionKvFileMerger.KvFileMergerByteReaderParams.chunkSize()Returns the value of thechunkSizerecord component.KvFileMerger.KvFileMergerEncodeParams.minBlockSize()Returns the value of theminBlockSizerecord component.KvFileMerger.KvFileMergerWriteParams.partSize()Returns the value of thepartSizerecord component.KvFileMerger.KvFileMergerByteReaderParams.readBufferSize()Returns the value of thereadBufferSizerecord component.KvFileCompactorFileCache.KvFileMergePlan.totalInputSize()KvFileCompactorFileCache.totalSize()static ByteLengthKvFileNameAndSize.totalSize(Collection<KvFileNameAndSize> files) Methods in io.datarouter.bytes.kvfile with parameters of type ByteLengthModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<byte[]>KvFileStorage.readParallel(String name, long fromInclusive, long toExclusive, io.datarouter.scanner.Threads threads, ByteLength chunkSize) Constructors in io.datarouter.bytes.kvfile with parameters of type ByteLengthModifierConstructorDescriptionKvFileCodec(Codec<T, KvFileEntry> codec, ByteLength blockSize) KvFileCompactorFileCache(int targetNumFiles, boolean prune, ByteLength readBufferSize, int memoryFanIn, int streamingFanIn, List<KvFileNameAndSize> files) KvFileMergerByteReaderParams(int memoryFanIn, int streamingFanIn, io.datarouter.scanner.Threads makeReadersThreads, boolean readParallel, ExecutorService readParallelExec, ByteLength readBufferSize, ByteLength chunkSize) Creates an instance of aKvFileMergerByteReaderParamsrecord class.KvFileMergerEncodeParams(ByteLength minBlockSize, int encodeBatchSize, io.datarouter.scanner.Threads encodeThreads) Creates an instance of aKvFileMergerEncodeParamsrecord class.KvFileMergerWriteParams(io.datarouter.scanner.Threads writeThreads, ByteLength partSize) Creates an instance of aKvFileMergerWriteParamsrecord class.