Interface DistinctIterable<TResult>

  • Type Parameters:
    TResult - The type of the result.
    All Superinterfaces:
    java.lang.Iterable<TResult>, MongoIterable<TResult>

    @Deprecated(since="2021-05-27")
    public interface DistinctIterable<TResult>
    extends MongoIterable<TResult>
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    Iterable interface for distinct.
    Since:
    3.0
    • Method Detail

      • filter

        DistinctIterable<TResult> filter​(@Nullable
                                         Bson filter)
        Deprecated.
        Sets the query filter to apply to the query.
        Parameters:
        filter - the filter, which may be null.
        Returns:
        this
      • maxTime

        DistinctIterable<TResult> maxTime​(long maxTime,
                                          java.util.concurrent.TimeUnit timeUnit)
        Deprecated.
        Sets the maximum execution time on the server for this operation.
        Parameters:
        maxTime - the max time
        timeUnit - the time unit, which may not be null
        Returns:
        this
      • collation

        DistinctIterable<TResult> collation​(@Nullable
                                            Collation collation)
        Deprecated.
        Sets the collation options

        A null value represents the server default.

        Parameters:
        collation - the collation options to use
        Returns:
        this
        Since:
        3.4