Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.client |
This package contains classes for the new client api for MongoDatabase and MongoCollection
|
com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Field and Description |
---|---|
private FullDocument |
ChangeStreamIterableImpl.fullDocument |
Modifier and Type | Method and Description |
---|---|
ChangeStreamIterable<TResult> |
ChangeStreamIterableImpl.fullDocument(FullDocument fullDocument) |
Modifier and Type | Field and Description |
---|---|
private FullDocument |
ChangeStreamIterableImpl.fullDocument |
Modifier and Type | Method and Description |
---|---|
ChangeStreamIterable<TResult> |
ChangeStreamIterable.fullDocument(FullDocument fullDocument)
Sets the fullDocument value.
|
ChangeStreamIterable<TResult> |
ChangeStreamIterableImpl.fullDocument(FullDocument fullDocument) |
Modifier and Type | Method and Description |
---|---|
ChangeStreamIterable<TResult> |
ChangeStreamIterable.fullDocument(FullDocument fullDocument)
Sets the fullDocument value.
|
Modifier and Type | Method and Description |
---|---|
static FullDocument |
FullDocument.fromString(java.lang.String changeStreamFullDocument)
Returns the ChangeStreamFullDocument from the string value.
|
static FullDocument |
FullDocument.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FullDocument[] |
FullDocument.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private FullDocument |
ChangeStreamOperation.fullDocument |
Modifier and Type | Method and Description |
---|---|
FullDocument |
ChangeStreamOperation.getFullDocument()
Returns the fullDocument value, in 3.6
|
Constructor and Description |
---|
ChangeStreamOperation(MongoNamespace namespace,
FullDocument fullDocument,
java.util.List<BsonDocument> pipeline,
Decoder<T> decoder)
Construct a new instance.
|