Package | Description |
---|---|
com.allanbank.mongodb.connection.auth |
Wraps a connection and ensures that all requests are properly authenticated.
|
com.allanbank.mongodb.connection.proxy |
Support for connection that delegate to a lower level connection.
|
com.allanbank.mongodb.connection.rs |
Support for connections to Replica Sets.
|
com.allanbank.mongodb.connection.sharded |
Support for connections to Sharded Configurations.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatingConnection
AuthenticatingConnection provides a connection that authenticated with the
server for each database before it is used.
|
Constructor and Description |
---|
AbstractProxyConnection.ProxiedChangeListener(AbstractProxyConnection proxiedConn,
PropertyChangeListener delegate)
Creates a new ProxiedChangeListener.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicaSetConnection
Provides a
Connection implementation for connecting to a replica-set
environment. |
Modifier and Type | Class and Description |
---|---|
class |
ShardedConnection
Provides a
Connection implementation for connecting to a sharded
environment via mongos servers. |
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.