Mongo 2.7.3
Package Index
|
Class Index
com.mongodb
com.mongodb.gridfs
com.mongodb.io
com.mongodb.util
org.bson
org.bson.io
org.bson.types
org.bson.util
Interfaces
DBCallback
DBCallbackFactory
DBConnector
DBDecoder
DBDecoderFactory
DBEncoder
DBEncoderFactory
DBObject
Classes
BasicDBList
BasicDBObject
BasicDBObjectBuilder
Bytes
CommandResult
DB
DBAddress
DBApiLayer
DBCollection
DBCursor
DBPointer
DBPort
DBPortPool
DBRef
DBRefBase
DBTCPConnector
DefaultDBCallback
DefaultDBDecoder
DefaultDBEncoder
GroupCommand
LazyDBCallback
LazyDBDecoder
LazyDBEncoder
LazyDBObject
LazyWriteableDBCallback
LazyWriteableDBDecoder
LazyWriteableDBObject
MapReduceCommand
MapReduceOutput
Mongo
Mongo.Holder
MongoOptions
MongoURI
QueryBuilder
QueryOperators
RawDBObject
ReadPreference
ReadPreference.PrimaryReadPreference
ReadPreference.SecondaryReadPreference
ReadPreference.TaggedReadPreference
ReflectionDBObject
ReflectionDBObject.JavaWrapper
ReplicaSetStatus
ServerAddress
ServerError
WriteConcern
WriteConcern.Majority
WriteResult
Enums
MapReduceCommand.OutputType
Exceptions
DBPortPool.ConnectionWaitTimeOut
DBPortPool.NoMoreConnection
DBPortPool.SemaphoresOut
MongoException
MongoException.CursorNotFound
MongoException.DuplicateKey
MongoException.Network
MongoInternalException
Package Index
|
Class Index
View Source
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
LazyDBDecoder
extends
LazyBSONDecoder
implements
DBDecoder
java.lang.Object
↳
org.bson.LazyBSONDecoder
↳
com.mongodb.LazyDBDecoder
Known Direct Subclasses
LazyWriteableDBDecoder
LazyWriteableDBDecoder
Summary
Fields
public static
DBDecoderFactory
FACTORY
Public Constructors
LazyDBDecoder
()
Public Methods
DBObject
decode
(byte[] b,
DBCollection
collection)
DBObject
decode
(
InputStream
in,
DBCollection
collection)
DBCallback
getDBCallback
(
DBCollection
collection)
[Expand]
Inherited Methods
From class
org.bson.LazyBSONDecoder
int
decode
(
InputStream
in,
BSONCallback
callback)
int
decode
(byte[] b,
BSONCallback
callback)
BSONObject
readObject
(
InputStream
in)
BSONObject
readObject
(byte[] b)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
com.mongodb.DBDecoder
abstract
DBObject
decode
(byte[] b,
DBCollection
collection)
abstract
DBObject
decode
(
InputStream
in,
DBCollection
collection)
abstract
DBCallback
getDBCallback
(
DBCollection
collection)
From interface
org.bson.BSONDecoder
abstract int
decode
(
InputStream
in,
BSONCallback
callback)
abstract int
decode
(byte[] b,
BSONCallback
callback)
abstract
BSONObject
readObject
(
InputStream
in)
abstract
BSONObject
readObject
(byte[] b)
Fields
public static
DBDecoderFactory
FACTORY
Public Constructors
public
LazyDBDecoder
()
Public Methods
public
DBObject
decode
(byte[] b,
DBCollection
collection)
public
DBObject
decode
(
InputStream
in,
DBCollection
collection)
Throws
IOException
public
DBCallback
getDBCallback
(
DBCollection
collection)