Interface DistinctIterable<TResult>

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

    public interface DistinctIterable<TResult>
    extends MongoIterable<TResult>
    Iterable interface for distinct.
    Since:
    3.0
    • Method Detail

      • maxTime

        DistinctIterable<TResult> maxTime​(long maxTime,
                                          TimeUnit timeUnit)
        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)
        Sets the collation options

        A null value represents the server default.

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