| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Field and Description |
|---|---|
private ServerType |
ServerDescription.type |
private ServerType |
ServerDescription.Builder.type |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ServerType |
ServerMonitor.getServerType(CommandResult isMasterResult) |
ServerType |
ServerDescription.getType() |
static ServerType |
ServerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerType[] |
ServerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServerDescription.Builder |
ServerDescription.Builder.type(ServerType type) |