Interface and Description |
---|
com.allanbank.mongodb.ClosableIterator
Use the
MongoIterator interface instead. This interface
will be removed after the 1.3.0 release. |
com.allanbank.mongodb.Mongo
Use the
MongoClient interface instead. This interface
will be removed on or after the 1.3.0 release. |
Class and Description |
---|
com.allanbank.mongodb.bson.element.DBPointerElement
See BSON Specification.
|
com.allanbank.mongodb.client.callback.LegacyStreamCallbackAdapter
Deprecated to ensure this class is removed with the
AsyncMongoCollection.streamingFind(Callback, com.allanbank.mongodb.bson.DocumentAssignable)
and
AsyncMongoCollection.streamingFind(Callback, com.allanbank.mongodb.builder.Find)
methods. |
com.allanbank.mongodb.MongoDbConfiguration
Please us the
MongoClientConfiguration instead. This
class will be removed on or after the 1.3.0 release. |
com.allanbank.mongodb.client.MongoImpl
Use the
MongoClient interface instead. This interface
will be removed on or after the 1.3.0 release. |
com.allanbank.mongodb.builder.Text
Support for the
text command was deprecated in the 2.6
version of MongoDB. Use the $text query operator instead. This class will not be removed
until two releases after the MongoDB 2.6 release (e.g. 2.10 if
the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.Text.Builder
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This class will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.client.callback.TextCallback
Support for the
text command was deprecated in the 2.6
version of MongoDB. Use the $text query operator instead. This class will not be removed
until two releases after the MongoDB 2.6 release (e.g. 2.10 if
the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.TextResult
Support for the
text command was deprecated in the 2.6
version of MongoDB. Use the $text query operator instead. This class will not be removed
until two releases after the MongoDB 2.6 release (e.g. 2.10 if
the releases are 2.8 and 2.10). |
Field and Description |
---|
com.allanbank.mongodb.builder.GeospatialOperator.UNIQUE_DOCS_MODIFIER
Support for "$uniqueDocs" was removed in MongoDB 2.6.
|
Method and Description |
---|
com.allanbank.mongodb.bson.builder.ArrayBuilder.add(String, String, ObjectId)
See BSON specification.
|
com.allanbank.mongodb.bson.builder.impl.ArrayBuilderImpl.add(String, String, ObjectId) |
com.allanbank.mongodb.bson.builder.DocumentBuilder.add(String, String, String, ObjectId)
See BSON specification.
|
com.allanbank.mongodb.bson.builder.impl.DocumentBuilderImpl.add(String, String, String, ObjectId) |
com.allanbank.mongodb.bson.builder.ArrayBuilder.addDBPointer(String, String, ObjectId)
See BSON specification.
|
com.allanbank.mongodb.bson.builder.impl.ArrayBuilderImpl.addDBPointer(String, String, ObjectId) |
com.allanbank.mongodb.bson.builder.DocumentBuilder.addDBPointer(String, String, String, ObjectId)
See BSON specification.
|
com.allanbank.mongodb.bson.builder.impl.DocumentBuilderImpl.addDBPointer(String, String, String, ObjectId) |
com.allanbank.mongodb.Mongo.asSerializedMongo()
Use
MongoClient.asSerializedClient() instead. |
com.allanbank.mongodb.client.MongoImpl.asSerializedMongo()
Use the
MongoClientImpl.asSerializedClient() instead. |
com.allanbank.mongodb.MongoClientConfiguration.authenticate(String, String)
Replaced with the more general
Credential capability.
Will be removed after the 1.3.0 release. |
com.allanbank.mongodb.MongoClientConfiguration.authenticateAsAdmin(String, String)
Replaced with the more general
Credential capability.
Will be removed after the 1.3.0 release. |
com.allanbank.mongodb.client.callback.TextCallback.callback(MongoIterator Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This class will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.MongoFactory.create(MongoDbConfiguration)
Use the
MongoFactory.createClient(MongoClientConfiguration)
instead. This method will be removed on or after the 1.3.0
release. |
com.allanbank.mongodb.MongoFactory.create(MongoDbUri)
Use the
MongoFactory.createClient(MongoDbUri) instead. This
method will be removed on or after the 1.3.0 release. |
com.allanbank.mongodb.MongoFactory.create(String)
Use the
MongoFactory.createClient(String) instead. This method
will be removed on or after the 1.3.0 release. |
com.allanbank.mongodb.client.callback.TextCallback.exception(Throwable)
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This class will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.builder.Sort.geo2d(String)
Moved to the
Index class as Index.geo2d(java.lang.String) to
live with the other other index types. This method will be
removed after the 1.3.0 release. |
com.allanbank.mongodb.builder.ConditionBuilder.geoWithin(DocumentAssignable, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.bson.io.StringEncoder.getCache()
The cache
StringEncoderCache should be controlled
directly. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.StringDecoder.getCache()
The cache
StringDecoderCache should be controlled
directly. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.MongoClientConfiguration.getDefaultDatabase()
Replaced with the more general
Credential capability.
Will be removed after the 1.3.0 release. |
com.allanbank.mongodb.bson.io.BsonOutputStream.getMaxCachedStringEntries()
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BsonInputStream.getMaxCachedStringEntries()
The cache
StringDecoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BufferingBsonOutputStream.getMaxCachedStringEntries()
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.RandomAccessOutputStream.getMaxCachedStringEntries()
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BsonOutputStream.getMaxCachedStringLength()
The cache
StringDecoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BsonInputStream.getMaxCachedStringLength()
The cache
StringDecoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BufferingBsonOutputStream.getMaxCachedStringLength()
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.RandomAccessOutputStream.getMaxCachedStringLength()
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.MongoClientConfiguration.getPasswordHash()
Replaced with the more general
Credential capability.
Will be removed after the 1.3.0 release. |
com.allanbank.mongodb.builder.Find.getReturnFields()
Replaced with the MongoDB standardized name:
projection . This method will be
removed on or after the 1.4 release. |
com.allanbank.mongodb.MongoClientConfiguration.getUserName()
Replaced with the more general
Credential capability.
Will be removed after the 1.3.0 release. |
com.allanbank.mongodb.MongoClientConfiguration.isAdminUser()
Replaced with the more general
Credential capability.
Will be removed after the 1.3.0 release. |
com.allanbank.mongodb.MongoDatabase.listCollections()
Use the
MongoDatabase.listCollectionNames() method instead. |
com.allanbank.mongodb.client.MongoDatabaseImpl.listCollections() |
com.allanbank.mongodb.MongoClient.listDatabases()
Use the
MongoClient.listDatabaseNames() method instead. |
com.allanbank.mongodb.client.MongoClientImpl.listDatabases() |
com.allanbank.mongodb.bson.io.BsonInputStream.readDBPointerElement()
Per the BSON specification.
|
com.allanbank.mongodb.builder.Find.Builder.returnFields(DocumentAssignable)
Replaced with the MongoDB standardized name:
projection . This
method will be removed on or after the 1.4 release. |
com.allanbank.mongodb.builder.Find.Builder.returnFields(String...)
Replaced with the MongoDB standardized name:
projection . This method
will be removed on or after the 1.4 release. |
com.allanbank.mongodb.MongoClientConfiguration.setDefaultDatabase(String)
Replaced with the more general
Credential capability.
Will be removed after the 1.3.0 release. |
com.allanbank.mongodb.bson.io.BsonOutputStream.setMaxCachedStringEntries(int)
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BsonInputStream.setMaxCachedStringEntries(int)
The cache
StringDecoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BufferingBsonOutputStream.setMaxCachedStringEntries(int)
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.RandomAccessOutputStream.setMaxCachedStringEntries(int)
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BsonOutputStream.setMaxCachedStringLength(int)
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BsonInputStream.setMaxCachedStringLength(int)
The cache
StringDecoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.BufferingBsonOutputStream.setMaxCachedStringLength(int)
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.bson.io.RandomAccessOutputStream.setMaxCachedStringLength(int)
The cache
StringEncoderCache should be controlled
directory. This method will be removed after the 2.1.0
release. |
com.allanbank.mongodb.builder.Find.Builder.setReturnFields(DocumentAssignable)
Replaced with the MongoDB standardized name:
projection . This method will be
removed on or after the 1.4 release. |
com.allanbank.mongodb.bson.io.BsonOutputStream.sizeOf(Document)
Replaced with
Document.size() . This method will be
removed after the 2.2.0 release. |
com.allanbank.mongodb.AsyncMongoCollection.streamingFind(Callback Use the
AsyncMongoCollection.streamingFind(StreamCallback, DocumentAssignable)
method instead. This method will be removed after the 1.3.0
release. |
com.allanbank.mongodb.client.AbstractAsyncMongoCollection.streamingFind(Callback |
com.allanbank.mongodb.AsyncMongoCollection.streamingFind(Callback Use the
AsyncMongoCollection.stream(StreamCallback, Find) method instead.
This method will be removed after the 1.3.0 release. |
com.allanbank.mongodb.client.AbstractAsyncMongoCollection.streamingFind(Callback |
com.allanbank.mongodb.AsyncMongoCollection.streamingFind(StreamCallback Use the
AsyncMongoCollection.stream(StreamCallback, Find.Builder) method
instead. This method will be removed after the 1.4.0 release. |
com.allanbank.mongodb.client.AbstractAsyncMongoCollection.streamingFind(StreamCallback |
com.allanbank.mongodb.AsyncMongoCollection.streamingFind(StreamCallback Use the
AsyncMongoCollection.stream(StreamCallback, Find) method instead.
This method will be removed after the 1.4.0 release. |
com.allanbank.mongodb.client.AbstractAsyncMongoCollection.streamingFind(StreamCallback |
com.allanbank.mongodb.MongoCollection.textSearch(Text.Builder)
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.client.SynchronousMongoCollectionImpl.textSearch(Text.Builder)
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.MongoCollection.textSearch(Text)
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.client.SynchronousMongoCollectionImpl.textSearch(Text)
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.AsyncMongoCollection.textSearchAsync(Callback Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.client.AbstractAsyncMongoCollection.textSearchAsync(Callback Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.AsyncMongoCollection.textSearchAsync(Callback Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.client.AbstractMongoOperations.textSearchAsync(Callback Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.AsyncMongoCollection.textSearchAsync(Text.Builder)
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.client.AbstractAsyncMongoCollection.textSearchAsync(Text.Builder)
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.AsyncMongoCollection.textSearchAsync(Text)
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.client.AbstractAsyncMongoCollection.textSearchAsync(Text)
Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This method will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.within(boolean, Point2D, Point2D, Point2D, Point2D...)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.within(DocumentAssignable, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.within(double, double, double, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.within(double, double, double, double, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.within(int, int, int, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.within(int, int, int, int, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.within(long, long, long, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.within(long, long, long, long, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.withinOnSphere(double, double, double, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.withinOnSphere(int, int, int, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
com.allanbank.mongodb.builder.ConditionBuilder.withinOnSphere(long, long, long, boolean)
$uniqueDocs was removed in MongoDB 2.6. This method
will not be removed until two releases after the MongoDB 2.6
release (e.g. 2.10 if the releases are 2.8 and 2.10). |
Constructor and Description |
---|
com.allanbank.mongodb.client.callback.TextCallback(Callback Support for the
text command was deprecated in the
2.6 version of MongoDB. Use the
$text query operator
instead. This class will not be removed until two releases
after the MongoDB 2.6 release (e.g. 2.10 if the releases are
2.8 and 2.10). |
Enum Constant and Description |
---|
com.allanbank.mongodb.bson.ElementType.DB_POINTER
See BSON specification.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.