See: Description
Interface | Description |
---|---|
AsyncCompletionHandler<T> |
Completion handler for asynchronous I/O.
|
AsyncConnection | Deprecated |
BufferProvider |
A provider of instances of ByteBuf.
|
Cluster | Deprecated |
ClusterFactory | Deprecated |
Connection | Deprecated |
Server | Deprecated |
Stream |
A full duplex stream of bytes.
|
StreamFactory |
A factory for streams.
|
StreamFactoryFactory |
A factory of
StreamFactory instances. |
Class | Description |
---|---|
AsynchronousSocketChannelStreamFactory |
Factory to create a Stream that's an AsynchronousSocketChannelStream.
|
AsynchronousSocketChannelStreamFactoryFactory |
A
StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams. |
AsynchronousSocketChannelStreamFactoryFactory.Builder |
A builder for an instance of
AsynchronousSocketChannelStreamFactoryFactory . |
BulkWriteBatchCombiner | Deprecated |
ByteBufferBsonOutput | Deprecated |
ClusterDescription |
Immutable snapshot state of a cluster.
|
ClusterId |
A client-generated identifier that uniquely identifies a connection to a MongoDB cluster, which could be sharded, replica set,
or standalone.
|
ClusterSettings |
Settings for the cluster.
|
ClusterSettings.Builder |
A builder for the cluster settings.
|
ConnectionDescription |
A description of a connection to a MongoDB server.
|
ConnectionId |
An immutable connection identifier of a connection to a MongoDB server.
|
ConnectionPoolSettings |
All settings that relate to the pool of connections to a MongoDB server.
|
ConnectionPoolSettings.Builder |
A builder for creating ConnectionPoolSettings.
|
DefaultClusterFactory | Deprecated |
QueryResult<T> | Deprecated |
ServerDescription |
Immutable snapshot state of a server.
|
ServerDescription.Builder |
A builder for creating ServerDescription.
|
ServerId |
A client-generated identifier that uniquely identifies a MongoDB server.
|
ServerSettings |
Settings relating to monitoring of each server.
|
ServerSettings.Builder |
A builder for the settings.
|
ServerVersion |
Holds an array of three integers representing the server version, e.g.
|
SocketSettings |
An immutable class representing socket settings used for connections to a MongoDB server.
|
SocketSettings.Builder |
A builder for an instance of
SocketSettings . |
SocketStreamFactory |
Factory for creating instances of
SocketStream . |
SplittablePayload | Deprecated |
SslSettings |
Settings for connecting to MongoDB via SSL.
|
SslSettings.Builder |
A builder for creating SSLSettings.
|
TlsChannelStreamFactoryFactory |
A
StreamFactoryFactory that supports TLS/SSL. |
Enum | Description |
---|---|
ClusterConnectionMode |
The cluster connection mode.
|
ClusterType |
An enumeration of all possible cluster types.
|
ServerConnectionState |
Enum of the current state of attempting to connect to a server.
|
ServerType |
The type of the server.
|
SplittablePayload.Type |
The type of the payload.
|
Copyright © 2010 - 2023 Adobe. All Rights Reserved