Interface ListIndexesIterable<TResult>

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

    @Deprecated
    public interface ListIndexesIterable<TResult>
    extends MongoIterable<TResult>
    Deprecated.
    Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)
    Iterable for ListIndexes.
    Since:
    3.0
    • Method Detail

      • maxTime

        ListIndexesIterable<TResult> maxTime​(long maxTime,
                                             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
        MongoDB documentation
        Max Time