| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Field and Description |
|---|---|
private OutMessage.OpCode |
OutMessage._opCode |
private OutMessage.OpCode |
InUseConnectionBean.opCode
Deprecated.
|
private OutMessage.OpCode |
DBPort.ActiveState.opCode |
| Modifier and Type | Method and Description |
|---|---|
(package private) OutMessage.OpCode |
OutMessage.getOpCode() |
OutMessage.OpCode |
InUseConnectionBean.getOpCode()
Deprecated.
|
(package private) OutMessage.OpCode |
DBPort.ActiveState.getOpCode() |
static OutMessage.OpCode |
OutMessage.OpCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutMessage.OpCode[] |
OutMessage.OpCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
OutMessage.writeMessagePrologue(OutMessage.OpCode opCode) |
| Constructor and Description |
|---|
OutMessage(DBCollection collection,
Mongo m,
OutMessage.OpCode opCode,
DBEncoder enc) |
OutMessage(DBCollection collection,
Mongo m,
OutMessage.OpCode opCode,
DBEncoder enc,
DBObject query,
int options,
ReadPreference readPref,
int maxBSONObjectSize) |
OutMessage(DBCollection collection,
OutMessage.OpCode opCode) |
OutMessage(DBCollection collection,
OutMessage.OpCode opCode,
DBEncoder enc) |
OutMessage(DBCollection collection,
OutMessage.OpCode opCode,
DBEncoder enc,
DBObject query) |
OutMessage(Mongo m,
OutMessage.OpCode opCode) |