Example usage for Java com.mongodb Bytes fields, constructors, methods, implement or subclass
The text is from its open source code.
int | QUERYOPTION_TAILABLE Tailable means cursor is not closed when the last data is retrieved. |
int | QUERYOPTION_SLAVEOK When turned on, read queries will be directed to slave servers instead of the primary server. |
int | QUERYOPTION_OPLOGREPLAY Internal replication use only - driver should not set |
int | QUERYOPTION_NOTIMEOUT The server normally times out idle cursors after an inactivity period (10 minutes) to prevent excess memory use. |
int | QUERYOPTION_AWAITDATA Use with TailableCursor. |
int | QUERYOPTION_EXHAUST Stream the data down full blast in multiple "more" packages, on the assumption that the client will fully read all data queried. |
int | QUERYOPTION_PARTIAL Use with sharding (mongos). |
byte | getType(final Object object) Gets the type byte for a given object. |