Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
private ListIndexesOperation<TResult> |
ListIndexesIterableImpl.createListIndexesOperation() |
Modifier and Type | Method and Description |
---|---|
private ListIndexesOperation<TResult> |
ListIndexesIterableImpl.createListIndexesOperation() |
Modifier and Type | Method and Description |
---|---|
private MongoIterable<TResult> |
ListIndexesIterableImpl.execute(ListIndexesOperation<TResult> operation) |
Modifier and Type | Method and Description |
---|---|
ListIndexesOperation<T> |
ListIndexesOperation.batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListIndexesOperation<T> |
ListIndexesOperation.maxTime(long maxTime,
java.util.concurrent.TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|