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.
use
LazyDBList(byte[], int, LazyBSONCallback) instead |
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
use
LazyDBList(byte[], LazyBSONCallback) instead |
LazyDBList(byte[] data,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(byte[] data,
LazyBSONCallback callback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isPartialObject()
Deprecated.
Whether
DBObject.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, notify, notifyAll, wait, wait, wait
containsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMap
equals, hashCode, isEmpty, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public LazyDBList(byte[] data, LazyBSONCallback callback)
public LazyDBList(byte[] data, int offset, LazyBSONCallback callback)
@Deprecated public LazyDBList(BSONByteBuffer buffer, LazyBSONCallback callback)
LazyDBList(byte[], LazyBSONCallback)
instead@Deprecated public LazyDBList(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
LazyDBList(byte[], int, LazyBSONCallback)
insteadpublic String toString()
toString
in class LazyBSONObject
public boolean isPartialObject()
DBObject
DBObject.markAsPartialObject()
was ever called only matters if you are going to upsert and do not want to risk losing fields.isPartialObject
in interface DBObject
public void markAsPartialObject()
DBObject
markAsPartialObject
in interface DBObject