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:
Inherited Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public static class
ReadPreference.TaggedReadPreference
extends
ReadPreference
java.lang.Object
↳
com.mongodb.ReadPreference
↳
com.mongodb.ReadPreference.TaggedReadPreference
Summary
[Expand]
Inherited Fields
From class
com.mongodb.ReadPreference
public static
ReadPreference
PRIMARY
public static
ReadPreference
SECONDARY
Public Constructors
ReadPreference.TaggedReadPreference
(
DBObject
tags)
ReadPreference.TaggedReadPreference
(
Map
<
String
,
String
> tags)
Public Methods
DBObject
getTags
()
String
toString
()
[Expand]
Inherited Methods
From class
com.mongodb.ReadPreference
static
ReadPreference
withTags
(
DBObject
tags)
static
ReadPreference
withTags
(
Map
<
String
,
String
> tags)
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)
Public Constructors
public
ReadPreference.TaggedReadPreference
(
DBObject
tags)
public
ReadPreference.TaggedReadPreference
(
Map
<
String
,
String
> tags)
Public Methods
public
DBObject
getTags
()
public
String
toString
()