Package | Description |
---|---|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.client |
This package contains client interfaces
|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Method and Description |
---|---|
MapReduceIterable<TResult> |
MapReduceIterable.action(MapReduceAction action)
Specify the
MapReduceAction to be used when writing to a collection. |
Modifier and Type | Method and Description |
---|---|
MapReduceIterable<TResult> |
MapReduceIterable.action(MapReduceAction action)
Specify the
MapReduceAction to be used when writing to a collection. |
Modifier and Type | Method and Description |
---|---|
static MapReduceAction |
MapReduceAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapReduceAction[] |
MapReduceAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All Rights Reserved.