See: Description
Interface | Description |
---|---|
ServerSelector |
ServerSelector provides a common interface for a methodology to select a
server.
|
Class | Description |
---|---|
AbstractReconnectStrategy |
AbstractReconnectStrategy provides a base class for reconnection strategies.
|
Cluster |
Cluster tracks the state of the cluster of MongoDB servers. |
ClusterPinger |
ClusterPinger pings each of the connections in the cluster and updates the
latency of the server from this client.
|
ClusterPinger.Pinger |
Pinger provides logic to ping servers.
|
LatencyServerSelector |
LatencyServerSelector provides an implementation of the server selector that
uses the server latencies to determine the server to select.
|
Server |
Server provides tracking of the state of a single MongoDB server.
|
ServerLatencyComparator |
Compares
Server 's based on the latency of the servers. |
ServerUpdateCallback |
ServerUpdateCallback provides a special callback update the server with the
first document in the reply.
|
SimpleReconnectStrategy |
SimpleReconnectStrategy provides a reconnection strategy to simply attempt to
connect to the server again.
|
Enum | Description |
---|---|
Server.State |
State provides the possible sttes for a server within the MongoDB
cluster.
|
Users should not need to directly use the classes within this package.
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.