Package | Description |
---|---|
com.allanbank.mongodb.client.state |
Support for tracking the state of a set of MongoDB servers.
|
Modifier and Type | Method and Description |
---|---|
Server.State |
Server.getState()
Returns the state value.
|
static Server.State |
Server.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Server.State[] |
Server.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.