|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bson.EmptyBSONCallback
org.bson.LazyBSONCallback
com.mongodb.LazyDBCallback
com.mongodb.LazyWriteableDBCallback
public class LazyWriteableDBCallback
Constructor Summary | |
---|---|
LazyWriteableDBCallback(DBCollection coll)
|
Method Summary | |
---|---|
Object |
createObject(byte[] data,
int offset)
|
Methods inherited from class com.mongodb.LazyDBCallback |
---|
createDBRef |
Methods inherited from class org.bson.LazyBSONCallback |
---|
createArray, get, gotBinary, objectDone, objectStart, objectStart, objectStart, reset, setRootObject |
Methods inherited from class org.bson.EmptyBSONCallback |
---|
arrayDone, arrayStart, arrayStart, createBSONCallback, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDBRef, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.bson.BSONCallback |
---|
arrayDone, arrayStart, arrayStart, createBSONCallback, get, gotBinary, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDBRef, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID, objectDone, objectStart, objectStart, objectStart, reset |
Constructor Detail |
---|
public LazyWriteableDBCallback(DBCollection coll)
Method Detail |
---|
public Object createObject(byte[] data, int offset)
createObject
in class LazyDBCallback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |