| Package | Description |
|---|---|
| io.quarkus.mongodb | |
| io.quarkus.mongodb.impl | |
| io.quarkus.mongodb.reactive |
| Modifier and Type | Method and Description |
|---|---|
DistinctOptions |
DistinctOptions.collation(com.mongodb.client.model.Collation collation)
Sets the collation options
|
DistinctOptions |
DistinctOptions.filter(org.bson.conversions.Bson filter)
Sets the query filter to apply to the query.
|
DistinctOptions |
DistinctOptions.maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
| Modifier and Type | Method and Description |
|---|---|
<D> io.smallrye.mutiny.Multi<D> |
ReactiveMongoCollectionImpl.distinct(com.mongodb.reactivestreams.client.ClientSession clientSession,
String fieldName,
org.bson.conversions.Bson filter,
Class<D> clazz,
DistinctOptions options) |
<D> io.smallrye.mutiny.Multi<D> |
ReactiveMongoCollectionImpl.distinct(com.mongodb.reactivestreams.client.ClientSession clientSession,
String fieldName,
Class<D> clazz,
DistinctOptions options) |
<D> io.smallrye.mutiny.Multi<D> |
ReactiveMongoCollectionImpl.distinct(String fieldName,
org.bson.conversions.Bson filter,
Class<D> clazz,
DistinctOptions options) |
<D> io.smallrye.mutiny.Multi<D> |
ReactiveMongoCollectionImpl.distinct(String fieldName,
Class<D> clazz,
DistinctOptions options) |
| Modifier and Type | Method and Description |
|---|---|
<D> io.smallrye.mutiny.Multi<D> |
ReactiveMongoCollection.distinct(com.mongodb.reactivestreams.client.ClientSession clientSession,
String fieldName,
org.bson.conversions.Bson filter,
Class<D> clazz,
DistinctOptions options)
Gets the distinct values of the specified field name.
|
<D> io.smallrye.mutiny.Multi<D> |
ReactiveMongoCollection.distinct(com.mongodb.reactivestreams.client.ClientSession clientSession,
String fieldName,
Class<D> clazz,
DistinctOptions options)
Gets the distinct values of the specified field name.
|
<D> io.smallrye.mutiny.Multi<D> |
ReactiveMongoCollection.distinct(String fieldName,
org.bson.conversions.Bson filter,
Class<D> clazz,
DistinctOptions options)
Gets the distinct values of the specified field name.
|
<D> io.smallrye.mutiny.Multi<D> |
ReactiveMongoCollection.distinct(String fieldName,
Class<D> clazz,
DistinctOptions options)
Gets the distinct values of the specified field name.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.