Packages

package indexer

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. indexer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package ha
  2. package parallel

Type Members

  1. type Indexer = AbstractResourceOwner[ResourceContext, Future[Unit]]

    Indexer is a factory for indexing.

    Indexer is a factory for indexing. Future[Unit] is the completion Future, as it completes indexing is completed with results accordingly (Success/Failure)

  2. final case class IndexerConfig(batchingParallelism: NonNegativeInt = NonNegativeInt.tryCreate(DefaultBatchingParallelism), enableCompression: Boolean = DefaultEnableCompression, ingestionParallelism: NonNegativeInt = NonNegativeInt.tryCreate(DefaultIngestionParallelism), inputMappingParallelism: NonNegativeInt = NonNegativeInt.tryCreate(DefaultInputMappingParallelism), maxInputBufferSize: NonNegativeInt = NonNegativeInt.tryCreate(DefaultMaxInputBufferSize), packageMetadataView: PackageMetadataViewConfig = DefaultPackageMetadataViewConfig, restartDelay: NonNegativeFiniteDuration = NonNegativeFiniteDuration.ofSeconds(DefaultRestartDelay.toSeconds), submissionBatchSize: Long = DefaultSubmissionBatchSize, maxOutputBatchedBufferSize: Int = DefaultMaxOutputBatchedBufferSize, maxTailerBatchSize: Int = DefaultMaxTailerBatchSize) extends Product with Serializable

    See com.digitalasset.canton.platform.indexer.JdbcIndexer for semantics on these configurations.

  3. final class IndexerServiceOwner extends ResourceOwner[ReportsHealth] with NamedLogging
  4. sealed trait IndexerStartupMode extends AnyRef
  5. class MeteringAggregator extends NamedLogging
  6. final case class PackageMetadataViewConfig(initLoadParallelism: Int = DefaultInitLoadParallelism, initProcessParallelism: Int = DefaultInitProcessParallelism, initTakesTooLongInitialDelay: FiniteDuration = DefaultInitTakesTooLongInitialDelay, initTakesTooLongInterval: FiniteDuration = DefaultInitTakesTooLongInterval) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped