IngestConfig

graviton.runtime.stores.CasBlobStore.IngestConfig
final case class IngestConfig(ioChunkBytes: UploadChunkSize = ..., inputBufferChunks: Int = ..., blockBufferBlocks: Int = ...)

Byte-level queue limits for upload ingest.

Attributes

Source
CasBlobStore.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Conservative live-byte ceiling for Graviton's queues and in-flight block writes. This excludes one caller-owned input chunk, the chunker's documented working set, and backend-local buffers.

Conservative live-byte ceiling for Graviton's queues and in-flight block writes. This excludes one caller-owned input chunk, the chunker's documented working set, and backend-local buffers.

Attributes

Source
CasBlobStore.scala

Every Graviton-owned live allocation, including backend-declared replay, replica, or erasure buffers. The composed total is reserved exactly once.

Every Graviton-owned live allocation, including backend-declared replay, replica, or erasure buffers. The composed total is reserved exactly once.

Attributes

Source
CasBlobStore.scala
def maximumPipelineFootprint(chunker: Chunker, persistence: BlockPersistenceConfig, blockStore: BlockStore, program: IngestProgram, scanWindowRefs: Int): Either[Error, TransferFootprint]

Attributes

Source
CasBlobStore.scala

Bytes retained by the two queues, excluding one caller-owned upstream chunk, the chunker's documented working set, and backend-local buffers.

Bytes retained by the two queues, excluding one caller-owned upstream chunk, the chunker's documented working set, and backend-local buffers.

Attributes

Source
CasBlobStore.scala

Inherited methods

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala