ListIndexesIterable<TResult> |
ListIndexesIterable.batchSize(int batchSize) |
Deprecated.
Sets the number of documents to return per batch.
|
ListIndexesIterable<Document> |
MongoCollection.listIndexes() |
Deprecated.
Get all the indexes in this collection.
|
ListIndexesIterable<Document> |
MongoCollection.listIndexes(ClientSession clientSession) |
Deprecated.
Get all the indexes in this collection.
|
<TResult> ListIndexesIterable<TResult> |
MongoCollection.listIndexes(ClientSession clientSession,
Class<TResult> resultClass) |
Deprecated.
Get all the indexes in this collection.
|
<TResult> ListIndexesIterable<TResult> |
MongoCollection.listIndexes(Class<TResult> resultClass) |
Deprecated.
Get all the indexes in this collection.
|
ListIndexesIterable<TResult> |
ListIndexesIterable.maxTime(long maxTime,
TimeUnit timeUnit) |
Deprecated.
Sets the maximum execution time on the server for this operation.
|