| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Field and Description |
|---|---|
private RequestMessage.OpCode |
RequestMessage.opCode |
| Modifier and Type | Method and Description |
|---|---|
RequestMessage.OpCode |
RequestMessage.getOpCode() |
static RequestMessage.OpCode |
RequestMessage.OpCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestMessage.OpCode[] |
RequestMessage.OpCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RequestMessage(java.lang.String collectionName,
RequestMessage.OpCode opCode,
MessageSettings settings) |