Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Field and Description |
---|---|
private SplittablePayload.Type |
SplittablePayload.payloadType |
Modifier and Type | Method and Description |
---|---|
SplittablePayload.Type |
SplittablePayload.getPayloadType() |
static SplittablePayload.Type |
SplittablePayload.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SplittablePayload.Type[] |
SplittablePayload.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static MessageSettings |
BsonWriterHelper.getPayloadMessageSettings(SplittablePayload.Type type,
MessageSettings settings) |
Constructor and Description |
---|
SplittablePayload(SplittablePayload.Type payloadType,
java.util.List<BsonDocument> payload)
Create a new instance
|
Modifier and Type | Method and Description |
---|---|
private SplittablePayload.Type |
BulkWriteBatch.getPayloadType(WriteRequest.Type batchType) |