Package | Description |
---|---|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
com.allanbank.mongodb.client.connection |
Provides interfaces for managing connections to different MongoDB server configurations.
|
com.allanbank.mongodb.client.connection.auth |
Wraps a connection and ensures that all requests are properly authenticated.
|
com.allanbank.mongodb.client.connection.bootstrap |
Bootstraps a the correct type of connections for the type of MongoDB cluster.
|
com.allanbank.mongodb.client.connection.rs |
Support for connections to Replica Sets.
|
com.allanbank.mongodb.client.connection.sharded |
Support for connections to Sharded Configurations.
|
com.allanbank.mongodb.client.connection.socket |
Low level socket connection to a single MongoDB server.
|
com.allanbank.mongodb.client.state |
Support for tracking the state of a set of MongoDB servers.
|
Modifier and Type | Method and Description |
---|---|
ClusterStats |
SerialClientImpl.getClusterStats()
Returns the meta-data on the current cluster.
|
ClusterStats |
ClientImpl.getClusterStats()
Returns the meta-data on the current cluster.
|
ClusterStats |
Client.getClusterStats()
Returns the meta-data on the current cluster.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMongoOperations.doWriteAsync(ClusterStats stats,
Callback<Long> results,
BatchedWrite write)
Performs a async write operation.
|
protected boolean |
AbstractMongoOperations.isWriteCommandsSupported(ClusterStats stats)
Determines if all of the servers in the cluster support the write
commands.
|
Modifier and Type | Method and Description |
---|---|
ClusterStats |
ConnectionFactory.getClusterStats()
Returns the meta-data on the current cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterStats |
AuthenticationConnectionFactory.getClusterStats()
Returns the meta-data on the current cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterStats |
BootstrapConnectionFactory.getClusterStats()
Returns the meta-data on the current cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterStats |
ReplicaSetConnectionFactory.getClusterStats()
Returns the meta-data on the current cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterStats |
ShardedConnectionFactory.getClusterStats()
Returns the meta-data on the current cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterStats |
SocketConnectionFactory.getClusterStats()
Returns the meta-data on the current cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
Cluster
Cluster tracks the state of the cluster of MongoDB servers. |
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.