Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
Modifier and Type | Field and Description |
---|---|
private Codec<ChangeStreamDocument<TResult>> |
ChangeStreamIterableImpl.codec |
Modifier and Type | Method and Description |
---|---|
(package private) ReadOperation<BatchCursor<ChangeStreamDocument<TResult>>> |
ChangeStreamIterableImpl.asReadOperation() |
Modifier and Type | Field and Description |
---|---|
private Codec<ChangeStreamDocument<TResult>> |
ChangeStreamIterableImpl.codec |
Modifier and Type | Method and Description |
---|---|
(package private) AsyncReadOperation<AsyncBatchCursor<ChangeStreamDocument<TResult>>> |
ChangeStreamIterableImpl.asAsyncReadOperation() |
Modifier and Type | Field and Description |
---|---|
private Codec<ChangeStreamDocument<TResult>> |
ChangeStreamDocumentCodec.codec |
Modifier and Type | Method and Description |
---|---|
ChangeStreamDocument<TResult> |
ChangeStreamDocumentCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
static <TFullDocument> |
ChangeStreamDocument.createCodec(java.lang.Class<TFullDocument> fullDocumentClass,
CodecRegistry codecRegistry)
Creates the codec for the specific ChangeStreamOutput type
|
java.lang.Class<ChangeStreamDocument<TResult>> |
ChangeStreamDocumentCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeStreamDocumentCodec.encode(BsonWriter writer,
ChangeStreamDocument<TResult> value,
EncoderContext encoderContext) |