Uses of Class
io.datarouter.bytes.ByteLength
Packages that use ByteLength
Package
Description
-
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) static ByteLengthByteLength.sum(ByteLength... byteLengths) static ByteLengthByteLength.sum(Collection<ByteLength> byteLengths) Methods in io.datarouter.bytes with parameters of type ByteLengthMethod parameters in io.datarouter.bytes with type arguments of type ByteLengthModifier and TypeMethodDescriptionstatic ByteLengthByteLength.sum(Collection<ByteLength> byteLengths) -
Uses of ByteLength in io.datarouter.bytes.blockfile.dto
Methods in io.datarouter.bytes.blockfile.dto that return ByteLengthModifier and TypeMethodDescriptionstatic ByteLengthBlockfileNameAndSize.totalSize(Collection<BlockfileNameAndSize> files) -
Uses of ByteLength in io.datarouter.bytes.blockfile.read
Methods in io.datarouter.bytes.blockfile.read that return ByteLengthModifier and TypeMethodDescriptionBlockfileReader.BlockfileReaderConfig.readChunkSize()Returns the value of thereadChunkSizerecord component.Methods in io.datarouter.bytes.blockfile.read with parameters of type ByteLengthModifier and TypeMethodDescriptionBlockfileReaderBuilder.setReadChunkSize(ByteLength readChunkSize) Constructors in io.datarouter.bytes.blockfile.read with parameters of type ByteLengthModifierConstructorDescriptionBlockfileReaderConfig(BlockfileStorage storage, Function<BlockfileReader<T>, Function<byte[], T>> decoderExtractor, BlockfileHeader.BlockfileHeaderCodec headerCodec, io.datarouter.scanner.Threads readThreads, ByteLength readChunkSize, int decodeBatchSize, io.datarouter.scanner.Threads decodeThreads, boolean validateChecksums, Optional<Long> knownFileLength) Creates an instance of aBlockfileReaderConfigrecord class. -
Uses of ByteLength in io.datarouter.bytes.blockfile.storage
Methods in io.datarouter.bytes.blockfile.storage with parameters of type ByteLengthModifier and TypeMethodDescriptionBlockfileLocalStorage.readInputStream(String name, io.datarouter.scanner.Threads threads, ByteLength chunkSize) BlockfileStorage.readInputStream(String name, io.datarouter.scanner.Threads threads, ByteLength chunkSize) -
Uses of ByteLength in io.datarouter.bytes.blockfile.write
Methods in io.datarouter.bytes.blockfile.write that return ByteLengthModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriteResult.fileLength()Returns the value of thefileLengthrecord component.Constructors in io.datarouter.bytes.blockfile.write with parameters of type ByteLengthModifierConstructorDescriptionBlockfileWriteResult(long numDataBlocks, ByteLength fileLength) Creates an instance of aBlockfileWriteResultrecord class. -
Uses of ByteLength in io.datarouter.bytes.kvfile.compact
Methods in io.datarouter.bytes.kvfile.compact that return ByteLengthConstructors in io.datarouter.bytes.kvfile.compact with parameters of type ByteLengthModifierConstructorDescriptionKvFileCompactorFileCache(int targetNumFiles, boolean prune, ByteLength readBufferSize, int memoryFanIn, int streamingFanIn, List<BlockfileNameAndSize> files) -
Uses of ByteLength in io.datarouter.bytes.kvfile.io.read
Methods in io.datarouter.bytes.kvfile.io.read with parameters of type ByteLength -
Uses of ByteLength in io.datarouter.bytes.kvfile.merge
Methods in io.datarouter.bytes.kvfile.merge that return ByteLengthModifier and TypeMethodDescriptionKvFileMergerParams.Nested.KvFileMergerWriteParams.minBlockSize()Returns the value of theminBlockSizerecord component.KvFileMergerParams.Nested.KvFileMergerWriteParams.multipartUploadThreshold()Returns the value of themultipartUploadThresholdrecord component.KvFileMergePlan.numCompactorBytes()Returns the value of thenumCompactorBytesrecord component.KvFileMergerParams.Nested.KvFileMergerReadParams.readBufferSize()Returns the value of thereadBufferSizerecord component.KvFileMergerParams.Nested.KvFileMergerReadParams.readChunkSize()Returns the value of thereadChunkSizerecord component.KvFileMergePlan.totalInputSize()Constructors in io.datarouter.bytes.kvfile.merge with parameters of type ByteLengthModifierConstructorDescriptionKvFileMergePlan(int numCompactorFiles, ByteLength numCompactorBytes, List<Integer> levels, List<BlockfileNameAndSize> files, KvFileCollator.KvFileCollatorStrategy collatorStrategy) Creates an instance of aKvFileMergePlanrecord class.KvFileMergerReadParams(int memoryFanIn, int streamingFanIn, ExecutorService prefetchExec, ByteLength readBufferSize, ByteLength readChunkSize, ExecutorService readExec, int decodeBatchSize, ExecutorService decodeExec) Creates an instance of aKvFileMergerReadParamsrecord class.KvFileMergerWriteParams(BlockfileCompressor compressor, ByteLength minBlockSize, int encodeBatchSize, ExecutorService encodeExec, ByteLength multipartUploadThreshold, int writeThreads, ExecutorService writeExec) Creates an instance of aKvFileMergerWriteParamsrecord class.