LazyDBList instead.@Deprecated public class LazyDBList extends LazyBSONList implements DBObject
LazyBSONList.LazyBSONListIteratorLazyBSONObject.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, toArraycontainsField, containsKey, entrySet, equals, get, getBSONSize, getBytes, getElementBSONSize, getElementType, getElementValue, getOffset, hashCode, isElementEmpty, isEmpty, keySet, pipe, put, putAll, putAll, removeField, sizeCString, toMapclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMapequals, hashCode, isEmpty, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic 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 LazyBSONObjectpublic boolean isPartialObject()
DBObjectDBObject.markAsPartialObject() was ever called only matters if you are going to upsert and do not want to risk losing fields.isPartialObject in interface DBObjectpublic void markAsPartialObject()
DBObjectmarkAsPartialObject in interface DBObject