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:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
LazyDBEncoder
extends
Object
implements
DBEncoder
java.lang.Object
↳
com.mongodb.LazyDBEncoder
Class Overview
Encoder that only knows how to encode BSONObject instances of type LazyDBObject.
Summary
Public Constructors
LazyDBEncoder
()
Public Methods
int
writeObject
(
OutputBuffer
buf,
BSONObject
o)
[Expand]
Inherited Methods
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.DBEncoder
abstract int
writeObject
(
OutputBuffer
buf,
BSONObject
o)
Public Constructors
public
LazyDBEncoder
()
Public Methods
public int
writeObject
(
OutputBuffer
buf,
BSONObject
o)