- maxConnectionIdleTime - Variable in class org.ikasan.component.endpoint.mongo.MongoClientConfiguration
-
Sets the maximum idle time for a pooled connection - overrides default driver options if specified
- maxConnectionLifeTime - Variable in class org.ikasan.component.endpoint.mongo.MongoClientConfiguration
-
Sets the maximum life time for a pooled connection - overrides default driver options if specified
- maxWaitTime - Variable in class org.ikasan.component.endpoint.mongo.MongoClientConfiguration
-
Sets the maximum time that a thread will block waiting for a connection - overrides default driver options if specified
- minConnectionsPerHost - Variable in class org.ikasan.component.endpoint.mongo.MongoClientConfiguration
-
Sets the minimum number of connections per host - overrides default driver options if specified
- minHeartbeatFrequency - Variable in class org.ikasan.component.endpoint.mongo.MongoClientConfiguration
-
Sets the min heart beat frequency - overrides default driver options if specified
- mongoClient - Variable in class org.ikasan.component.endpoint.mongo.MongoComponent
-
instantiated mongoclient
- MongoClientConfiguration - Class in org.ikasan.component.endpoint.mongo
-
Mongo configuration options passed at runtime.
- MongoClientConfiguration() - Constructor for class org.ikasan.component.endpoint.mongo.MongoClientConfiguration
-
- MongoClientFactory - Class in org.ikasan.component.endpoint.mongo
-
Factory for creating MongoClients, useful when creating and injecting objects through Spring
- MongoClientProxy - Class in org.ikasan.component.endpoint.mongo
-
MongoClient proxy for injecting into a MongoComponent
Allows for a single MongoClient to be shared among components, but
have multiple MongoComponents safely manage its lifecycle
- MongoClientProxy() - Constructor for class org.ikasan.component.endpoint.mongo.MongoClientProxy
-
- mongoClientProxy - Variable in class org.ikasan.component.endpoint.mongo.MongoComponent
-
optional proxy for sharing a Mongo client
- mongoClientSet - Variable in class org.ikasan.component.endpoint.mongo.MongoComponent
-
set if the setter on MongoClient is used (so we don't close it)
- MongoComponent - Class in org.ikasan.component.endpoint.mongo
-
Abstract Mongo component which can be managed and configured.
- MongoComponent() - Constructor for class org.ikasan.component.endpoint.mongo.MongoComponent
-
- mongoDatabase - Variable in class org.ikasan.component.endpoint.mongo.MongoComponent
-
handle to mongoDB instance