class RemoveRequest extends WriteRequest
WriteRequest.Type| Modifier and Type | Field and Description |
|---|---|
private boolean |
multi |
private DBObject |
query |
| Constructor and Description |
|---|
RemoveRequest(DBObject query,
boolean multi) |
| Modifier and Type | Method and Description |
|---|---|
DBObject |
getQuery() |
WriteRequest.Type |
getType() |
boolean |
isMulti() |
private final DBObject query
private final boolean multi
public RemoveRequest(DBObject query, boolean multi)
public DBObject getQuery()
public boolean isMulti()
public WriteRequest.Type getType()
getType in class WriteRequest