package indexerbenchmark
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Config(updateCount: Option[Long], updateSource: String, metricsReporter: Option[MetricsReporter], metricsReportingInterval: Duration, indexServiceConfig: IndexServiceConfig, indexerConfig: IndexerConfig, waitForUserInput: Boolean, minUpdateRate: Option[Long], participantId: ParticipantId, dataSource: ParticipantDataSourceConfig) extends Product with Serializable
- updateCount
The number of updates to process.
- updateSource
The name of the source of state updates.
- waitForUserInput
If enabled, the app will wait for user input after the benchmark has finished, but before cleaning up resources.
- class IndexerBenchmark extends NamedLogging
- class IndexerBenchmarkResult extends MetricValues
Value Members
- object Config extends Serializable
- object IndexerBenchmark