A B C D E F G H I J L M N O P R S T U V W Z 

A

AbstractMongoUtility - Class in org.mule.modules.mongo.tools
 
AbstractMongoUtility() - Constructor for class org.mule.modules.mongo.tools.AbstractMongoUtility
 
adapt(Object) - Static method in class org.mule.modules.mongo.api.DBObjects
 
adapt(Map<String, Object>) - Static method in class org.mule.modules.mongo.api.DBObjects
 
addDB(MongoDatabase) - Method in class org.mule.modules.mongo.tools.IncrementalMongoDump
 
addDB(MongoDatabase) - Method in class org.mule.modules.mongo.tools.MongoDump
 
addUser(String, String) - Method in interface org.mule.modules.mongo.api.MongoClient
 
addUser(String, String) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
addUser(String, String) - Method in class org.mule.modules.mongo.MongoCloudConnector
Adds a new user for this db
ADMIN_DB - Static variable in class org.mule.modules.mongo.tools.BackupConstants
 
allKeys() - Method in class org.mule.modules.mongo.MongoObjectStore
 
allKeys(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
allPartitions() - Method in class org.mule.modules.mongo.MongoObjectStore
 

B

BackupConstants - Class in org.mule.modules.mongo.tools
 
BackupUtils - Class in org.mule.modules.mongo.tools
 
BsonDumpWriter - Class in org.mule.modules.mongo.tools
 
BsonDumpWriter(String, String) - Constructor for class org.mule.modules.mongo.tools.BsonDumpWriter
 
BsonDumpWriter(String) - Constructor for class org.mule.modules.mongo.tools.BsonDumpWriter
 
BsonListToJsonTransformer - Class in org.mule.modules.mongo.transformers
 
BsonListToJsonTransformer() - Constructor for class org.mule.modules.mongo.transformers.BsonListToJsonTransformer
 

C

call() - Method in class org.mule.modules.mongo.tools.IncrementalOplogDump
 
call() - Method in class org.mule.modules.mongo.tools.MongoDumpCollection
 
call() - Method in class org.mule.modules.mongo.tools.MongoRestoreDirectory
 
clear(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
clear() - Method in class org.mule.modules.mongo.MongoObjectStore
 
close() - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
close() - Method in class org.mule.modules.mongo.MongoObjectStore
 
close(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
COMMA_SEPARATED_REGEX - Static variable in class org.mule.modules.mongo.Config
 
compareTo(RestoreFile) - Method in class org.mule.modules.mongo.tools.RestoreFile
 
Config - Class in org.mule.modules.mongo
 
Config() - Constructor for class org.mule.modules.mongo.Config
 
connect(String, String, String) - Method in class org.mule.modules.mongo.Config
Method invoked when a Mongo session needs to be created.
connectionId() - Method in class org.mule.modules.mongo.Config
 
connectionsPerHost - Variable in class org.mule.modules.mongo.Config
The number of connections allowed per host (the pool size, per host)
contains(Serializable) - Method in class org.mule.modules.mongo.MongoObjectStore
 
contains(Serializable, String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
countDocuments(String, Bson) - Method in class org.mule.modules.mongo.MongoCloudConnector
Counts the number of documents that match the given query.
countObjects(String, Bson) - Method in interface org.mule.modules.mongo.api.MongoClient
 
countObjects(String, Bson) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
createCollection(String, boolean, Integer, Integer) - Method in interface org.mule.modules.mongo.api.MongoClient
 
createCollection(String, boolean, Integer, Integer) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
createCollection(String, boolean, Integer, Integer) - Method in class org.mule.modules.mongo.MongoCloudConnector
Creates a new collection.
createFile(InputStream, String, String, DBObject) - Method in interface org.mule.modules.mongo.api.MongoClient
 
createFile(InputStream, String, String, DBObject) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
createFileFromPayload(Object, String, String, DBObject) - Method in class org.mule.modules.mongo.MongoCloudConnector
Creates a new GridFSFile in the database, saving the given content, filename, contentType, and extraData, and answers it.
createIndex(String, String, IndexOrder) - Method in interface org.mule.modules.mongo.api.MongoClient
 
createIndex(String, String, IndexOrder) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
createIndex(String, String, IndexOrder) - Method in class org.mule.modules.mongo.MongoCloudConnector
Creates a new index

D

DBObjects - Class in org.mule.modules.mongo.api
Conversions between Json Strings and Maps into Documents and DBObjects
disconnect() - Method in class org.mule.modules.mongo.Config
Method invoked when the Mongo session is to be destroyed.
disposePartition(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
documentToDbObject(Document) - Static method in class org.mule.modules.mongo.api.DBObjects
 
DocumentToJsonTransformer - Class in org.mule.modules.mongo.transformers
 
DocumentToJsonTransformer() - Constructor for class org.mule.modules.mongo.transformers.DocumentToJsonTransformer
 
doTransform(Object, String) - Method in class org.mule.modules.mongo.transformers.BsonListToJsonTransformer
 
doTransform(Object, String) - Method in class org.mule.modules.mongo.transformers.DocumentToJsonTransformer
 
doTransform(Object, String) - Method in class org.mule.modules.mongo.transformers.JsonToDocumentTransformer
 
doTransform(Object, String) - Method in class org.mule.modules.mongo.transformers.MapToDbobjectTransformer
 
doTransform(Object, String) - Method in class org.mule.modules.mongo.transformers.MapToDocumentTransformer
 
doTransform(Object, String) - Method in class org.mule.modules.mongo.transformers.ObjectToDocumentTransformer
 
dropCollection(String) - Method in interface org.mule.modules.mongo.api.MongoClient
 
dropCollection(String) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
dropCollection(String) - Method in class org.mule.modules.mongo.MongoCloudConnector
Deletes a collection and all the objects it contains.
dropDatabase() - Method in interface org.mule.modules.mongo.api.MongoClient
 
dropDatabase() - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
dropDatabase() - Method in class org.mule.modules.mongo.MongoCloudConnector
Drop the current database
dropIndex(String, String) - Method in interface org.mule.modules.mongo.api.MongoClient
 
dropIndex(String, String) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
dropIndex(String, String) - Method in class org.mule.modules.mongo.MongoCloudConnector
Drops an existing index
dump(String, String, boolean, boolean, int) - Method in class org.mule.modules.mongo.MongoCloudConnector
Executes a dump of the database to the specified output directory.
dump(String, String) - Method in class org.mule.modules.mongo.tools.IncrementalMongoDump
 
dump(String, String, String, int) - Method in class org.mule.modules.mongo.tools.MongoDump
 
DumpWriter - Class in org.mule.modules.mongo.tools
 
DumpWriter(String, String) - Constructor for class org.mule.modules.mongo.tools.DumpWriter
 
DumpWriter(String) - Constructor for class org.mule.modules.mongo.tools.DumpWriter
 

E

equals(Object) - Method in class org.mule.modules.mongo.tools.RestoreFile
 
executeCommand(Document) - Method in interface org.mule.modules.mongo.api.MongoClient
 
executeCommand(Document) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
executeCommand(String, String) - Method in class org.mule.modules.mongo.MongoCloudConnector
Executes a command on the database

existsCollection(String) - Method in interface org.mule.modules.mongo.api.MongoClient
 
existsCollection(String) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
existsCollection(String) - Method in class org.mule.modules.mongo.MongoCloudConnector
Answers if a collection exists given its name
expire(int, int) - Method in class org.mule.modules.mongo.MongoObjectStore
 
expire(int, int, String) - Method in class org.mule.modules.mongo.MongoObjectStore
 

F

FieldsSet - Class in org.mule.modules.mongo.api
 
findAndUpdateObject(String, Document, Document, List<String>, boolean, Document, boolean, boolean, boolean) - Method in interface org.mule.modules.mongo.api.MongoClient
 
findAndUpdateObject(String, Document, Document, List<String>, boolean, Document, boolean, boolean, boolean) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
findDocuments(String, Document, List<String>, Integer, Integer, Document) - Method in class org.mule.modules.mongo.MongoCloudConnector
Finds all documents that match a given query.
findFiles(DBObject) - Method in interface org.mule.modules.mongo.api.MongoClient
 
findFiles(DBObject) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
findFiles(DBObject) - Method in class org.mule.modules.mongo.MongoCloudConnector
Lists all the files that match the given query
findObjects(String, Document, List<String>, Integer, Integer, Document) - Method in interface org.mule.modules.mongo.api.MongoClient
 
findObjects(String, Document, List<String>, Integer, Integer, Document) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
findOneAndUpdateDocument(String, Document, Document, List<String>, Boolean, Document, boolean, boolean, boolean) - Method in class org.mule.modules.mongo.MongoCloudConnector
Finds and update the first document that matches a given query.
findOneDocument(String, Document, List<String>, Boolean) - Method in class org.mule.modules.mongo.MongoCloudConnector
Finds the first document that matches a given query.
findOneFile(DBObject) - Method in interface org.mule.modules.mongo.api.MongoClient
 
findOneFile(DBObject) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
findOneFile(DBObject) - Method in class org.mule.modules.mongo.MongoCloudConnector
Answers the first file that matches the given query.
findOneObject(String, Document, List<String>, boolean) - Method in interface org.mule.modules.mongo.api.MongoClient
 
findOneObject(String, Document, List<String>, boolean) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
from(Object) - Static method in class org.mule.modules.mongo.api.DBObjects
 
from(List<String>) - Static method in class org.mule.modules.mongo.api.FieldsSet
 
fromFunction(String, Document) - Static method in class org.mule.modules.mongo.api.DBObjects
 
fromMap(Map<String, Object>) - Static method in class org.mule.modules.mongo.api.DBObjects
Performs a shallow conversion of a map into a Document: values of type Map will not be converted

G

getAddresses() - Method in class org.mule.modules.mongo.api.MongoConnectionParameters
 
getAddresses(String) - Static method in class org.mule.modules.mongo.Config
 
getClient() - Method in class org.mule.modules.mongo.Config
 
getCollection(String) - Method in interface org.mule.modules.mongo.api.MongoClient
 
getCollection(String) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
getCollection() - Method in class org.mule.modules.mongo.tools.RestoreFile
 
getCollectionName(String) - Static method in class org.mule.modules.mongo.tools.BackupUtils
 
getCollectionObjects() - Method in class org.mule.modules.mongo.tools.RestoreFile
 
getConfig() - Method in class org.mule.modules.mongo.MongoCloudConnector
 
getConnectionId() - Method in interface org.mule.modules.mongo.api.MongoClient
 
getConnectionId() - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
getConnectionsPerHost() - Method in class org.mule.modules.mongo.Config
 
getConnectTimeout() - Method in class org.mule.modules.mongo.Config
 
getCredentials() - Method in class org.mule.modules.mongo.api.MongoConnectionParameters
 
getDatabase(String) - Method in interface org.mule.modules.mongo.api.MongoClient
 
getDatabase(String) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
getDatabase() - Method in class org.mule.modules.mongo.Config
 
getDatabase() - Method in class org.mule.modules.mongo.MongoObjectStore
 
getDb() - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
getExtension() - Method in class org.mule.modules.mongo.tools.BsonDumpWriter
 
getExtension() - Method in class org.mule.modules.mongo.tools.DumpWriter
 
getFileContent(DBObject) - Method in interface org.mule.modules.mongo.api.MongoClient
 
getFileContent(DBObject) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
getFileContent(DBObject) - Method in class org.mule.modules.mongo.MongoCloudConnector
Answers an inputstream to the contents of the first file that matches the given query.
getFilePath(String) - Method in class org.mule.modules.mongo.tools.DumpWriter
 
getGridFs() - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
getHost() - Method in class org.mule.modules.mongo.Config
 
getHost() - Method in class org.mule.modules.mongo.MongoObjectStore
 
getMaxWaitTime() - Method in class org.mule.modules.mongo.Config
 
getMongoOptions() - Method in class org.mule.modules.mongo.api.MongoConnectionParameters
 
getNamespacePattern(String) - Static method in class org.mule.modules.mongo.tools.BackupUtils
 
getOplogCollection() - Method in class org.mule.modules.mongo.tools.OplogCollection
 
getPartitionName() - Method in class org.mule.modules.mongo.MongoObjectStore
 
getPassword() - Method in class org.mule.modules.mongo.MongoObjectStore
 
getSocketTimeout() - Method in class org.mule.modules.mongo.Config
 
getSsl() - Method in class org.mule.modules.mongo.Config
 
getThreadsAllowedToBlockForConnectionMultiplier() - Method in class org.mule.modules.mongo.Config
 
getUsername() - Method in class org.mule.modules.mongo.MongoObjectStore
 
getValue() - Method in enum org.mule.modules.mongo.api.IndexOrder
 

H

hasExtension(File, String) - Static method in class org.mule.modules.mongo.tools.BackupUtils
 
hashCode() - Method in class org.mule.modules.mongo.tools.RestoreFile
 

I

incrementalDump(String, String) - Method in class org.mule.modules.mongo.MongoCloudConnector
Executes an incremental dump of the database

IncrementalMongoDump - Class in org.mule.modules.mongo.tools
 
IncrementalMongoDump() - Constructor for class org.mule.modules.mongo.tools.IncrementalMongoDump
 
IncrementalOplogDump - Class in org.mule.modules.mongo.tools
 
IncrementalOplogDump() - Constructor for class org.mule.modules.mongo.tools.IncrementalOplogDump
 
IndexOrder - Enum in org.mule.modules.mongo.api
 
initialize() - Method in class org.mule.modules.mongo.MongoObjectStore
 
insertDocument(String, Document) - Method in class org.mule.modules.mongo.MongoCloudConnector
Inserts a document in a collection, setting its id if necessary.
insertObject(String, Document) - Method in interface org.mule.modules.mongo.api.MongoClient
 
insertObject(String, Document) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
isAlive() - Method in interface org.mule.modules.mongo.api.MongoClient
 
isAlive() - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
isBsonFile(File) - Static method in class org.mule.modules.mongo.tools.BackupUtils
 
isCommandResultOk(Document) - Static method in class org.mule.modules.mongo.api.DBObjects
Inspect a Document produced as a result of a command execution and say if it was successful or not
isConnected() - Method in class org.mule.modules.mongo.Config
 
isPersistent() - Method in class org.mule.modules.mongo.MongoObjectStore
 
isSystemCollection(String) - Static method in class org.mule.modules.mongo.tools.BackupUtils
 
isUserCollection(String) - Static method in class org.mule.modules.mongo.tools.BackupUtils
 
isZipFile(File) - Static method in class org.mule.modules.mongo.tools.ZipUtils
 

J

JsonToDocumentTransformer - Class in org.mule.modules.mongo.transformers
 
JsonToDocumentTransformer() - Constructor for class org.mule.modules.mongo.transformers.JsonToDocumentTransformer
 

L

listCollections() - Method in interface org.mule.modules.mongo.api.MongoClient
 
listCollections() - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
listCollections() - Method in class org.mule.modules.mongo.MongoCloudConnector
Lists names of collections available at this database
listFiles(DBObject) - Method in interface org.mule.modules.mongo.api.MongoClient
 
listFiles(DBObject) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
listFiles(DBObject) - Method in class org.mule.modules.mongo.MongoCloudConnector
Lists all the files that match the given query, sorting them by filename.
listIndices(String) - Method in interface org.mule.modules.mongo.api.MongoClient
 
listIndices(String) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
listIndices(String) - Method in class org.mule.modules.mongo.MongoCloudConnector
List existent indices in a collection
LOCAL_DB - Static variable in class org.mule.modules.mongo.tools.BackupConstants
 

M

mapReduceObjects(String, String, String, String) - Method in interface org.mule.modules.mongo.api.MongoClient
 
mapReduceObjects(String, String, String, String) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
mapReduceObjects(String, String, String, String) - Method in class org.mule.modules.mongo.MongoCloudConnector
Transforms a collection into a collection of aggregated groups, by applying a supplied element-mapping function to each element, that transforms each one into a key-value pair, grouping the resulting pairs by key, and finally reducing values in each group applying a suppling 'reduce' function.
MapToDbobjectTransformer - Class in org.mule.modules.mongo.transformers
 
MapToDbobjectTransformer() - Constructor for class org.mule.modules.mongo.transformers.MapToDbobjectTransformer
 
MapToDocumentTransformer - Class in org.mule.modules.mongo.transformers
 
MapToDocumentTransformer() - Constructor for class org.mule.modules.mongo.transformers.MapToDocumentTransformer
 
maxWaitTime - Variable in class org.mule.modules.mongo.Config
The max wait time for a blocking thread for a connection from the pool in ms.
MongoClient - Interface in org.mule.modules.mongo.api
 
MongoClientImpl - Class in org.mule.modules.mongo.api
 
MongoClientImpl(MongoClient, String) - Constructor for class org.mule.modules.mongo.api.MongoClientImpl
 
MongoCloudConnector - Class in org.mule.modules.mongo
MongoDB is an open source, high-performance, schema-free, document-oriented database that manages collections of BSON documents.
MongoCloudConnector() - Constructor for class org.mule.modules.mongo.MongoCloudConnector
 
MongoConnectionParameters - Class in org.mule.modules.mongo.api
 
MongoConnectionParameters(List<ServerAddress>, List<MongoCredential>, MongoClientOptions) - Constructor for class org.mule.modules.mongo.api.MongoConnectionParameters
 
MongoDump - Class in org.mule.modules.mongo.tools
 
MongoDump(MongoClient) - Constructor for class org.mule.modules.mongo.tools.MongoDump
 
MongoDumpCollection - Class in org.mule.modules.mongo.tools
 
MongoDumpCollection(MongoCollection<Document>) - Constructor for class org.mule.modules.mongo.tools.MongoDumpCollection
 
MongoObjectStore - Class in org.mule.modules.mongo
A PartitionableExpirableObjectStore backed by MongoDB.
MongoObjectStore() - Constructor for class org.mule.modules.mongo.MongoObjectStore
 
MongoRestore - Class in org.mule.modules.mongo.tools
 
MongoRestore(MongoClient, String) - Constructor for class org.mule.modules.mongo.tools.MongoRestore
 
MongoRestoreDirectory - Class in org.mule.modules.mongo.tools
 
MongoRestoreDirectory() - Constructor for class org.mule.modules.mongo.tools.MongoRestoreDirectory
 
mongoTransformerResolver(DataType<?>, DataType<?>, MuleContext) - Static method in class org.mule.modules.mongo.MongoCloudConnector
 

N

NAMESPACE_FIELD - Static variable in class org.mule.modules.mongo.tools.BackupConstants
 

O

ObjectToDocumentTransformer - Class in org.mule.modules.mongo.transformers
 
ObjectToDocumentTransformer() - Constructor for class org.mule.modules.mongo.transformers.ObjectToDocumentTransformer
 
open() - Method in class org.mule.modules.mongo.MongoObjectStore
 
open(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
OPLOG - Static variable in class org.mule.modules.mongo.tools.BackupConstants
 
OplogCollection - Class in org.mule.modules.mongo.tools
 
OplogCollection(MongoDatabase, MongoDatabase) - Constructor for class org.mule.modules.mongo.tools.OplogCollection
 
org.mule.modules.mongo - package org.mule.modules.mongo
 
org.mule.modules.mongo.api - package org.mule.modules.mongo.api
 
org.mule.modules.mongo.tools - package org.mule.modules.mongo.tools
 
org.mule.modules.mongo.transformers - package org.mule.modules.mongo.transformers
 

P

propagateException(Future<Void>) - Method in class org.mule.modules.mongo.tools.AbstractMongoUtility
 

R

remove(Serializable) - Method in class org.mule.modules.mongo.MongoObjectStore
 
remove(Serializable, String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
removeDocuments(String, Document) - Method in class org.mule.modules.mongo.MongoCloudConnector
Removes all the documents that match the a given optional query.
removeExtension(String) - Static method in class org.mule.modules.mongo.tools.BackupUtils
 
removeFiles(DBObject) - Method in interface org.mule.modules.mongo.api.MongoClient
 
removeFiles(DBObject) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
removeFiles(DBObject) - Method in class org.mule.modules.mongo.MongoCloudConnector
Removes all the files that match the given query.
removeObjects(String, Bson) - Method in interface org.mule.modules.mongo.api.MongoClient
 
removeObjects(String, Bson) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
restore(String, boolean, boolean) - Method in class org.mule.modules.mongo.MongoCloudConnector
Takes the output from the dump and restores it.
restore(String) - Method in class org.mule.modules.mongo.tools.MongoRestore
 
RestoreFile - Class in org.mule.modules.mongo.tools
 
RestoreFile(File) - Constructor for class org.mule.modules.mongo.tools.RestoreFile
 
retrieve(Serializable) - Method in class org.mule.modules.mongo.MongoObjectStore
 
retrieve(Serializable, String) - Method in class org.mule.modules.mongo.MongoObjectStore
 

S

saveDocument(String, Document) - Method in class org.mule.modules.mongo.MongoCloudConnector
Inserts or updates a document based on its object _id.
saveObject(String, Document) - Method in interface org.mule.modules.mongo.api.MongoClient
 
saveObject(String, Document) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 
setConfig(Config) - Method in class org.mule.modules.mongo.MongoCloudConnector
 
setConnectionsPerHost(Integer) - Method in class org.mule.modules.mongo.Config
 
setConnectTimeout(Integer) - Method in class org.mule.modules.mongo.Config
 
setDatabase(String) - Method in class org.mule.modules.mongo.Config
 
setDatabase(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
setDatabase(String) - Method in class org.mule.modules.mongo.tools.IncrementalOplogDump
 
setDatabase(String) - Method in class org.mule.modules.mongo.tools.MongoRestoreDirectory
 
setDBs(Map<String, MongoDatabase>) - Method in class org.mule.modules.mongo.tools.IncrementalOplogDump
 
setDrop(boolean) - Method in class org.mule.modules.mongo.tools.MongoRestore
 
setDrop(boolean) - Method in class org.mule.modules.mongo.tools.MongoRestoreDirectory
 
setDumpWriter(DumpWriter) - Method in class org.mule.modules.mongo.tools.MongoDumpCollection
 
setHost(String) - Method in class org.mule.modules.mongo.Config
 
setHost(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
setIncrementalTimestampFile(String) - Method in class org.mule.modules.mongo.tools.IncrementalMongoDump
 
setIncrementalTimestampFile(String) - Method in class org.mule.modules.mongo.tools.IncrementalOplogDump
 
setInputPath(String) - Method in class org.mule.modules.mongo.tools.MongoRestoreDirectory
 
setMaxWaitTime(Integer) - Method in class org.mule.modules.mongo.Config
 
setMongoClient(MongoClient) - Method in class org.mule.modules.mongo.tools.MongoRestoreDirectory
 
setMuleContext(MuleContext) - Method in class org.mule.modules.mongo.MongoObjectStore
 
setName(String) - Method in class org.mule.modules.mongo.tools.MongoDumpCollection
 
setOplog(boolean) - Method in class org.mule.modules.mongo.tools.MongoDump
 
setOplogReplay(boolean) - Method in class org.mule.modules.mongo.tools.MongoDumpCollection
 
setOplogReplay(boolean) - Method in class org.mule.modules.mongo.tools.MongoRestore
 
setOplogReplay(boolean) - Method in class org.mule.modules.mongo.tools.MongoRestoreDirectory
 
setOutputDirectory(String) - Method in class org.mule.modules.mongo.tools.IncrementalOplogDump
 
setPartitionName(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
setPassword(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
setQuery(Document) - Method in class org.mule.modules.mongo.tools.MongoDumpCollection
 
setSocketTimeout(Integer) - Method in class org.mule.modules.mongo.Config
 
setSsl(boolean) - Method in class org.mule.modules.mongo.Config
 
setThreadsAllowedToBlockForConnectionMultiplier(Integer) - Method in class org.mule.modules.mongo.Config
 
setUsername(String) - Method in class org.mule.modules.mongo.MongoObjectStore
 
setZip(boolean) - Method in class org.mule.modules.mongo.tools.MongoDump
 
store(Serializable, Serializable) - Method in class org.mule.modules.mongo.MongoObjectStore
 
store(Serializable, Serializable, String) - Method in class org.mule.modules.mongo.MongoObjectStore
 

T

testConnect(String, String, String) - Method in class org.mule.modules.mongo.Config
Method invoked when testing connectivity
threadsAllowedToBlockForConnectionMultiplier - Variable in class org.mule.modules.mongo.Config
Multiplier for connectionsPerHost for # of threads that can block.
TIMESTAMP_FIELD - Static variable in class org.mule.modules.mongo.tools.BackupConstants
 
TIMESTAMP_FORMAT - Static variable in class org.mule.modules.mongo.tools.MongoDump
 

U

updateDocuments(String, Document, Document, boolean) - Method in class org.mule.modules.mongo.MongoCloudConnector
Updates documents that matches the given query.
updateDocumentsByFunction(String, String, Document, Document, boolean, boolean) - Method in class org.mule.modules.mongo.MongoCloudConnector
Update documents using a mongo function.
updateDocumentsByFunctions(String, Document, Document, boolean, boolean) - Method in class org.mule.modules.mongo.MongoCloudConnector
Update documents using one or more mongo function(s).
updateObjects(String, Document, Document, boolean, boolean) - Method in interface org.mule.modules.mongo.api.MongoClient
 
updateObjects(String, Document, Document, boolean, boolean) - Method in class org.mule.modules.mongo.api.MongoClientImpl
 

V

valueOf(String) - Static method in enum org.mule.modules.mongo.api.IndexOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.modules.mongo.api.IndexOrder
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeObject(String, Document) - Method in class org.mule.modules.mongo.tools.BsonDumpWriter
 
writeObject(String, Document) - Method in class org.mule.modules.mongo.tools.DumpWriter
 

Z

zipDirectory(String) - Static method in class org.mule.modules.mongo.tools.ZipUtils
 
ZipUtils - Class in org.mule.modules.mongo.tools
 
A B C D E F G H I J L M N O P R S T U V W Z 

Copyright © 2010–2016. All rights reserved.