Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
com.allanbank.mongodb.builder |
Provides domain classes and builders for queries and the common MongoDB commands.
|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
Modifier and Type | Method and Description |
---|---|
void |
BatchedAsyncMongoCollection.setMode(BatchedWriteMode mode)
Sets the default mode for batching of writes.
|
Modifier and Type | Field and Description |
---|---|
protected BatchedWriteMode |
BatchedWrite.Builder.myMode
The mode for submitting the writes to the server.
|
Modifier and Type | Method and Description |
---|---|
BatchedWriteMode |
BatchedWrite.getMode()
Returns the mode for submitting the writes to the server.
|
static BatchedWriteMode |
BatchedWriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchedWriteMode[] |
BatchedWriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BatchedWrite.Builder |
BatchedWrite.Builder.mode(BatchedWriteMode mode)
Sets the mode for submitting the writes to the server.
|
BatchedWrite.Builder |
BatchedWrite.Builder.setMode(BatchedWriteMode mode)
Sets the mode for submitting the writes to the server.
|
Modifier and Type | Method and Description |
---|---|
BatchedWriteMode |
BatchedAsyncMongoCollectionImpl.getMode()
Returns the mode for the batched writes.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchedAsyncMongoCollectionImpl.setMode(BatchedWriteMode mode)
Sets the default mode for batching of writes.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.