final case class FlatTransactionStreamsConfig(maxIdsPerIdPage: Int = LedgerTransactionFlatStreamsConfig.default.maxIdsPerIdPage, maxPagesPerIdPagesBuffer: Int = LedgerTransactionFlatStreamsConfig.default.maxPagesPerIdPagesBuffer, maxWorkingMemoryInBytesForIdPages: Int = LedgerTransactionFlatStreamsConfig.default.maxWorkingMemoryInBytesForIdPages, maxPayloadsPerPayloadsPage: Int = LedgerTransactionFlatStreamsConfig.default.maxPayloadsPerPayloadsPage, maxParallelIdCreateQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelIdCreateQueries, maxParallelIdConsumingQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelIdConsumingQueries, maxParallelPayloadCreateQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelPayloadCreateQueries, maxParallelPayloadConsumingQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelPayloadConsumingQueries, maxParallelPayloadQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelPayloadQueries, transactionsProcessingParallelism: Int = LedgerTransactionFlatStreamsConfig.default.transactionsProcessingParallelism) extends Product with Serializable
Ledger API flat transaction streams configuration.
- maxIdsPerIdPage
Number of event ids to retrieve in a single query (a page of event ids).
- maxPagesPerIdPagesBuffer
Number of id pages to store in a buffer. There is a buffer for each decomposed filtering constraint.
- maxWorkingMemoryInBytesForIdPages
Memory for storing id pages across all id pages buffers. Per single stream.
- maxPayloadsPerPayloadsPage
Number of event payloads to retrieve in a single query (a page of event payloads).
- maxParallelIdCreateQueries
Number of parallel queries that fetch ids of create events. Per single stream.
- maxParallelIdConsumingQueries
Number of parallel queries that fetch ids of consuming events. Per single stream.
- maxParallelPayloadCreateQueries
Number of parallel queries that fetch payloads of create events. Per single stream.
- maxParallelPayloadConsumingQueries
Number of parallel queries that fetch payloads of consuming events. Per single stream.
- maxParallelPayloadQueries
Upper bound on the number of parallel queries that fetch payloads. Per single stream.
- transactionsProcessingParallelism
Number of transactions to process in parallel. Per single stream.
- Alphabetic
- By Inheritance
- FlatTransactionStreamsConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FlatTransactionStreamsConfig(maxIdsPerIdPage: Int = LedgerTransactionFlatStreamsConfig.default.maxIdsPerIdPage, maxPagesPerIdPagesBuffer: Int = LedgerTransactionFlatStreamsConfig.default.maxPagesPerIdPagesBuffer, maxWorkingMemoryInBytesForIdPages: Int = LedgerTransactionFlatStreamsConfig.default.maxWorkingMemoryInBytesForIdPages, maxPayloadsPerPayloadsPage: Int = LedgerTransactionFlatStreamsConfig.default.maxPayloadsPerPayloadsPage, maxParallelIdCreateQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelIdCreateQueries, maxParallelIdConsumingQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelIdConsumingQueries, maxParallelPayloadCreateQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelPayloadCreateQueries, maxParallelPayloadConsumingQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelPayloadConsumingQueries, maxParallelPayloadQueries: Int = LedgerTransactionFlatStreamsConfig.default.maxParallelPayloadQueries, transactionsProcessingParallelism: Int = LedgerTransactionFlatStreamsConfig.default.transactionsProcessingParallelism)
- maxIdsPerIdPage
Number of event ids to retrieve in a single query (a page of event ids).
- maxPagesPerIdPagesBuffer
Number of id pages to store in a buffer. There is a buffer for each decomposed filtering constraint.
- maxWorkingMemoryInBytesForIdPages
Memory for storing id pages across all id pages buffers. Per single stream.
- maxPayloadsPerPayloadsPage
Number of event payloads to retrieve in a single query (a page of event payloads).
- maxParallelIdCreateQueries
Number of parallel queries that fetch ids of create events. Per single stream.
- maxParallelIdConsumingQueries
Number of parallel queries that fetch ids of consuming events. Per single stream.
- maxParallelPayloadCreateQueries
Number of parallel queries that fetch payloads of create events. Per single stream.
- maxParallelPayloadConsumingQueries
Number of parallel queries that fetch payloads of consuming events. Per single stream.
- maxParallelPayloadQueries
Upper bound on the number of parallel queries that fetch payloads. Per single stream.
- transactionsProcessingParallelism
Number of transactions to process in parallel. Per single stream.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxIdsPerIdPage: Int
- val maxPagesPerIdPagesBuffer: Int
- val maxParallelIdConsumingQueries: Int
- val maxParallelIdCreateQueries: Int
- val maxParallelPayloadConsumingQueries: Int
- val maxParallelPayloadCreateQueries: Int
- val maxParallelPayloadQueries: Int
- val maxPayloadsPerPayloadsPage: Int
- val maxWorkingMemoryInBytesForIdPages: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val transactionsProcessingParallelism: Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])