Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MongoNamespace.getCollectionName()
Gets the collection name.
|
java.lang.String |
MongoNamespace.getDatabaseName()
Gets the database name.
|
Constructor and Description |
---|
MongoNamespace(java.lang.String databaseName,
java.lang.String collectionName)
Construct an instance from the given database name and collection name.
|
MongoNamespace(java.lang.String databaseName,
java.lang.String collectionName)
Construct an instance from the given database name and collection name.
|
Modifier and Type | Field and Description |
---|---|
private MongoNamespace |
ChangeStreamDocument.namespace |
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(java.util.List<java.lang.String> removedFields,
BsonDocument updatedFields)
Creates a new instance
|
UpdateDescription(java.util.List<java.lang.String> removedFields,
BsonDocument updatedFields)
Creates a new instance
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<BsonProperty> |
CreatorExecutable.properties |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<BsonProperty> |
CreatorExecutable.getProperties() |