LazyDBList
instead.@Deprecated public class LazyDBList extends LazyBSONList implements DBObject
LazyBSONList.LazyBSONListIterator
LazyBSONObject.LazyBSONKeySet
_callback, _doc_start_offset, _input
Constructor and Description |
---|
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(byte[] data,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(byte[] data,
LazyBSONCallback callback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isPartialObject()
Deprecated.
whether markAsPartialObject was ever called
only matters if you are going to upsert and do not want to risk losing fields
|
void |
markAsPartialObject()
Deprecated.
if this object was retrieved with only some fields (using a field filter)
this method will be called to mark it as such.
|
String |
toString()
Deprecated.
Returns a JSON serialization of this object
|
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
containsField, containsKey, entrySet, equals, get, getBSONSize, getBytes, getElementBSONSize, getElementType, getElementValue, getOffset, hashCode, isElementEmpty, isEmpty, keySet, pipe, put, putAll, putAll, removeField, sizeCString, toMap
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
containsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMap
public LazyDBList(byte[] data, LazyBSONCallback callback)
public LazyDBList(byte[] data, int offset, LazyBSONCallback callback)
public LazyDBList(BSONByteBuffer buffer, LazyBSONCallback callback)
public LazyDBList(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
public String toString()
toString
in class LazyBSONObject
public boolean isPartialObject()
DBObject
isPartialObject
in interface DBObject
public void markAsPartialObject()
DBObject
markAsPartialObject
in interface DBObject