Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
Modifier and Type | Method and Description |
---|---|
String |
MongoNamespace.getCollectionName()
Gets the collection name.
|
String |
MongoNamespace.getDatabaseName()
Gets the database name.
|
Constructor and Description |
---|
MongoNamespace(String databaseName,
String collectionName)
Construct an instance from the given database name and collection name.
|
MongoNamespace(String databaseName,
String collectionName)
Construct an instance from the given database name and collection name.
|
Constructor and Description |
---|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
UpdateDescription(List<String> removedFields,
BsonDocument updatedFields)
Creates a new instance
|
UpdateDescription(List<String> removedFields,
BsonDocument updatedFields)
Creates a new instance
|
Copyright © 2018. All rights reserved.