| Package | Description |
|---|---|
| com.datastax.oss.driver.api.testinfra.simulacron |
| Modifier and Type | Method and Description |
|---|---|
QueryCounter.QueryCounterBuilder |
QueryCounter.QueryCounterBuilder.before(long timeout,
TimeUnit unit)
Up to how long we check counts to match.
|
static QueryCounter.QueryCounterBuilder |
QueryCounter.builder(com.datastax.oss.simulacron.server.BoundTopic<?,?> topic)
Creates a builder that tracks counts for the given
BoundTopic (cluster, dc, node). |
QueryCounter.QueryCounterBuilder |
QueryCounter.QueryCounterBuilder.withFilter(Predicate<com.datastax.oss.simulacron.common.cluster.QueryLog> queryLogFilter)
The filter to apply to consider a message received by the node, if not provided we consider
all messages that are queries.
|
QueryCounter.QueryCounterBuilder |
QueryCounter.QueryCounterBuilder.withNotification(QueryCounter.NotificationMode notificationMode)
Whether or not simulacron should notify before or after the message is processed.
|
Copyright © 2017–2023. All rights reserved.