Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
Modifier and Type | Method and Description |
---|---|
SplittablePayload.Type |
SplittablePayload.getPayloadType() |
static SplittablePayload.Type |
SplittablePayload.Type.valueOf(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.
|
Constructor and Description |
---|
SplittablePayload(SplittablePayload.Type payloadType,
List<BsonDocument> payload)
Create a new instance
|
Copyright © 2018. All rights reserved.