- Cache - Annotation Type in de.caluga.morphium.annotations.caching
-
Define the caching configuration of a given MongoDbObject.
- Cache.ClearStrategy - Enum in de.caluga.morphium.annotations.caching
-
- Cache.SyncCacheStrategy - Enum in de.caluga.morphium.annotations.caching
-
- CACHE_SYNC_RECORD - Static variable in class de.caluga.morphium.cache.MessagingCacheSynchronizer
-
- CACHE_SYNC_TYPE - Static variable in class de.caluga.morphium.cache.MessagingCacheSynchronizer
-
- CacheEntry<T> - Class in de.caluga.morphium.cache.jcache
-
Created with IntelliJ IDEA.
- CacheEntry(T, Object) - Constructor for class de.caluga.morphium.cache.jcache.CacheEntry
-
- CacheEventVetoException - Exception in de.caluga.morphium.cache.jcache
-
User: Stephan Bösebeck
Date: 18.05.18
Time: 22:51
TODO: Add documentation here
- CacheEventVetoException() - Constructor for exception de.caluga.morphium.cache.jcache.CacheEventVetoException
-
- CacheHousekeeper - Class in de.caluga.morphium.cache
-
- CacheHousekeeper(MorphiumCache) - Constructor for class de.caluga.morphium.cache.CacheHousekeeper
-
- CacheImpl<K,CE> - Class in de.caluga.morphium.cache.jcache
-
User: Stephan Bösebeck
Date: 17.05.18
Time: 08:38
simple copy before update implemenation of a in-Memory Cache
- CacheImpl() - Constructor for class de.caluga.morphium.cache.jcache.CacheImpl
-
- CacheImpl.CEvent - Class in de.caluga.morphium.cache.jcache
-
- CacheListener - Interface in de.caluga.morphium.cache
-
Created with IntelliJ IDEA.
- CacheManagerImpl - Class in de.caluga.morphium.cache.jcache
-
User: Stephan Bösebeck
Date: 17.05.18
Time: 08:21
TODO: Add documentation here
- CacheManagerImpl(Properties) - Constructor for class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- CacheSyncListener - Interface in de.caluga.morphium.cache
-
User: Stephan Bösebeck
Date: 14.07.18
Time: 22:39
TODO: Add documentation here
- CacheSyncVetoException - Exception in de.caluga.morphium.cache
-
User: Stephan Bösebeck
Date: 14.07.12
Time: 17:27
- CacheSyncVetoException() - Constructor for exception de.caluga.morphium.cache.CacheSyncVetoException
-
- CacheSyncVetoException(String) - Constructor for exception de.caluga.morphium.cache.CacheSyncVetoException
-
- CacheSyncVetoException(String, Throwable) - Constructor for exception de.caluga.morphium.cache.CacheSyncVetoException
-
- CacheSyncVetoException(Throwable) - Constructor for exception de.caluga.morphium.cache.CacheSyncVetoException
-
- CachingProviderImpl - Class in de.caluga.morphium.cache.jcache
-
User: Stephan Bösebeck
Date: 17.05.18
Time: 08:19
TODO: Add documentation here
- CachingProviderImpl() - Constructor for class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- callLifecycleMethod(Class<? extends Annotation>, Object) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- Capped - Annotation Type in de.caluga.morphium.annotations
-
Created by stephan on 09.07.14.
- caseFirst(Collation.CaseFirst) - Method in class de.caluga.morphium.Collation
-
- caseLevel(Boolean) - Method in class de.caluga.morphium.Collation
-
- ceil(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- center(double, double, double) - Method in interface de.caluga.morphium.query.MongoField
-
- center(double, double, double) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- centerSphere(double, double, double) - Method in interface de.caluga.morphium.query.MongoField
-
- centerSphere(double, double, double) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- CEvent(Cache, EventType, K, CacheEntry<CE>, CacheEntry<CE>) - Constructor for class de.caluga.morphium.cache.jcache.CacheImpl.CEvent
-
- ChangeStreamEvent - Class in de.caluga.morphium.changestream
-
- ChangeStreamEvent() - Constructor for class de.caluga.morphium.changestream.ChangeStreamEvent
-
- ChangeStreamListener - Interface in de.caluga.morphium.changestream
-
- ChangeStreamMonitor - Class in de.caluga.morphium.changestream
-
Created by stephan on 15.11.16.
- ChangeStreamMonitor(Morphium) - Constructor for class de.caluga.morphium.changestream.ChangeStreamMonitor
-
- ChangeStreamMonitor(Morphium, List<Map<String, Object>>) - Constructor for class de.caluga.morphium.changestream.ChangeStreamMonitor
-
- ChangeStreamMonitor(Morphium, Class<?>) - Constructor for class de.caluga.morphium.changestream.ChangeStreamMonitor
-
- ChangeStreamMonitor(Morphium, Class<?>, List<Map<String, Object>>) - Constructor for class de.caluga.morphium.changestream.ChangeStreamMonitor
-
- ChangeStreamMonitor(Morphium, String, boolean) - Constructor for class de.caluga.morphium.changestream.ChangeStreamMonitor
-
- ChangeStreamMonitor(Morphium, String, boolean, List<Map<String, Object>>) - Constructor for class de.caluga.morphium.changestream.ChangeStreamMonitor
-
- checkIndices() - Method in class de.caluga.morphium.Morphium
-
run trhough classpath, find all Entities, check indices
returns a list of Entities, whos indices are missing or different
- checkIndices(ClassInfoList.ClassInfoFilter) - Method in class de.caluga.morphium.Morphium
-
- clear() - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- clearBody() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- clearCachefor(Class<?>) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- clearCachefor(Class<?>) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- clearCachefor(Class<?>) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- clearCachefor(Class<?>) - Method in class de.caluga.morphium.Morphium
-
Erase cache entries for the given type. is being called after every store
depending on cache settings!
- clearCacheforClassIfNecessary(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- clearCacheIfNecessary(Class) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- clearCacheIfNecessary(Class) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- clearCacheIfNecessary(Class) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- clearCollection(Class<?>) - Method in class de.caluga.morphium.Morphium
-
issues a remove command - no lifecycle methods calles, no drop, keeps all indexec this way
- clearCollection(Class<?>, String) - Method in class de.caluga.morphium.Morphium
-
issues a remove command - no lifecycle methods calles, no drop, keeps all indexec this way
But uses sepcified collection name instead deriving name from class
- clearCollectionOneByOne(Class<?>) - Method in class de.caluga.morphium.Morphium
-
clears every single object in collection - reads ALL objects to do so
this way Lifecycle methods can be called!
- clearProperties() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- clearProperties() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- clone() - Method in interface de.caluga.morphium.query.Query
-
- clone() - Method in class de.caluga.morphium.query.QueryImpl
-
- close() - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- close() - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- close() - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- close(ClassLoader) - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- close(URI, ClassLoader) - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- close() - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- close() - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- close() - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- close() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- close() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- close() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- close() - Method in class de.caluga.morphium.messaging.jms.Consumer
-
- close() - Method in class de.caluga.morphium.messaging.jms.Context
-
- close() - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- close() - Method in class de.caluga.morphium.messaging.jms.JMSConnectionConsumer
-
- close() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- close() - Method in class de.caluga.morphium.Morphium
-
- close() - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- close() - Method in interface de.caluga.morphium.writer.MorphiumWriter
-
information about closing of morphium and all connections
- close() - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- closeIteration(MorphiumCursor) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- closeIteration(MorphiumCursor) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- closeIteration(MorphiumCursor) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- cmp(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- collation(Collation) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- collation(Collation) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- Collation - Annotation Type in de.caluga.morphium.annotations
-
- Collation - Class in de.caluga.morphium
-
locale: ,
caseLevel: ,
caseFirst: ,
strength: ,
numericOrdering: ,
alternate: ,
maxVariable: ,
backwards:
- Collation() - Constructor for class de.caluga.morphium.Collation
-
- Collation(String, Boolean, Collation.CaseFirst, Collation.Strength, Boolean, Collation.Alternate, Collation.MaxVariable, Boolean, Boolean) - Constructor for class de.caluga.morphium.Collation
-
- Collation.Alternate - Enum in de.caluga.morphium
-
- Collation.CaseFirst - Enum in de.caluga.morphium
-
- Collation.MaxVariable - Enum in de.caluga.morphium
-
- Collation.Strength - Enum in de.caluga.morphium
-
- collStats(Boolean, Double, boolean, boolean) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- collStats(Boolean, Double, boolean, boolean) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- commit() - Method in class de.caluga.morphium.messaging.jms.Context
-
- commit() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- commitTransaction() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- commitTransaction() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- commitTransaction() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- commitTransaction() - Method in class de.caluga.morphium.Morphium
-
- compareTo(MorphiumId) - Method in class de.caluga.morphium.driver.MorphiumId
-
- complexQuery(Map<String, Object>) - Method in interface de.caluga.morphium.query.Query
-
bound directly to mong
no field name tanslations done!
- complexQuery(Map<String, Object>, Map<String, Integer>, int, int) - Method in interface de.caluga.morphium.query.Query
-
just sends the given query to the MongoDBDriver and masrhalls objects as listed
ignores all other query settings!!!!!
- complexQuery(Map<String, Object>, String, int, int) - Method in interface de.caluga.morphium.query.Query
-
- complexQuery(Map<String, Object>) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQuery(Map<String, Object>, String, int, int) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQuery(Map<String, Object>, Map<String, Integer>, int, int) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQueryCount(Map<String, Object>) - Method in interface de.caluga.morphium.query.Query
-
- complexQueryCount(Map<String, Object>) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQueryOne(Map<String, Object>) - Method in interface de.caluga.morphium.query.Query
-
same as copmplexQuery(query,0,1).get(0);
- complexQueryOne(Map<String, Object>, Map<String, Integer>, int) - Method in interface de.caluga.morphium.query.Query
-
- complexQueryOne(Map<String, Object>, Map<String, Integer>) - Method in interface de.caluga.morphium.query.Query
-
- complexQueryOne(Map<String, Object>) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQueryOne(Map<String, Object>, Map<String, Integer>, int) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQueryOne(Map<String, Object>, Map<String, Integer>) - Method in class de.caluga.morphium.query.QueryImpl
-
- concat(Expr...) - Static method in class de.caluga.morphium.aggregation.Expr
-
- concatArrays(Expr...) - Static method in class de.caluga.morphium.aggregation.Expr
-
- cond(Expr, Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- ConfNode - Class in de.caluga.morphium.replicaset
-
User: Stephan Bösebeck
Date: 24.08.12
Time: 11:33
Representation of a ReplicaseConfigNode
- ConfNode() - Constructor for class de.caluga.morphium.replicaset.ConfNode
-
- connect() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- connect(String) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- connect() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- connect(String) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- connect() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- connect(String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- Consumer - Class in de.caluga.morphium.messaging.jms
-
- Consumer(Messaging, Destination) - Constructor for class de.caluga.morphium.messaging.jms.Consumer
-
- containsKey(K) - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- Context - Class in de.caluga.morphium.messaging.jms
-
- Context(Morphium, String, int) - Constructor for class de.caluga.morphium.messaging.jms.Context
-
- Context(Morphium) - Constructor for class de.caluga.morphium.messaging.jms.Context
-
- convert(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- convert(Expr, Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- convert(Expr, Expr, Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- convertCamelCase(String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
turns documentId into document_id
- convertToCapped(Class<T>, int, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
converts the given type to capped collection in Mongo, even if no @capped is defined!
- convertToCapped(String, int, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- convertToCapped(Class<T>) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
automatically convert the collection for the given type to a capped collection
only works if @Capped annotation is given for type
- convertToCapped(Class<T>, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- convertType(Object, String, Class<?>) - Static method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- cos(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- count(String) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- count(Enum) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- count(String) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- count(Enum) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- count(String, String, Map<String, Object>, Collation, ReadPreference) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- count(String, String, Map<String, Object>, Collation, ReadPreference) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- count(String, String, Map<String, Object>, Collation, ReadPreference) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- countAll() - Method in interface de.caluga.morphium.query.Query
-
count all results in query - does not take limit or skip into account
- countAll(AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.query.Query
-
- countAll(AsyncOperationCallback<T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- countAll() - Method in class de.caluga.morphium.query.QueryImpl
-
- createAggregator(Class<? extends T>, Class<? extends R>) - Method in interface de.caluga.morphium.aggregation.AggregatorFactory
-
- createAggregator(Class<? extends T>, Class<? extends R>) - Method in class de.caluga.morphium.aggregation.AggregatorFactoryImpl
-
- createAggregator(Class<? extends T>, Class<? extends R>) - Method in class de.caluga.morphium.Morphium
-
- createAnswerMsg() - Method in class de.caluga.morphium.messaging.Msg
-
- createBrowser(Queue) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createBrowser(Queue, String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createBrowser(Queue) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createBrowser(Queue, String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createBulkContext(Morphium, String, String, boolean, WriteConcern) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- createBulkContext(Morphium, String, String, boolean, WriteConcern) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- createBulkContext(Morphium, String, String, boolean, WriteConcern) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- createBulkRequestContext(Class<?>, boolean) - Method in class de.caluga.morphium.Morphium
-
- createBulkRequestContext(String, boolean) - Method in class de.caluga.morphium.Morphium
-
- createBytesMessage() - Method in class de.caluga.morphium.messaging.jms.Context
-
- createBytesMessage() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createCache(String, C) - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- createCamelCase(String, boolean) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
converts a sql/javascript-Name to Java, e.g. converts document_id to
documentId.
- createCamelCase(String) - Method in class de.caluga.morphium.Morphium
-
- createConnection() - Method in class de.caluga.morphium.messaging.jms.JMSConnectionFactory
-
- createConnection(String, String) - Method in class de.caluga.morphium.messaging.jms.JMSConnectionFactory
-
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- createConsumer(Destination) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createConsumer(Destination, String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createConsumer(Destination, String, boolean) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createConsumer(Destination) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createConsumer(Destination, String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createConsumer(Destination, String, boolean) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createContext(int) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createContext() - Method in class de.caluga.morphium.messaging.jms.JMSConnectionFactory
-
- createContext(String, String) - Method in class de.caluga.morphium.messaging.jms.JMSConnectionFactory
-
- createContext(String, String, int) - Method in class de.caluga.morphium.messaging.jms.JMSConnectionFactory
-
- createContext(int) - Method in class de.caluga.morphium.messaging.jms.JMSConnectionFactory
-
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- createDurableConsumer(Topic, String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createDurableConsumer(Topic, String, String, boolean) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createDurableConsumer(Topic, String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createDurableConsumer(Topic, String, String, boolean) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createDurableSubscriber(Topic, String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createDurableSubscriber(Topic, String, String, boolean) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createFromJson(String) - Static method in class de.caluga.morphium.MorphiumConfig
-
- createIndex(String, String, Map<String, Object>, Map<String, Object>) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- createIndex(String, String, Map<String, Object>, Map<String, Object>) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- createIndex(String, String, Map<String, Object>, Map<String, Object>) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- createIndexMapFrom(String[]) - Method in class de.caluga.morphium.Morphium
-
- createLazyLoadedEntity(Class<? extends T>, Object, String) - Method in class de.caluga.morphium.Morphium
-
- createMapMessage() - Method in class de.caluga.morphium.messaging.jms.Context
-
- createMapMessage() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createMessage() - Method in class de.caluga.morphium.messaging.jms.Context
-
- createMessage() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createMongoField() - Method in class de.caluga.morphium.Morphium
-
- createObjectMessage() - Method in class de.caluga.morphium.messaging.jms.Context
-
- createObjectMessage(Serializable) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createObjectMessage() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createObjectMessage(Serializable) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createProducer() - Method in class de.caluga.morphium.messaging.jms.Context
-
- createProducer(Destination) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createQuery(Morphium, Class<? extends T>) - Method in interface de.caluga.morphium.query.QueryFactory
-
- createQuery(Morphium, Class<? extends T>) - Method in class de.caluga.morphium.query.QueryFactoryImpl
-
- createQueryFor(Class<? extends T>, String) - Method in class de.caluga.morphium.Morphium
-
- createQueryFor(Class<? extends T>) - Method in class de.caluga.morphium.Morphium
-
- createQueue(String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createQueue(String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createSession(boolean, int) - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- createSession(int) - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- createSession() - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- createSharedConsumer(Topic, String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createSharedConsumer(Topic, String, String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createSharedConsumer(Topic, String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createSharedConsumer(Topic, String, String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- createSharedDurableConsumer(Topic, String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createSharedDurableConsumer(Topic, String, String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createSharedDurableConsumer(Topic, String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createSharedDurableConsumer(Topic, String, String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createStreamMessage() - Method in class de.caluga.morphium.messaging.jms.Context
-
- createStreamMessage() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createTemporaryQueue() - Method in class de.caluga.morphium.messaging.jms.Context
-
- createTemporaryQueue() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createTemporaryTopic() - Method in class de.caluga.morphium.messaging.jms.Context
-
- createTemporaryTopic() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createTextMessage() - Method in class de.caluga.morphium.messaging.jms.Context
-
- createTextMessage(String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createTextMessage() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createTextMessage(String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- createTopic(String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- createTopic(String) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- CreationTime - Annotation Type in de.caluga.morphium.annotations
-
User: Stephan Bösebeck
Date: 29.05.12
Time: 15:30
define the field to store the creation timestamp.
- currentDate(Query<?>, String, boolean, boolean) - Method in class de.caluga.morphium.Morphium
-
- currentOp(boolean, boolean, boolean, boolean, boolean) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- currentOp(boolean, boolean, boolean, boolean, boolean) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- genericStage(String, Object) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- genericStage(String, Object) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- Geo<T> - Class in de.caluga.morphium.query.geospatial
-
- Geo(GeoType) - Constructor for class de.caluga.morphium.query.geospatial.Geo
-
- geoIntersects(Geo) - Method in interface de.caluga.morphium.query.MongoField
-
- geoIntersects(Geo) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- geoNear(Map<Aggregator.GeoNearFields, Object>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- geoNear(Map<Aggregator.GeoNearFields, Object>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- GeoType - Enum in de.caluga.morphium.query.geospatial
-
- geoWithin(Geo) - Method in interface de.caluga.morphium.query.MongoField
-
- geoWithin(Geo) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- get(K) - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- get() - Method in interface de.caluga.morphium.query.Query
-
get only 1 result (first one in result list)
- get(AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.query.Query
-
- get(AsyncOperationCallback<T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- get() - Method in class de.caluga.morphium.query.QueryImpl
-
- get(Enum) - Method in class de.caluga.morphium.Statistics
-
- getAcknowledgeMode() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- getActiveNodes() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getActiveThreads() - Method in class de.caluga.morphium.Morphium
-
- getAdditional() - Method in class de.caluga.morphium.messaging.Msg
-
- getAdditionalDataField(Class<?>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getAggregator() - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- getAggregator() - Method in interface de.caluga.morphium.aggregation.MorphiumAggregationIterator
-
- getAggregatorClass() - Method in interface de.caluga.morphium.aggregation.AggregatorFactory
-
- getAggregatorClass() - Method in class de.caluga.morphium.aggregation.AggregatorFactoryImpl
-
- getAggregatorClass() - Method in class de.caluga.morphium.MorphiumConfig
-
- getAggregatorFactory() - Method in class de.caluga.morphium.MorphiumConfig
-
- getAll(Set<? extends K>) - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- getAllAnnotationsFromHierachy(Class<?>, Class<? extends Annotation>...) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getAllFields(Class) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
return list of fields in class - including hierachy!!!
- getAlternate() - Method in class de.caluga.morphium.Collation
-
- getAndPut(K, CacheEntry<CE>) - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- getAndRemove(K) - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- getAndReplace(K, CacheEntry<CE>) - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- getAnnotationFromClass(Class<?>, Class<? extends T>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getAnnotationFromHierarchy(Class<?>, Class<? extends T>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
returns annotations, even if in class hierarchy or
lazyloading proxy
- getArbiterOnly() - Method in class de.caluga.morphium.replicaset.ConfNode
-
- getARHelper() - Method in class de.caluga.morphium.Morphium
-
- getARHelper() - Method in interface de.caluga.morphium.query.Query
-
- getARHelper() - Method in class de.caluga.morphium.query.QueryImpl
-
- getAsync() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getAsyncOperationsThreadPool() - Method in class de.caluga.morphium.Morphium
-
- getAsyncWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getAsyncWriterBufferCount() - Method in class de.caluga.morphium.Morphium
-
- getAutoStart() - Method in class de.caluga.morphium.messaging.jms.Context
-
- getB64Data() - Method in class de.caluga.morphium.BinarySerializedObject
-
- getBackwards() - Method in class de.caluga.morphium.Collation
-
- getBatch() - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- getBatchSize() - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- getBody(Class<T>) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getBodyLength() - Method in class de.caluga.morphium.messaging.jms.JMSBytesMessage
-
- getBoolean(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getBooleanProperty(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getBooleanProperty(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getBufferedWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getBufferedWriterBufferCount() - Method in class de.caluga.morphium.Morphium
-
- getById(Object, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.query.Query
-
- getById(Object) - Method in interface de.caluga.morphium.query.Query
-
- getById(Object, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- getById(Object) - Method in class de.caluga.morphium.query.QueryImpl
-
- getByte(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getByteProperty(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getByteProperty(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getBytes() - Method in class de.caluga.morphium.driver.MorphiumId
-
- getBytes(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getCache(String, Class<K>, Class<V>) - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- getCache(String) - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- getCache() - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- getCache() - Method in class de.caluga.morphium.Morphium
-
- getCache() - Method in class de.caluga.morphium.MorphiumConfig
-
- getCachedTypes() - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- getCachedTypes() - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- getCachedTypes() - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- getCacheKey(Class, Map<String, Object>, Map<String, Integer>, Map<String, Object>, String, int, int) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- getCacheKey(Query) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- getCacheKey(Class, Map<String, Object>, Map<String, Integer>, Map<String, Object>, String, int, int) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- getCacheKey(Query) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
create unique cache key for queries, also honoring skip & limit and sorting
- getCacheKey(Class, Map<String, Object>, Map<String, Integer>, Map<String, Object>, String, int, int) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- getCacheKey(Query) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- getCacheKey(Class, Map<String, Object>, Map<String, Integer>, Map<String, Object>, String, int, int, AnnotationAndReflectionHelper) - Static method in class de.caluga.morphium.Utils
-
- getCacheManager() - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- getCacheManager(URI, ClassLoader, Properties) - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- getCacheManager(URI, ClassLoader) - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- getCacheManager() - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- getCacheManager() - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- getCacheManager() - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- getCacheManager() - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- getCacheManagers() - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- getCacheNames() - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- getCaches() - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- getCachingProvider() - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- getCaseFirst() - Method in class de.caluga.morphium.Collation
-
- getCaseLevel() - Method in class de.caluga.morphium.Collation
-
- getChar(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getChildren() - Method in class de.caluga.morphium.FilterExpression
-
- getClassForTypeId(String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getClassLoader() - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- getClassName() - Method in class de.caluga.morphium.MorphiumReference
-
- getClientID() - Method in class de.caluga.morphium.messaging.jms.Context
-
- getClientID() - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- getClusterTime() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getCmd() - Method in class de.caluga.morphium.driver.bulk.UpdateBulkRequest
-
- getCollation() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getCollation() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getCollation() - Method in interface de.caluga.morphium.query.Query
-
- getCollation() - Method in class de.caluga.morphium.query.QueryImpl
-
- getCollection(MongoDatabase, String, ReadPreference, WriteConcern) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getCollection(String, String) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getCollection() - Method in class de.caluga.morphium.driver.MorphiumCollection
-
- getCollection() - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- getCollectionName() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getCollectionName() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getCollectionName() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getcollectionName() - Method in class de.caluga.morphium.changestream.ChangeStreamMonitor
-
- getCollectionName(Class<?>, MorphiumObjectMapper, boolean, boolean, String, Morphium) - Method in class de.caluga.morphium.DefaultNameProvider
-
- getCollectionName() - Method in class de.caluga.morphium.messaging.Messaging
-
- getCollectionName(Class) - Method in interface de.caluga.morphium.MorphiumObjectMapper
-
- getCollectionName() - Method in class de.caluga.morphium.MorphiumReference
-
- getCollectionName(Class<?>, MorphiumObjectMapper, boolean, boolean, String, Morphium) - Method in interface de.caluga.morphium.NameProvider
-
- getCollectionName(Class) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- getCollectionName() - Method in interface de.caluga.morphium.query.Query
-
- getCollectionName() - Method in class de.caluga.morphium.query.QueryImpl
-
- getCollectionNames(String) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getCollectionNames(String) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getCollectionNames(String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getCollectionStats(String, String, int, boolean) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getConfig() - Method in class de.caluga.morphium.Morphium
-
- getConfig() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getConfigTerm() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getConfiguration(Class<C>) - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- getConfigVersion() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getConnectionTimeout() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getConnectionTimeout() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getConnectionTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getConnectionTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getConvertMethod(Class<?>) - Static method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getCoordinates() - Method in class de.caluga.morphium.query.geospatial.Geo
-
- getCount() - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- getCount() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getCount() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getCount() - Method in class de.caluga.morphium.query.EmptyIterator
-
- getCount() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
how many elements are to be processed.
- getCount() - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- getCount() - Method in class de.caluga.morphium.query.QueryIterator
-
- getCreated() - Method in class de.caluga.morphium.cache.jcache.CacheEntry
-
- getCreated() - Method in class de.caluga.morphium.driver.inmem.InMemDumpContainer
-
- getCreationTimeField(Class<?>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getCredentials(String) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getCredentials(String) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getCredentials(String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getCurrentBuffer() - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- getCurrentBuffer() - Method in class de.caluga.morphium.query.EmptyIterator
-
- getCurrentBuffer() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
get the current buffer.
- getCurrentBuffer() - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- getCurrentBuffer() - Method in class de.caluga.morphium.query.QueryIterator
-
- getCurrentBufferSize() - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- getCurrentBufferSize() - Method in class de.caluga.morphium.query.EmptyIterator
-
- getCurrentBufferSize() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
retruns the number of elements now in buffer.
- getCurrentBufferSize() - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- getCurrentBufferSize() - Method in class de.caluga.morphium.query.QueryIterator
-
- getCurrentRSState() - Method in class de.caluga.morphium.Morphium
-
- getCurrentStatus() - Method in class de.caluga.morphium.replicaset.RSMonitor
-
- getCurrentValue() - Method in class de.caluga.morphium.Sequence
-
- getCurrentValue() - Method in class de.caluga.morphium.SequenceGenerator
-
- getCursor() - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- getCursor() - Method in class de.caluga.morphium.query.EmptyIterator
-
- getCursor() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
returns current cursor position
- getCursor() - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- getCursor() - Method in class de.caluga.morphium.query.QueryIterator
-
- getCursorBatchSize() - Method in class de.caluga.morphium.MorphiumConfig
-
- getCursorId() - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- getData() - Method in class de.caluga.morphium.driver.inmem.InMemDumpContainer
-
- getDatabase(String) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getDatabase() - Method in class de.caluga.morphium.driver.inmem.InMemTransactionContext
-
- getDatabase() - Method in class de.caluga.morphium.MorphiumConfig
-
- getDate() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getDateValue(Object, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getDb() - Method in class de.caluga.morphium.driver.inmem.InMemDumpContainer
-
- getDb(String) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getDb() - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- getDB() - Method in interface de.caluga.morphium.query.Query
-
return the DB name the query is going to be executed on or was executed on
- getDB() - Method in class de.caluga.morphium.query.QueryImpl
-
- getDbName() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getDBStats(String) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getDBStats(String) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getDBStats(String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getDecryptionKey(String) - Method in class de.caluga.morphium.encryption.DefaultEncryptionKeyProvider
-
- getDecryptionKey(String) - Method in interface de.caluga.morphium.encryption.EncryptionKeyProvider
-
- getDecryptionKey(String) - Method in class de.caluga.morphium.encryption.PropertyEncryptionKeyProvider
-
- getDefaultClassLoader() - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- getDefaultProperties() - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- getDefaultReadPreference() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getDefaultReadPreference() - Method in class de.caluga.morphium.MorphiumConfig
-
- getDefaultReadPreferenceType() - Method in class de.caluga.morphium.MorphiumConfig
-
- getDefaultTags() - Method in class de.caluga.morphium.MorphiumConfig
-
- getDefaultTagSet() - Method in class de.caluga.morphium.MorphiumConfig
-
- getDefaultURI() - Method in class de.caluga.morphium.cache.jcache.CachingProviderImpl
-
- getDefaultW() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getDefaultW() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getDefaultW() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getDefaultWriteTimeout() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getDefaultWriteTimeout() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getDefaultWriteTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getDeleteAt() - Method in class de.caluga.morphium.messaging.Msg
-
- getDeliveryDelay() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getDeliveryMode() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getDisableMessageID() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getDisableMessageTimestamp() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getDocumentKey() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getDouble(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getDoubleProperty(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getDoubleProperty(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getDoubleValue(Object, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getDriver() - Method in class de.caluga.morphium.Morphium
-
- getDriverClass() - Method in class de.caluga.morphium.MorphiumConfig
-
- getElectionCandidateMetrics() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getElectionDate() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getElementType(ParameterizedType) - Static method in class de.caluga.morphium.ObjectMapperImpl
-
- getEncryptionKey(String) - Method in class de.caluga.morphium.encryption.DefaultEncryptionKeyProvider
-
- getEncryptionKey(String) - Method in interface de.caluga.morphium.encryption.EncryptionKeyProvider
-
- getEncryptionKey(String) - Method in class de.caluga.morphium.encryption.PropertyEncryptionKeyProvider
-
- getEncryptionKeyProvider() - Method in class de.caluga.morphium.Morphium
-
- getEncryptionKeyProviderClass() - Method in class de.caluga.morphium.MorphiumConfig
-
- getEntityFromData(Class<T>, Morphium) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getExceptionListener() - Method in class de.caluga.morphium.messaging.jms.Context
-
- getExceptionListener() - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- getExecutor(Morphium) - Method in interface de.caluga.morphium.query.QueryFactory
-
- getExecutor(Morphium) - Method in class de.caluga.morphium.query.QueryFactoryImpl
-
- getExecutor() - Method in class de.caluga.morphium.query.QueryImpl
-
- getField(Class, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
extended logic: Fld may be, the java field name, the name of the specified value in Property-Annotation or
the translated underscored lowercase name (mongoId => mongo_id) or a name specified in the Aliases-Annotation of this field
- getField() - Method in class de.caluga.morphium.FilterExpression
-
- getFieldImplClass() - Method in class de.caluga.morphium.MorphiumConfig
-
- getFieldListForQuery() - Method in interface de.caluga.morphium.query.Query
-
- getFieldListForQuery() - Method in class de.caluga.morphium.query.QueryImpl
-
- getFieldName(Class, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getFields(Class, Class<? extends Annotation>...) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
get a list of valid fields of a given record as they are in the MongoDB
so, if you have a field Mapping, the mapped Property-name will be used
returns all fields, which have at least one of the given annotations
if no annotation is given, all fields are returned
Does not take the @Aliases-annotation int account
- getFields(Class, boolean, Class<? extends Annotation>...) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getFieldString() - Method in interface de.caluga.morphium.query.MongoField
-
- getFieldString() - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- getFloat(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getFloatProperty(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getFloatProperty(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getFromCache(Class<? extends T>, String) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- getFromCache(Class<? extends T>, String) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
return object by from cache.
- getFromCache(Class<? extends T>, String) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- getFromIDCache(Class<? extends T>, Object) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- getFromIDCache(Class<? extends T>, Object) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- getFromIDCache(Class<? extends T>, Object) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- getFullDocument() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getGlobalCacheValidTime() - Method in class de.caluga.morphium.MorphiumConfig
-
for future use - set Global Caching time
- getGlobalW() - Method in class de.caluga.morphium.MorphiumConfig
-
- getHealth() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getHeartbeatFrequency() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getHeartbeatFrequency() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getHeartbeatFrequency() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getHeartbeatFrequency() - Method in class de.caluga.morphium.MorphiumConfig
-
- getHeartbeatIntervalMillis() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getHex(long) - Static method in class de.caluga.morphium.Utils
-
- getHex(int) - Static method in class de.caluga.morphium.Utils
-
- getHex(byte[]) - Static method in class de.caluga.morphium.Utils
-
- getHex(byte[], int) - Static method in class de.caluga.morphium.Utils
-
- getHex(byte) - Static method in class de.caluga.morphium.Utils
-
- getHidden() - Method in class de.caluga.morphium.replicaset.ConfNode
-
- getHost() - Method in class de.caluga.morphium.replicaset.ConfNode
-
- getHostSeed() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getHostSeed() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getHostSeed() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getHostSeed() - Method in class de.caluga.morphium.MorphiumConfig
-
- getHousekeepingTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getId(Object) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getId() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getId(Object) - Method in class de.caluga.morphium.Morphium
-
- getId() - Method in class de.caluga.morphium.MorphiumReference
-
- getId() - Method in class de.caluga.morphium.replicaset.ConfNode
-
- getId() - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- getId() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getId() - Method in class de.caluga.morphium.SequenceGenerator
-
- getIdField(Object) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getIdFieldName(Object) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getInAnswerTo() - Method in class de.caluga.morphium.messaging.Msg
-
- getInc() - Method in class de.caluga.morphium.SequenceGenerator
-
- getIndexCappedCheck() - Method in class de.caluga.morphium.MorphiumConfig
-
- getIndexes(String, String) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getIndexes(String, String) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getIndexes(String, String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getInfoMessage() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getInt(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getInternalCursorObject() - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- getIntMap(String, Integer) - Static method in class de.caluga.morphium.Utils
-
- getIntProperty(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getIntProperty(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getJMSCorrelationID() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSCorrelationID() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getJMSCorrelationIDAsBytes() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSCorrelationIDAsBytes() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getJMSDeliveryMode() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSDeliveryTime() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSDestination() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSExpiration() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSMessageID() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSPriority() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSRedelivered() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSReplyTo() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSReplyTo() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getJMSTimestamp() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSType() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getJMSType() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getKey() - Method in class de.caluga.morphium.cache.jcache.CacheEntry
-
- getKey() - Method in class de.caluga.morphium.cache.jcache.CacheImpl.CEvent
-
- getLastAccessField(Class<?>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getLastChangeField(Class<?>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getLastHeartbeat() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getLastHeartbeatMessage() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getLastStableRecoveryTimestamp() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getLimit() - Method in interface de.caluga.morphium.query.Query
-
- getLimit() - Method in class de.caluga.morphium.query.QueryImpl
-
- getLocale() - Method in class de.caluga.morphium.Collation
-
- getLocalThreshold() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getLocalThreshold() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getLocalThreshold() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getLocalThreshold() - Method in class de.caluga.morphium.MorphiumConfig
-
- getLocked() - Method in class de.caluga.morphium.messaging.Msg
-
- getLockedAt() - Method in class de.caluga.morphium.Sequence
-
- getLockedBy() - Method in class de.caluga.morphium.messaging.Msg
-
- getLockedBy() - Method in class de.caluga.morphium.Sequence
-
- getLong(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getLongProperty(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getLongProperty(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getLongValue(Object, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getLru() - Method in class de.caluga.morphium.cache.jcache.CacheEntry
-
- getLsid() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getMajorityVoteCount() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getMap(K, V) - Static method in class de.caluga.morphium.Utils
-
- getMapNames() - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getMapper() - Method in class de.caluga.morphium.Morphium
-
- getMapper() - Method in interface de.caluga.morphium.query.MongoField
-
- getMapper() - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- getMapValue() - Method in class de.caluga.morphium.messaging.Msg
-
- getMaxBsonSize() - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- getMaxConnectionIdleTime() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getMaxConnectionIdleTime() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getMaxConnectionIdleTime() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMaxConnectionIdleTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaxConnectionLifetime() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getMaxConnectionLifetime() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getMaxConnectionLifetime() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMaxConnectionLifeTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaxConnections() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getMaxConnections() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getMaxConnections() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMaxConnections() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaximumRetriesAsyncWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaximumRetriesBufferedWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaximumRetriesWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaximums() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getMaximums() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getMaximums() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMaxMessageSize() - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- getMaxVariable() - Method in class de.caluga.morphium.Collation
-
- getMaxWaitTime() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getMaxWaitTime() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getMaxWaitTime() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMaxWaitTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaxWriteBatchSize() - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- getMemberList() - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- getMembers() - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- getMembers() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getMessageListener() - Method in class de.caluga.morphium.messaging.jms.Consumer
-
- getMessageListener() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- getMessageSelector() - Method in class de.caluga.morphium.messaging.jms.Consumer
-
- getMessagingWindowSize() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMetaData() - Method in class de.caluga.morphium.messaging.jms.Context
-
- getMetaData() - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- getMinConnections() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getMinConnections() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getMinConnections() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMinConnectionsHost() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMissingIndicesFor(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getMissingIndicesFor(Class<?>, String) - Method in class de.caluga.morphium.Morphium
-
- getMongoAdminPwd() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMongoAdminUser() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMongoCode() - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- getMongoLogin() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMongoName() - Method in enum de.caluga.morphium.query.geospatial.GeoType
-
- getMongoPassword() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMongoReason() - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- getMongoText() - Method in enum de.caluga.morphium.Collation.Alternate
-
- getMongoText() - Method in enum de.caluga.morphium.Collation.CaseFirst
-
- getMongoText() - Method in enum de.caluga.morphium.Collation.MaxVariable
-
- getMongoValue() - Method in enum de.caluga.morphium.Collation.Strength
-
- getMorphium() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getMorphium() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getMorphium() - Method in class de.caluga.morphium.driver.bulk.BulkRequestContext
-
- getMorphium() - Method in interface de.caluga.morphium.MorphiumObjectMapper
-
- getMorphium() - Method in class de.caluga.morphium.ObjectMapperImpl
-
- getMorphium() - Method in interface de.caluga.morphium.query.Query
-
- getMorphium() - Method in class de.caluga.morphium.query.QueryImpl
-
- getMorphium() - Method in class de.caluga.morphium.SequenceGenerator
-
- getMsg() - Method in class de.caluga.morphium.messaging.Msg
-
- getMsgId() - Method in class de.caluga.morphium.messaging.Msg
-
- getMyState() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getName() - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- getName() - Method in class de.caluga.morphium.messaging.Msg
-
- getName() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getName() - Method in class de.caluga.morphium.Sequence
-
- getName() - Method in class de.caluga.morphium.SequenceGenerator
-
- getNameProviderForClass(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getNameProviderForClass(Class<?>) - Method in interface de.caluga.morphium.MorphiumObjectMapper
-
get current name provider for class
- getNameProviderForClass(Class<?>) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- getNameSpace() - Method in class de.caluga.morphium.replicaset.OplogMonitor
-
- getNextValue() - Method in class de.caluga.morphium.SequenceGenerator
-
- getNoExprMap(Map<Object, Object>) - Static method in class de.caluga.morphium.Utils
-
- getNormalization() - Method in class de.caluga.morphium.Collation
-
- getNs() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getNumber() - Method in enum de.caluga.morphium.MongoType
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.Morphium
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.query.EmptyIterator
-
- getNumberOfAvailableThreads() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.query.QueryIterator
-
- getNumberOfMessages() - Method in class de.caluga.morphium.messaging.Messaging
-
- getNumberOfPendingRequests() - Method in interface de.caluga.morphium.query.Query
-
- getNumberOfPendingRequests() - Method in class de.caluga.morphium.query.QueryImpl
-
- getNumberOfRequests() - Method in class de.caluga.morphium.bulk.MorphiumBulkContext
-
- getNumberOfThreads() - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- getNumberOfThreads() - Method in class de.caluga.morphium.query.EmptyIterator
-
- getNumberOfThreads() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- getNumberOfThreads() - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- getNumberOfThreads() - Method in class de.caluga.morphium.query.QueryIterator
-
- getNumericOrdering() - Method in class de.caluga.morphium.Collation
-
- getObject(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getObject() - Method in class de.caluga.morphium.messaging.jms.JMSObjectMessage
-
- getObjectProperty(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getObjectProperty(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getOldValue() - Method in class de.caluga.morphium.cache.jcache.CacheImpl.CEvent
-
- getOmClass() - Method in class de.caluga.morphium.MorphiumConfig
-
- getOperationType() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getOperators() - Method in class de.caluga.morphium.aggregation.Group
-
- getOps(long) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getOps(long) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getOps(long) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getOptimeDate() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getOptimes() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getPause() - Method in class de.caluga.morphium.messaging.Messaging
-
- getPendingMessagesCount() - Method in class de.caluga.morphium.messaging.Messaging
-
- getPingMs() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getPipeline() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getPipeline() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getPref() - Method in enum de.caluga.morphium.annotations.ReadPreferenceLevel
-
- getPrefetchBuffer() - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- getPriority() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getPriority() - Method in class de.caluga.morphium.messaging.Msg
-
- getPriority() - Method in class de.caluga.morphium.replicaset.ConfNode
-
- getProcessedBy() - Method in class de.caluga.morphium.messaging.Msg
-
- getProperties() - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- getPropertyNames() - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getPropertyNames() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getPropertyNames(String) - Static method in class de.caluga.morphium.MorphiumConfig
-
- getQuery() - Method in class de.caluga.morphium.DAO
-
- getQuery() - Method in class de.caluga.morphium.driver.bulk.DeleteBulkRequest
-
- getQuery() - Method in class de.caluga.morphium.driver.bulk.UpdateBulkRequest
-
- getQuery() - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- getQuery() - Method in class de.caluga.morphium.query.EmptyIterator
-
- getQuery() - Method in interface de.caluga.morphium.query.MongoField
-
- getQuery() - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- getQuery() - Method in interface de.caluga.morphium.query.MorphiumQueryIterator
-
- getQuery() - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- getQuery() - Method in class de.caluga.morphium.query.QueryIterator
-
- getQueryClass() - Method in class de.caluga.morphium.MorphiumConfig
-
- getQueryFact() - Method in class de.caluga.morphium.MorphiumConfig
-
- getQueryImpl() - Method in interface de.caluga.morphium.query.QueryFactory
-
- getQueryImpl() - Method in class de.caluga.morphium.query.QueryFactoryImpl
-
- getQueryObjectMap(Map<String, Expr>) - Static method in class de.caluga.morphium.Utils
-
- getQueueName() - Method in class de.caluga.morphium.messaging.jms.JMSQueue
-
- getQueueName() - Method in class de.caluga.morphium.messaging.Messaging
-
- getReadPreference() - Method in class de.caluga.morphium.driver.MorphiumCollection
-
- getReadPreferenceForClass(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getReadPreferenceLevel() - Method in interface de.caluga.morphium.query.Query
-
- getReadPreferenceLevel() - Method in class de.caluga.morphium.query.QueryImpl
-
- getReadTimeout() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getReadTimeout() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getReadTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getReadTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getRealClass(Class<? extends T>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getRealObject(T) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getReceiveAnswers() - Method in class de.caluga.morphium.messaging.Messaging
-
- getRecipients() - Method in class de.caluga.morphium.messaging.Msg
-
- getRemovedFields() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getReplicaSetMonitoringTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getReplicaSetStatus(boolean) - Method in class de.caluga.morphium.replicaset.RSMonitor
-
get the current replicaset status - issues the replSetGetStatus command to mongo
if full==true, also the configuration is read.
- getReplsetStatus() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getReplsetStatus() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getReplsetStatus() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getRequiredReplicaSetName() - Method in class de.caluga.morphium.MorphiumConfig
-
- getResult() - Method in class de.caluga.morphium.cache.jcache.CacheEntry
-
- getResultType() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getResultType() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getRetriesOnNetworkError() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getRetriesOnNetworkError() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getRetriesOnNetworkError() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getRetriesOnNetworkError() - Method in class de.caluga.morphium.MorphiumConfig
-
- getRetryWaitTimeAsyncWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getRetryWaitTimeBufferedWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getRetryWaitTimeWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getRunningTasks() - Method in class de.caluga.morphium.messaging.Messaging
-
- getSearchType() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getSearchType() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getSender() - Method in class de.caluga.morphium.messaging.Msg
-
- getSenderHost() - Method in class de.caluga.morphium.messaging.Msg
-
- getSenderId() - Method in class de.caluga.morphium.messaging.Messaging
-
- getServer() - Method in interface de.caluga.morphium.query.Query
-
returns the serveraddress the query was executed on
- getServer() - Method in class de.caluga.morphium.query.QueryImpl
-
- getServerSelectionTimeout() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getServerSelectionTimeout() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getServerSelectionTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getServerSelectionTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getServerSessionPool() - Method in class de.caluga.morphium.messaging.jms.JMSConnectionConsumer
-
- getSession() - Method in class de.caluga.morphium.driver.mongodb.MongoTransactionContext
-
- getSessionMode() - Method in class de.caluga.morphium.messaging.jms.Context
-
- getSet() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getShort(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getShortProperty(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getShortProperty(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getSize() - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- getSizes() - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- getSizes() - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- getSizes() - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- getSkip() - Method in interface de.caluga.morphium.query.Query
-
- getSkip() - Method in class de.caluga.morphium.query.QueryImpl
-
- getSleepBetweenErrorRetries() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getSleepBetweenErrorRetries() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getSleepBetweenErrorRetries() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getSleepBetweenNetworkErrorRetries() - Method in class de.caluga.morphium.MorphiumConfig
-
- getSort() - Method in interface de.caluga.morphium.query.Query
-
- getSort() - Method in class de.caluga.morphium.query.QueryImpl
-
- getSslContext() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getSslContext() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getSslContext() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getSslContext() - Method in class de.caluga.morphium.MorphiumConfig
-
- getStartValue() - Method in class de.caluga.morphium.SequenceGenerator
-
- getState() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getStateStr() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getStatistics() - Method in class de.caluga.morphium.Morphium
-
- getStats() - Method in class de.caluga.morphium.Morphium
-
- getStrength() - Method in class de.caluga.morphium.Collation
-
- getString(String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- getStringProperty(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- getStringProperty(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getStringValue(Object, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getSyncSourceHost() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getSyncSourceHost() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getSyncSourceId() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getSyncSourceId() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getTags() - Method in interface de.caluga.morphium.query.Query
-
- getTags() - Method in class de.caluga.morphium.query.QueryImpl
-
- getTagSet() - Method in class de.caluga.morphium.driver.ReadPreference
-
- getTerm() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getText() - Method in class de.caluga.morphium.messaging.jms.JMSTextMessage
-
- getThreadConnectionMultiplier() - Method in class de.caluga.morphium.MorphiumConfig
-
- getThreadPoolAsyncOpCoreSize() - Method in class de.caluga.morphium.MorphiumConfig
-
- getThreadPoolAsyncOpKeepAliveTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getThreadPoolAsyncOpMaxSize() - Method in class de.caluga.morphium.MorphiumConfig
-
- getThreadPoolMessagingCoreSize() - Method in class de.caluga.morphium.MorphiumConfig
-
- getThreadPoolMessagingKeepAliveTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getThreadPoolMessagingMaxSize() - Method in class de.caluga.morphium.MorphiumConfig
-
- getTime() - Method in class de.caluga.morphium.driver.MorphiumId
-
- getTimestamp() - Method in class de.caluga.morphium.messaging.Msg
-
- getTimeToLive() - Method in class de.caluga.morphium.messaging.jms.Producer
-
- getTo() - Method in class de.caluga.morphium.messaging.Msg
-
- getToInsert() - Method in class de.caluga.morphium.driver.bulk.InsertBulkRequest
-
- getTopicName() - Method in class de.caluga.morphium.messaging.jms.JMSTopic
-
- getTransacted() - Method in class de.caluga.morphium.messaging.jms.Context
-
- getTransacted() - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- getTransaction() - Method in class de.caluga.morphium.Morphium
-
- getTransactionContext() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getTransactionContext() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getTransactionContext() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getTtl() - Method in class de.caluga.morphium.messaging.Msg
-
- getTxnNumber() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getType() - Method in class de.caluga.morphium.cache.jcache.CacheEntry
-
- getType() - Method in class de.caluga.morphium.driver.ReadPreference
-
- getType() - Method in class de.caluga.morphium.query.geospatial.Geo
-
- getType() - Method in interface de.caluga.morphium.query.Query
-
what type this query is for
- getType() - Method in class de.caluga.morphium.query.QueryImpl
-
- getTypeIdForClass(Class) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getTypeIdForClassName(String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getTypeOfField(Class<?>, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getUpdateDescription() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getUpdatedFields() - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- getUptime() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getURI() - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- getUri() - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- getUuidRepresentation() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- getUuidRepresentation() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- getUuidRepresentation() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getUuidRepresentation() - Method in class de.caluga.morphium.MorphiumConfig
-
- getValidCacheTime(Class<?>) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- getValidCacheTime(Class<?>) - Method in class de.caluga.morphium.cache.jcache.HouseKeepingHelper
-
- getValidTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getValue() - Method in enum de.caluga.morphium.aggregation.Aggregator.BucketGranularity
-
- getValue(Object, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getValue() - Method in enum de.caluga.morphium.annotations.SafetyLevel
-
- getValue() - Method in class de.caluga.morphium.cache.jcache.CacheImpl.CEvent
-
- getValue(Enum, T) - Method in class de.caluga.morphium.DAO
-
- getValue(String, T) - Method in class de.caluga.morphium.DAO
-
- getValue() - Method in class de.caluga.morphium.FilterExpression
-
- getValue() - Method in class de.caluga.morphium.messaging.Msg
-
- getVersion(Object) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getVersion() - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- getVersionField(Object) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getVotingMembersCount() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getW() - Method in class de.caluga.morphium.driver.WriteConcern
-
- getWc(int, boolean, boolean, int) - Static method in class de.caluga.morphium.driver.WriteConcern
-
- getWhere() - Method in interface de.caluga.morphium.query.Query
-
- getWhere() - Method in class de.caluga.morphium.query.QueryImpl
-
- getWindowSize() - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- getWindowSize() - Method in class de.caluga.morphium.messaging.Messaging
-
- getWindowSize() - Method in class de.caluga.morphium.query.EmptyIterator
-
- getWindowSize() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- getWindowSize() - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- getWindowSize() - Method in class de.caluga.morphium.query.QueryIterator
-
- getWritableVotingMembersCount() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getWriteBufferCount() - Method in class de.caluga.morphium.Morphium
-
- getWriteBufferTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getWriteBufferTimeGranularity() - Method in class de.caluga.morphium.MorphiumConfig
-
- getWriteCacheTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getWriteConcern() - Method in class de.caluga.morphium.driver.MorphiumCollection
-
- getWriteConcernForClass(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getWriteMajorityCount() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getWriterBufferCount() - Method in class de.caluga.morphium.Morphium
-
- getWriterForClass(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getWtimeout() - Method in class de.caluga.morphium.driver.WriteConcern
-
- gotNewStatus(Morphium, ReplicaSetStatus) - Method in interface de.caluga.morphium.replicaset.ReplicasetStatusListener
-
- graphLookup(Class<?>, Expr, Enum, Enum, String, Integer, String, Query) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- graphLookup(Class<?>, Expr, String, String, String, Integer, String, Query) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- graphLookup(String, Expr, String, String, String, Integer, String, Query) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- graphLookup(Class<?>, Expr, Enum, Enum, String, Integer, String, Query) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- graphLookup(Class<?>, Expr, String, String, String, Integer, String, Query) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- graphLookup(String, Expr, String, String, String, Integer, String, Query) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- group(Map<String, Object>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- group(String) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- group(Expr) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- group(Map<String, Object>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- group(Expr) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- group(String) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- Group<T,R> - Class in de.caluga.morphium.aggregation
-
User: Stephan Bösebeck
Date: 31.08.12
Time: 08:48
Aggregator-Group
- Group(Aggregator<T, R>, String) - Constructor for class de.caluga.morphium.aggregation.Group
-
- Group(Aggregator<T, R>, Map<String, Object>) - Constructor for class de.caluga.morphium.aggregation.Group
-
- Group(Aggregator<T, R>, Expr) - Constructor for class de.caluga.morphium.aggregation.Group
-
- gt(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- gt(Object) - Method in interface de.caluga.morphium.query.MongoField
-
- gt(Object) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- gte(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- gte(Object) - Method in interface de.caluga.morphium.query.MongoField
-
- gte(Object) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- SafetyLevel - Enum in de.caluga.morphium.annotations
-
User: Stephan Bösebeck
Date: 26.05.12
Time: 16:35
Define the type of Write safety.
- sample(int) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
Randomly selects the specified number of documents from its input.
- sample(int) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- second(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- secondary() - Static method in class de.caluga.morphium.driver.ReadPreference
-
- secondaryPreferred() - Static method in class de.caluga.morphium.driver.ReadPreference
-
- sedDecryptionKeyBase64(String) - Method in class de.caluga.morphium.encryption.AESEncryptionProvider
-
- sedDecryptionKeyBase64(String) - Method in class de.caluga.morphium.encryption.RSAEncryptionProvider
-
- sedDecryptionKeyBase64(String) - Method in interface de.caluga.morphium.encryption.ValueEncryptionProvider
-
- send(Destination, Message) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- send(Destination, String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- send(Destination, Map<String, Object>) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- send(Destination, byte[]) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- send(Destination, Serializable) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- sendAndAwaitAnswers(T, int, long) - Method in class de.caluga.morphium.messaging.Messaging
-
- sendAndAwaitFirstAnswer(T, long) - Method in class de.caluga.morphium.messaging.Messaging
-
- sendAnswer(Messaging, Msg) - Method in class de.caluga.morphium.messaging.Msg
-
- sendClearAllMessage(String) - Method in class de.caluga.morphium.cache.MessagingCacheSynchronizer
-
- sendClearMessage(String, Map<Object, Boolean>) - Method in class de.caluga.morphium.cache.MessagingCacheSynchronizer
-
- sendClearMessage(Class, String) - Method in class de.caluga.morphium.cache.MessagingCacheSynchronizer
-
- sendClearMessage(Class, String, boolean) - Method in class de.caluga.morphium.cache.MessagingCacheSynchronizer
-
sends message if necessary
- sendMessage(Msg) - Method in class de.caluga.morphium.messaging.Messaging
-
- sendMessageToSelf(Msg) - Method in class de.caluga.morphium.messaging.Messaging
-
- Sequence - Class in de.caluga.morphium
-
User: Stephan Bösebeck
Date: 24.07.12
Time: 21:49
Sequence: Used by SequenceGenerator to crate unique sequential numbers.
- Sequence() - Constructor for class de.caluga.morphium.Sequence
-
- SequenceGenerator - Class in de.caluga.morphium
-
User: Stephan Bösebeck
Date: 24.07.12
Time: 21:36
Generate a new unique sequence number.
- SequenceGenerator(Morphium, String) - Constructor for class de.caluga.morphium.SequenceGenerator
-
- SequenceGenerator(Morphium, String, int, long) - Constructor for class de.caluga.morphium.SequenceGenerator
-
- SequenceGenerator.RecursionException - Exception in de.caluga.morphium
-
- serialize(Object) - Method in interface de.caluga.morphium.MorphiumObjectMapper
-
- serialize(Object) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- serializeEnum(Class<?>, Enum) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- serializeIterable(Iterable, Class<?>, Type) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- serializeMap(Map, Type) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- set(Map<String, Expr>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- set(Map<String, Expr>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
Adds new fields to documents.
- set(Query<T>, Enum, Object) - Method in class de.caluga.morphium.Morphium
-
- set(Query<T>, Enum, Object, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- set(Query<T>, String, Object) - Method in class de.caluga.morphium.Morphium
-
- set(Query<T>, String, Object, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- set(Query<T>, Enum, Object, boolean, boolean) - Method in class de.caluga.morphium.Morphium
-
will change an entry in mongodb-collection corresponding to given class object
if query is too complex, upsert might not work!
- set(Query<T>, Enum, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- set(Query<T>, String, Object, boolean, boolean) - Method in class de.caluga.morphium.Morphium
-
- set(Query<T>, String, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- set(Query<?>, Map<String, Object>, boolean, boolean) - Method in class de.caluga.morphium.Morphium
-
- set(Query<T>, Map<String, Object>, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- set(T, Enum, Object, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- set(Object, Enum, Object) - Method in class de.caluga.morphium.Morphium
-
- set(Object, String, Object) - Method in class de.caluga.morphium.Morphium
-
setting a value in an existing mongo collection entry - no reading necessary.
- set(T, String, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- set(T, String, String, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- set(T, String, Object, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- set(String, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.query.Query
-
- set(Enum, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.query.Query
-
- set(Map<String, Object>, boolean, boolean, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.query.Query
-
- set(String, Object, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.query.Query
-
- set(Enum, Object, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.query.Query
-
- set(Map<String, Object>, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.query.Query
-
- set(String, Object, boolean, boolean) - Method in interface de.caluga.morphium.query.Query
-
- set(Enum, Object, boolean, boolean) - Method in interface de.caluga.morphium.query.Query
-
- set(Map<String, Object>, boolean, boolean) - Method in interface de.caluga.morphium.query.Query
-
- set(String, Object) - Method in interface de.caluga.morphium.query.Query
-
- set(Enum, Object) - Method in interface de.caluga.morphium.query.Query
-
- set(Map<String, Object>) - Method in interface de.caluga.morphium.query.Query
-
- set(String, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(Enum, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(Map<String, Object>, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(String, Object, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(Enum, Object, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(Map<String, Object>, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(String, Object, boolean, boolean) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(Enum, Object, boolean, boolean) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(Map<String, Object>, boolean, boolean) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(String, Object) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(Enum, Object) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(Map<String, Object>) - Method in class de.caluga.morphium.query.QueryImpl
-
- set(T, String, String, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- set(Query<T>, Map<String, Object>, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- set(T, String, String, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.writer.MorphiumWriter
-
changes an object in DB AND in Memory...
- set(Query<T>, Map<String, Object>, boolean, boolean, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.writer.MorphiumWriter
-
will change an entry in mongodb-collection corresponding to given class object
if query is too complex, upsert might not work!
- set(T, String, String, Object, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- set(Query<T>, Map<String, Object>, boolean, boolean, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
will change an entry in mongodb-collection corresponding to given class object
if query is too complex, upsert might not work!
- setAdditional(List<Object>) - Method in class de.caluga.morphium.messaging.Msg
-
- setAggregator(Aggregator<T, R>) - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- setAggregator(Aggregator<T, R>) - Method in interface de.caluga.morphium.aggregation.MorphiumAggregationIterator
-
- setAggregatorClass(Class<? extends Aggregator>) - Method in interface de.caluga.morphium.aggregation.AggregatorFactory
-
- setAggregatorClass(Class<? extends Aggregator>) - Method in class de.caluga.morphium.aggregation.AggregatorFactoryImpl
-
- setAggregatorClass(Class<? extends Aggregator>) - Method in class de.caluga.morphium.MorphiumConfig
-
- setAggregatorFactory(AggregatorFactory) - Method in class de.caluga.morphium.MorphiumConfig
-
- setAnnotationAndReflectionHelper(AnnotationAndReflectionHelper) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- setAnnotationAndReflectionHelper(AnnotationAndReflectionHelper) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setAnnotationAndReflectionHelper(AnnotationAndReflectionHelper) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- setAnnotationHelper(AnnotationAndReflectionHelper) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- setAnnotationHelper(AnnotationAndReflectionHelper) - Method in class de.caluga.morphium.cache.jcache.HouseKeepingHelper
-
- setAnnotationHelper(AnnotationAndReflectionHelper) - Method in interface de.caluga.morphium.MorphiumObjectMapper
-
- setAnnotationHelper(AnnotationAndReflectionHelper) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- setArbiterOnly(Boolean) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setARHelpter(AnnotationAndReflectionHelper) - Method in interface de.caluga.morphium.query.Query
-
- setARHelpter(AnnotationAndReflectionHelper) - Method in class de.caluga.morphium.query.QueryImpl
-
- setAsync(CompletionListener) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setAsyncWriter(MorphiumWriter) - Method in class de.caluga.morphium.MorphiumConfig
-
- setAsyncWritesEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setAutoAnswer(boolean) - Method in class de.caluga.morphium.messaging.Messaging
-
- setAutoIndexAndCappedCreationOnWrite(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setAutoStart(boolean) - Method in class de.caluga.morphium.messaging.jms.Context
-
- setAutoValues(T) - Method in class de.caluga.morphium.Morphium
-
- setAutoValuesEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setAutoValuesEnabled(boolean) - Method in interface de.caluga.morphium.query.Query
-
- setAutoValuesEnabled(boolean) - Method in class de.caluga.morphium.query.QueryImpl
-
- setB64Data(String) - Method in class de.caluga.morphium.BinarySerializedObject
-
- setBatch(List<Map<String, Object>>) - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- setBatchSize(int) - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- setBoolean(String, boolean) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setBooleanProperty(String, boolean) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setBufferedWriter(MorphiumWriter) - Method in class de.caluga.morphium.MorphiumConfig
-
- setBufferedWritesEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setByte(String, byte) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setByteProperty(String, byte) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setBytes(String, byte[]) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setBytes(String, byte[], int, int) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setCache(Map<Class<?>, Map<String, CacheEntry>>) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setCache(MorphiumCache) - Method in class de.caluga.morphium.MorphiumConfig
-
- setCacheManager(CacheManager) - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- setCacheManager(CacheManager) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- setCacheManager(CacheManager) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setCacheManager(CacheManager) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- setCachingProvider(CachingProvider) - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- setCallback(AsyncOperationCallback) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl.WT
-
- setCallback(AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.writer.WriterTask
-
- setCamelCaseConversionEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setChar(String, char) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setCheckForNew(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
if set to false, all checks if an entity is new when CreationTime is used is switched off
if set to true, only those, whose CreationTime settings use checkfornew will work
default false
- setChildren(List<FilterExpression>) - Method in class de.caluga.morphium.FilterExpression
-
- setClassLoader(ClassLoader) - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- setClassName(String) - Method in class de.caluga.morphium.MorphiumReference
-
- setClientID(String) - Method in class de.caluga.morphium.messaging.jms.Context
-
- setClientID(String) - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- setClusterTime(long) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setCmd(Map<String, Object>) - Method in class de.caluga.morphium.driver.bulk.UpdateBulkRequest
-
- setCollation(Collation) - Method in interface de.caluga.morphium.query.Query
-
- setCollation(Collation) - Method in class de.caluga.morphium.query.QueryImpl
-
- setCollection(String) - Method in class de.caluga.morphium.driver.MorphiumCollection
-
- setCollection(String) - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- setCollectionName(String) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- setCollectionName(String) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- setCollectionName(String) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setCollectionName(String) - Method in class de.caluga.morphium.MorphiumReference
-
- setCollectionName(String) - Method in interface de.caluga.morphium.query.Query
-
use a different collection name for the query
- setCollectionName(String) - Method in class de.caluga.morphium.query.QueryImpl
-
- setCommitMessage(boolean) - Method in class de.caluga.morphium.cache.MessagingCacheSynchronizer
-
- setConfig(MorphiumConfig) - Method in class de.caluga.morphium.Morphium
-
- setConfig(ReplicaSetConf) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setConnectionTimeout(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setConnectionTimeout(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setConnectionTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setConnectionTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setContinueProcessing(boolean) - Method in exception de.caluga.morphium.messaging.MessageRejectedException
-
- setCoordinates(T) - Method in class de.caluga.morphium.query.geospatial.Geo
-
- setCreated(Long) - Method in class de.caluga.morphium.driver.inmem.InMemDumpContainer
-
- setCredentials(String, String, char[]) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setCredentials(Map<String, String[]>) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setCredentials(String, String, char[]) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setCredentials(Map<String, String[]>) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setCredentials(String, String, char[]) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setCredentials(Map<String, String[]>) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setCurrentValue(Long) - Method in class de.caluga.morphium.Sequence
-
- setCursorBatchSize(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setCursorId(long) - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- setData(Map<String, List<Map<String, Object>>>) - Method in class de.caluga.morphium.driver.inmem.InMemDumpContainer
-
- setDatabase(String, Map<String, List<Map<String, Object>>>) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setDatabase(Map) - Method in class de.caluga.morphium.driver.inmem.InMemTransactionContext
-
- setDatabase(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setDb(String) - Method in class de.caluga.morphium.driver.inmem.InMemDumpContainer
-
- setDb(String) - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- setDbName(String) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setDecryptionKey(byte[]) - Method in class de.caluga.morphium.encryption.AESEncryptionProvider
-
- setDecryptionKey(String, byte[]) - Method in class de.caluga.morphium.encryption.DefaultEncryptionKeyProvider
-
- setDecryptionKey(String, byte[]) - Method in interface de.caluga.morphium.encryption.EncryptionKeyProvider
-
- setDecryptionKey(String, byte[]) - Method in class de.caluga.morphium.encryption.PropertyEncryptionKeyProvider
-
- setDecryptionKey(byte[]) - Method in class de.caluga.morphium.encryption.RSAEncryptionProvider
-
- setDecryptionKey(byte[]) - Method in interface de.caluga.morphium.encryption.ValueEncryptionProvider
-
- setDefaultBatchSize(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setDefaultBatchSize(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setDefaultBatchSize(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDefaultCacheTime(Class) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
reset cache time settings to default, if settings were cahnged using setValidCacheTime
- setDefaultCacheTime(Class) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setDefaultCacheTime(Class) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- setDefaultFsync(boolean) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setDefaultFsync(boolean) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setDefaultFsync(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDefaultJ(boolean) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setDefaultJ(boolean) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setDefaultJ(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDefaultReadPreference(ReadPreference) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setDefaultReadPreference(ReadPreference) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setDefaultReadPreference(ReadPreference) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDefaultReadPreference(ReadPreference) - Method in class de.caluga.morphium.MorphiumConfig
-
- setDefaultReadPreferenceType(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setDefaultValidCacheTime(Class) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- setDefaultValidCacheTime(Class) - Method in class de.caluga.morphium.cache.jcache.HouseKeepingHelper
-
- setDefaultW(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setDefaultW(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setDefaultW(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDefaultWriteTimeout(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setDefaultWriteTimeout(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setDefaultWriteTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDeleteAt(Date) - Method in class de.caluga.morphium.messaging.Msg
-
- setDeliveryDelay(long) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setDeliveryMode(int) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setDifference(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- setDisableMessageID(boolean) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setDisableMessageTimestamp(boolean) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setDocumentKey(Object) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setDouble(String, double) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setDoubleProperty(String, double) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setDriver(MorphiumDriver) - Method in class de.caluga.morphium.Morphium
-
- setDriverClass(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setEncryptionKey(byte[]) - Method in class de.caluga.morphium.encryption.AESEncryptionProvider
-
- setEncryptionKey(String, byte[]) - Method in class de.caluga.morphium.encryption.DefaultEncryptionKeyProvider
-
- setEncryptionKey(String, byte[]) - Method in interface de.caluga.morphium.encryption.EncryptionKeyProvider
-
- setEncryptionKey(String, byte[]) - Method in class de.caluga.morphium.encryption.PropertyEncryptionKeyProvider
-
- setEncryptionKey(byte[]) - Method in class de.caluga.morphium.encryption.RSAEncryptionProvider
-
- setEncryptionKey(byte[]) - Method in interface de.caluga.morphium.encryption.ValueEncryptionProvider
-
- setEncryptionKeyBase64(String) - Method in class de.caluga.morphium.encryption.AESEncryptionProvider
-
- setEncryptionKeyBase64(String) - Method in class de.caluga.morphium.encryption.RSAEncryptionProvider
-
- setEncryptionKeyBase64(String) - Method in interface de.caluga.morphium.encryption.ValueEncryptionProvider
-
- setEncryptionKeyProviderClass(Class<? extends EncryptionKeyProvider>) - Method in class de.caluga.morphium.MorphiumConfig
-
- setEnum(Query<?>, Map<Enum, Object>, boolean, boolean) - Method in class de.caluga.morphium.Morphium
-
- setEquals(Expr...) - Static method in class de.caluga.morphium.aggregation.Expr
-
- setExceptionListener(ExceptionListener) - Method in class de.caluga.morphium.messaging.jms.Context
-
- setExceptionListener(ExceptionListener) - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- setExclusive(boolean) - Method in class de.caluga.morphium.messaging.Msg
-
if true (default) message can only be processed by one system at a time
- setExecutor(ThreadPoolExecutor) - Method in interface de.caluga.morphium.query.Query
-
- setExecutor(ThreadPoolExecutor) - Method in interface de.caluga.morphium.query.QueryFactory
-
- setExecutor(ThreadPoolExecutor) - Method in class de.caluga.morphium.query.QueryFactoryImpl
-
- setExecutor(ThreadPoolExecutor) - Method in class de.caluga.morphium.query.QueryImpl
-
- setExplain(boolean) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- setExplain(boolean) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- setField(String) - Method in class de.caluga.morphium.FilterExpression
-
- setFieldImplClass(Class<? extends MongoField>) - Method in class de.caluga.morphium.MorphiumConfig
-
- setFieldString(String) - Method in interface de.caluga.morphium.query.MongoField
-
- setFieldString(String) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- setFloat(String, float) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setFloatProperty(String, float) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setFullDocument(Map<String, Object>) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setGlobalCacheTimeout(int) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- setGlobalCacheTimeout(int) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setGlobalCacheTimeout(int) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- setGlobalCacheValidTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setGlobalFsync(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setGlobalJ(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setGlobalValidCacheTime(int) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- setGlobalValidCacheTime(int) - Method in class de.caluga.morphium.cache.jcache.HouseKeepingHelper
-
- setGlobalW(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHeartbeatFrequency(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setHeartbeatFrequency(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setHeartbeatFrequency(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setHeartbeatFrequency(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHidden(Boolean) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setHost(String) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setHostSeed(String...) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setHostSeed(String...) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setHostSeed(String...) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setHostSeed(List<String>) - Method in class de.caluga.morphium.MorphiumConfig
-
setting hosts as Host:Port
- setHostSeed(List<String>, List<Integer>) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHostSeed(String...) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHostSeed(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHostSeed(String, String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHousekeepingTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHouskeepingIntervalPause(int) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- setHouskeepingIntervalPause(int) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setHouskeepingIntervalPause(int) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- setHouskeepingPause(int) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- setId(MorphiumId) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setId(Object) - Method in class de.caluga.morphium.MorphiumReference
-
- setId(int) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setId(String) - Method in class de.caluga.morphium.SequenceGenerator
-
- setInAnswerTo(MorphiumId) - Method in class de.caluga.morphium.messaging.Msg
-
- setInc(int) - Method in class de.caluga.morphium.SequenceGenerator
-
- setIndexCappedCheck(MorphiumConfig.IndexCappedCheck) - Method in class de.caluga.morphium.MorphiumConfig
-
- setInt(String, int) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setInternalCursorObject(Object) - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- setIntersection(Expr...) - Static method in class de.caluga.morphium.aggregation.Expr
-
- setIntProperty(String, int) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setIsSubset(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- setJMSCorrelationID(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSCorrelationID(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setJMSCorrelationIDAsBytes(byte[]) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSCorrelationIDAsBytes(byte[]) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setJMSDeliveryMode(int) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSDeliveryTime(long) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSDestination(Destination) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSExpiration(long) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSMessageID(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSPriority(int) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSRedelivered(boolean) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSReplyTo(Destination) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSReplyTo(Destination) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setJMSTimestamp(long) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSType(String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setJMSType(String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setKey(String) - Method in class de.caluga.morphium.cache.jcache.CacheEntry
-
- setLat(Double) - Method in class de.caluga.morphium.query.geospatial.Point
-
- setLazy(boolean) - Method in class de.caluga.morphium.MorphiumReference
-
- setLocalThreshold(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setLocalThreshold(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setLocalThreshold(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setLocalThreshold(int) - Method in class de.caluga.morphium.MorphiumConfig
-
Sets the local threshold.
- setLocked(long) - Method in class de.caluga.morphium.messaging.Msg
-
- setLockedAt(long) - Method in class de.caluga.morphium.Sequence
-
- setLockedBy(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setLockedBy(String) - Method in class de.caluga.morphium.Sequence
-
- setLong(String, long) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setLong(Double) - Method in class de.caluga.morphium.query.geospatial.Point
-
- setLongProperty(String, long) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setLru(long) - Method in class de.caluga.morphium.cache.jcache.CacheEntry
-
- setLsid(Map<String, Object>) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setMapper(MorphiumObjectMapper) - Method in interface de.caluga.morphium.query.MongoField
-
- setMapper(MorphiumObjectMapper) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- setMapValue(Map<String, Object>) - Method in class de.caluga.morphium.messaging.Msg
-
- setMaxBsonSize(Integer) - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- setMaxConnectionIdleTime(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setMaxConnectionIdleTime(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setMaxConnectionIdleTime(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setMaxConnectionIdleTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaxConnectionLifetime(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setMaxConnectionLifetime(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setMaxConnectionLifetime(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setMaxConnectionLifeTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaxConnections(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setMaxConnections(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setMaxConnections(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setMaxConnections(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaximumQueingTries(int) - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- setMaximumQueingTries(int) - Method in interface de.caluga.morphium.writer.MorphiumWriter
-
- setMaximumQueingTries(int) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- setMaximumRetriesAsyncWriter(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaximumRetriesBufferedWriter(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaximumRetriesWriter(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaxMessageSize(Integer) - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- setMaxWaitTime(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setMaxWaitTime(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setMaxWaitTime(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setMaxWaitTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
Sets the maximum time that a thread will block waiting for a connection.
- setMaxWriteBatchSize(Integer) - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- setMembers(List<ReplicaSetNode>) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setMessageListener(MessageListener) - Method in class de.caluga.morphium.messaging.jms.Consumer
-
- setMessageListener(MessageListener) - Method in class de.caluga.morphium.messaging.jms.JMSSession
-
- setMessagingWindowSize(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMinConnections(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setMinConnections(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setMinConnections(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setMinConnections(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMongo(MongoClient) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setMongoAdminPwd(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMongoAdminUser(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMongoCode(Object) - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- setMongoLogin(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMongoPassword(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMongoReason(Object) - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- setMorphium(Morphium) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- setMorphium(Morphium) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- setMorphium(Morphium) - Method in interface de.caluga.morphium.MorphiumObjectMapper
-
- setMorphium(Morphium) - Method in class de.caluga.morphium.ObjectMapperImpl
-
will automatically be called after instanciation by Morphium
also gets the AnnotationAndReflectionHelper from this object (to make use of the caches)
- setMorphium(Morphium) - Method in interface de.caluga.morphium.query.Query
-
- setMorphium(Morphium) - Method in class de.caluga.morphium.query.QueryImpl
-
- setMorphium(Morphium) - Method in class de.caluga.morphium.SequenceGenerator
-
- setMorphium(Morphium) - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- setMorphium(Morphium) - Method in interface de.caluga.morphium.writer.MorphiumWriter
-
- setMorphium(Morphium) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- setMsg(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setMsgId(MorphiumId) - Method in class de.caluga.morphium.messaging.Msg
-
- setMultiple(boolean) - Method in class de.caluga.morphium.driver.bulk.DeleteBulkRequest
-
- setMultiple(boolean) - Method in class de.caluga.morphium.driver.bulk.UpdateBulkRequest
-
- setMultithreadded(boolean) - Method in class de.caluga.morphium.messaging.Messaging
-
- setMultithreaddedAccess(boolean) - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- setMultithreaddedAccess(boolean) - Method in class de.caluga.morphium.query.EmptyIterator
-
- setMultithreaddedAccess(boolean) - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- setMultithreaddedAccess(boolean) - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- setMultithreaddedAccess(boolean) - Method in class de.caluga.morphium.query.QueryIterator
-
- setName(String) - Method in class de.caluga.morphium.cache.jcache.CacheImpl
-
- setName(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setName(String) - Method in class de.caluga.morphium.Sequence
-
- setName(String) - Method in class de.caluga.morphium.SequenceGenerator
-
- setNameProviderForClass(Class<?>, NameProvider) - Method in class de.caluga.morphium.Morphium
-
- setNameProviderForClass(Class<?>, NameProvider) - Method in interface de.caluga.morphium.MorphiumObjectMapper
-
override settings vor name Provider from @Entity
- setNameProviderForClass(Class<?>, NameProvider) - Method in class de.caluga.morphium.ObjectMapperImpl
-
override nameprovider in runtime!
- setNs(Map<String, String>) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setNumberOfPrefetchWindows(int) - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- setNumberOfPrefetchWindows(int) - Method in class de.caluga.morphium.query.EmptyIterator
-
- setNumberOfPrefetchWindows(int) - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- setNumberOfPrefetchWindows(int) - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- setNumberOfPrefetchWindows(int) - Method in class de.caluga.morphium.query.QueryIterator
-
- setObject(String, Object) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setObject(Serializable) - Method in class de.caluga.morphium.messaging.jms.JMSObjectMessage
-
- setObjectProperty(String, Object) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setObjectSerializationEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setOmClass(Class<? extends MorphiumObjectMapper>) - Method in class de.caluga.morphium.MorphiumConfig
-
- setOperationType(String) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setOrderedExecution(boolean) - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- setOriginalClassName(String) - Method in class de.caluga.morphium.BinarySerializedObject
-
- setPause(int) - Method in class de.caluga.morphium.messaging.Messaging
-
- setPauseBetweenTries(int) - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- setPauseBetweenTries(int) - Method in interface de.caluga.morphium.writer.MorphiumWriter
-
- setPauseBetweenTries(int) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- setPref(ReadPreference) - Method in enum de.caluga.morphium.annotations.ReadPreferenceLevel
-
- setPrefetchBuffer(List<List<T>>) - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- setPriority(int) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setPriority(int) - Method in class de.caluga.morphium.messaging.Msg
-
- setPriority(Double) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setProcessedBy(List<String>) - Method in class de.caluga.morphium.messaging.Msg
-
- setProcessMultiple(boolean) - Method in class de.caluga.morphium.messaging.Messaging
-
- setProjection(String...) - Method in interface de.caluga.morphium.query.Query
-
- setProjection(Enum...) - Method in interface de.caluga.morphium.query.Query
-
- setProjection(Enum...) - Method in class de.caluga.morphium.query.QueryImpl
-
- setProjection(String...) - Method in class de.caluga.morphium.query.QueryImpl
-
- setProperties(Properties) - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- setProperty(String, boolean) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setProperty(String, byte) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setProperty(String, short) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setProperty(String, int) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setProperty(String, long) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setProperty(String, float) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setProperty(String, double) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setProperty(String, String) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setProperty(String, Object) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setQuery(Map<String, Object>) - Method in class de.caluga.morphium.driver.bulk.DeleteBulkRequest
-
- setQuery(Map<String, Object>) - Method in class de.caluga.morphium.driver.bulk.UpdateBulkRequest
-
- setQuery(Map<String, Object>) - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- setQuery(Query<T>) - Method in class de.caluga.morphium.query.EmptyIterator
-
- setQuery(Query<T>) - Method in interface de.caluga.morphium.query.MongoField
-
- setQuery(Query<T>) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- setQuery(Query<T>) - Method in interface de.caluga.morphium.query.MorphiumQueryIterator
-
- setQuery(Query<T>) - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- setQuery(Query<T>) - Method in class de.caluga.morphium.query.QueryIterator
-
- setQueryClass(Class<? extends Query>) - Method in class de.caluga.morphium.MorphiumConfig
-
- setQueryFact(QueryFactory) - Method in class de.caluga.morphium.MorphiumConfig
-
- setQueryImpl(Class<? extends Query>) - Method in interface de.caluga.morphium.query.QueryFactory
-
- setQueryImpl(Class<? extends Query>) - Method in class de.caluga.morphium.query.QueryFactoryImpl
-
- setQueueName(String) - Method in class de.caluga.morphium.messaging.jms.JMSQueue
-
- setQueueName(String) - Method in class de.caluga.morphium.messaging.Messaging
-
- setReadCacheEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setReadPreference(ReadPreference) - Method in class de.caluga.morphium.driver.MorphiumCollection
-
- setReadPreferenceLevel(ReadPreferenceLevel) - Method in interface de.caluga.morphium.query.Query
-
- setReadPreferenceLevel(ReadPreferenceLevel) - Method in class de.caluga.morphium.query.QueryImpl
-
- setReadTimeout(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setReadTimeout(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setReadTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setReadTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setReceiveAnswers(Messaging.ReceiveAnswers) - Method in class de.caluga.morphium.messaging.Messaging
-
Receive answers=false, onMessage is not called, when answers come in
if true, onMessage is called for all answers
this is not affecting the sendAndWaitFor-Methods!
- setRecipient(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setRecipients(List<String>) - Method in class de.caluga.morphium.messaging.Msg
-
- setReplicasetMonitoring(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setReplicaSetMonitoringTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setRequiredReplicaSetName(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setResult(T) - Method in class de.caluga.morphium.cache.jcache.CacheEntry
-
- setResultType(Class<? extends R>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- setResultType(Class<? extends R>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- setRetriesOnNetworkError(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setRetriesOnNetworkError(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setRetriesOnNetworkError(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setRetriesOnNetworkError(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setRetryReads(boolean) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setRetryReads(boolean) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setRetryReads(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setRetryReads(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setRetryWaitTimeAsyncWriter(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setRetryWaitTimeBufferedWriter(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setRetryWaitTimeWriter(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setRetryWrites(boolean) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setRetryWrites(boolean) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setRetryWrites(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setRetryWrites(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setSearchType(Class<? extends T>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- setSearchType(Class<? extends T>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- setSendAnswer(boolean) - Method in exception de.caluga.morphium.messaging.MessageRejectedException
-
- setSender(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setSenderHost(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setSenderId(String) - Method in class de.caluga.morphium.messaging.Messaging
-
- setServerSelectionTimeout(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setServerSelectionTimeout(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setServerSelectionTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setServerSelectionTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
Sets the server selection timeout in milliseconds, which defines how long the driver will wait for server selection to succeed before throwing an exception.
- setSession(ClientSession) - Method in class de.caluga.morphium.driver.mongodb.MongoTransactionContext
-
- setShort(String, short) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setShortProperty(String, short) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setSleepBetweenErrorRetries(int) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setSleepBetweenErrorRetries(int) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setSleepBetweenErrorRetries(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setSleepBetweenNetworkErrorRetries(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setSslContext(SSLContext) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setSslContext(SSLContext) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setSslContext(SSLContext) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setSslContext(SSLContext) - Method in class de.caluga.morphium.MorphiumConfig
-
- setSslInvalidHostNameAllowed(boolean) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setSslInvalidHostNameAllowed(boolean) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setSslInvalidHostNameAllowed(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setSslInvalidHostNameAllowed(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setStartValue(long) - Method in class de.caluga.morphium.SequenceGenerator
-
- setString(String, String) - Method in class de.caluga.morphium.messaging.jms.JMSMapMessage
-
- setStringProperty(String, String) - Method in class de.caluga.morphium.messaging.jms.JMSMessage
-
- setTagSet(Map<String, String>) - Method in class de.caluga.morphium.driver.ReadPreference
-
- setText(String) - Method in class de.caluga.morphium.messaging.jms.JMSTextMessage
-
- setThreadConnectionMultiplier(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setThreadPoolAsyncOpCoreSize(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setThreadPoolAsyncOpKeepAliveTime(long) - Method in class de.caluga.morphium.MorphiumConfig
-
- setThreadPoolAsyncOpMaxSize(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setThreadPoolMessagingCoreSize(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setThreadPoolMessagingKeepAliveTime(long) - Method in class de.caluga.morphium.MorphiumConfig
-
- setThreadPoolMessagingMaxSize(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setTimestamp(long) - Method in class de.caluga.morphium.messaging.Msg
-
- setTimeToLive(long) - Method in class de.caluga.morphium.messaging.jms.Producer
-
- setTo(List<String>) - Method in class de.caluga.morphium.messaging.Msg
-
- setTopicName(String) - Method in class de.caluga.morphium.messaging.jms.JMSTopic
-
- setTransaction(MorphiumTransactionContext) - Method in class de.caluga.morphium.Morphium
-
- setTransactionContext(MorphiumTransactionContext) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setTransactionContext(MorphiumTransactionContext) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setTransactionContext(MorphiumTransactionContext) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setTtl(long) - Method in class de.caluga.morphium.messaging.Msg
-
- setTxnNumber(long) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setType(Class<? extends T>) - Method in class de.caluga.morphium.cache.jcache.CacheEntry
-
- setType(ReadPreferenceType) - Method in class de.caluga.morphium.driver.ReadPreference
-
- setType(GeoType) - Method in class de.caluga.morphium.query.geospatial.Geo
-
- setType(Class<? extends T>) - Method in interface de.caluga.morphium.query.Query
-
what type to use
- setType(Class<? extends T>) - Method in class de.caluga.morphium.query.QueryImpl
-
- setUnion(Expr...) - Static method in class de.caluga.morphium.aggregation.Expr
-
- setUpdateDescription(Map<String, Object>) - Method in class de.caluga.morphium.changestream.ChangeStreamEvent
-
- setUpsert(boolean) - Method in class de.caluga.morphium.driver.bulk.UpdateBulkRequest
-
- setUri(URI) - Method in class de.caluga.morphium.cache.jcache.CacheManagerImpl
-
- setUseChangeStream(boolean) - Method in class de.caluga.morphium.messaging.Messaging
-
- setUseDisk(boolean) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- setUseDisk(boolean) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- setUseSSL(boolean) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setUseSSL(boolean) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setUseSSL(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setUseSSL(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setUuidRepresentation(String) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- setUuidRepresentation(String) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- setUuidRepresentation(String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setUuidRepresentation(String) - Method in class de.caluga.morphium.MorphiumConfig
-
Sets the UUID representation to use when encoding instances of
UUID and when decoding BSON binary values with
subtype of 3.
- setValidCacheTime(Class<?>, int) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- setValidCacheTime(Class<?>, int) - Method in class de.caluga.morphium.cache.jcache.HouseKeepingHelper
-
- setValidCacheTime(Class, int) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
override the settings given in @Cache annotation with this value
this is useful to change cache behaviour during runtime
- setValidCacheTime(Class, int) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setValidCacheTime(Class, int) - Method in class de.caluga.morphium.cache.MorphiumCacheJCacheImpl
-
- setValidTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setValue(Object, Object, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- setValue(Enum, Object, T) - Method in class de.caluga.morphium.DAO
-
- setValue(String, Object, T) - Method in class de.caluga.morphium.DAO
-
- setValue(Object) - Method in class de.caluga.morphium.FilterExpression
-
- setValue(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setWarnOnNoEntitySerialization(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setWindowSize(int) - Method in class de.caluga.morphium.aggregation.AggregationIterator
-
- setWindowSize(int) - Method in class de.caluga.morphium.messaging.Messaging
-
- setWindowSize(int) - Method in class de.caluga.morphium.query.EmptyIterator
-
- setWindowSize(int) - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- setWindowSize(int) - Method in class de.caluga.morphium.query.PrefetchingQueryIterator
-
- setWindowSize(int) - Method in class de.caluga.morphium.query.QueryIterator
-
- setWriteBufferTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setWriteBufferTimeGranularity(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setWriteCacheTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setWriteConcern(WriteConcern) - Method in class de.caluga.morphium.driver.MorphiumCollection
-
- setWriter(MorphiumWriter) - Method in class de.caluga.morphium.MorphiumConfig
-
- ShutdownListener - Interface in de.caluga.morphium
-
User: Stephan Bösebeck
Date: 03.05.12
Time: 6:23
Will be called, whenever Morphium-instance is shut down.
- simplifyQueryObject(Map<String, Object>) - Method in class de.caluga.morphium.Morphium
-
- sin(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- size(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- size(int) - Method in interface de.caluga.morphium.query.MongoField
-
- size(int) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- skip(int) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- skip(int) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- skip(int) - Method in interface de.caluga.morphium.query.Query
-
skip the first entries in result
- skip(int) - Method in class de.caluga.morphium.query.QueryImpl
-
- slice(Expr, Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- slice(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- sort(String...) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- sort(Map<String, Integer>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- sort(String...) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- sort(Map<String, Integer>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- sort(Map<String, Integer>) - Method in interface de.caluga.morphium.query.Query
-
set an order - Key: FieldName (java or Mongo-Name), Value: Integer: -1 reverse, 1 standard
- sort(String...) - Method in interface de.caluga.morphium.query.Query
-
set order by prefixing field names with - for reverse ordering (+ or nothing default)
- sort(Enum...) - Method in interface de.caluga.morphium.query.Query
-
- sort(Map<String, Integer>) - Method in class de.caluga.morphium.query.QueryImpl
-
this does not check for existence of the Field!
- sort(String...) - Method in class de.caluga.morphium.query.QueryImpl
-
- sort(Enum...) - Method in class de.caluga.morphium.query.QueryImpl
-
- sortByCount(Expr) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- sortByCount(Expr) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
The $sortByCount stage is equivalent to the following $group + $sort sequence:
{ $group: { _id: , count: { $sum: 1 } } },
{ $sort: { count: -1 } }
- split(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- sqrt(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- start() - Method in class de.caluga.morphium.cache.WatchingCacheSynchronizer
-
- start() - Method in class de.caluga.morphium.changestream.ChangeStreamMonitor
-
- start() - Method in class de.caluga.morphium.messaging.jms.Context
-
- start() - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- start() - Method in class de.caluga.morphium.messaging.Messaging
-
- start() - Method in class de.caluga.morphium.replicaset.OplogMonitor
-
- start() - Method in class de.caluga.morphium.replicaset.RSMonitor
-
- startTransaction() - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- startTransaction() - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- startTransaction() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- startTransaction() - Method in class de.caluga.morphium.Morphium
-
- StatisticKeys - Enum in de.caluga.morphium
-
User: Stephan Bösebeck
Date: 05.07.12
Time: 13:21
- Statistics - Class in de.caluga.morphium
-
- Statistics(Morphium) - Constructor for class de.caluga.morphium.Statistics
-
- StatisticValue - Class in de.caluga.morphium
-
User: Stephan Bösebeck
Date: 05.07.12
Time: 13:22
Statistics
- StatisticValue() - Constructor for class de.caluga.morphium.StatisticValue
-
- stdDevPop(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- stdDevPop(Expr...) - Static method in class de.caluga.morphium.aggregation.Expr
-
- stdDevPop(String, Object) - Method in class de.caluga.morphium.aggregation.Group
-
- stdDevSamp(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- stdDevSamp(Expr...) - Static method in class de.caluga.morphium.aggregation.Expr
-
- stdDevSamp(String, Object) - Method in class de.caluga.morphium.aggregation.Group
-
- stop() - Method in class de.caluga.morphium.messaging.jms.Context
-
- stop() - Method in class de.caluga.morphium.messaging.jms.JMSConnection
-
- stop() - Method in class de.caluga.morphium.replicaset.OplogMonitor
-
- store(String, String, List<Map<String, Object>>, WriteConcern) - Method in class de.caluga.morphium.driver.inmem.InMemoryDriver
-
- store(String, String, List<Map<String, Object>>, WriteConcern) - Method in class de.caluga.morphium.driver.mongodb.MongoDriver
-
- store(String, String, List<Map<String, Object>>, WriteConcern) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
store - if id == null, create it...
- store(List<T>, String, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- store(T) - Method in class de.caluga.morphium.Morphium
-
Stores a single Object.
- store(T, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- store(T, String, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- store(List<T>, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- store(T, String, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- store(List<T>, String, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- store(List<T>, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.BufferedMorphiumWriterImpl
-
- store(T, String, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.writer.MorphiumWriter
-
Stores the object, should be an entity
- store(List<T>, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.writer.MorphiumWriter
-
stores the given list of objects, should be entities or embedded.
- store(List<T>, String, AsyncOperationCallback<T>) - Method in interface de.caluga.morphium.writer.MorphiumWriter
-
- store(T, String, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- store(List<T>, String, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- store(List<T>, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- storeBuffered(T) - Method in class de.caluga.morphium.Morphium
-
- storeBuffered(T, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- storeBuffered(T, String, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- storeList(List<T>, String) - Method in class de.caluga.morphium.Morphium
-
stores all elements of this list to the given collection
- storeList(List<T>, String, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- storeList(List<T>) - Method in class de.caluga.morphium.Morphium
-
sorts elements in this list, whether to store in background or directly.
- storeList(Set<T>) - Method in class de.caluga.morphium.Morphium
-
- storeList(List<T>, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- storeNoCache(T) - Method in class de.caluga.morphium.Morphium
-
- storeNoCache(T, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- storeNoCache(T, String) - Method in class de.caluga.morphium.Morphium
-
- storeNoCache(T, String, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- storesCreation(Class<?>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- storesLastAccess(Class<?>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- storesLastChange(Class<?>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- strcasecmp(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- strength(Collation.Strength) - Method in class de.caluga.morphium.Collation
-
- string(String) - Static method in class de.caluga.morphium.aggregation.Expr
-
- strLenBytes(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- strLenCP(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- submitAndBlockIfNecessary(AsyncOperationCallback<T>, WriterTask<T>) - Method in class de.caluga.morphium.writer.AsyncWriterImpl
-
- submitAndBlockIfNecessary(AsyncOperationCallback<T>, WriterTask<T>) - Method in class de.caluga.morphium.writer.MorphiumWriterImpl
-
- substr(Expr, Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- substrBytes(Expr, Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- substrCP(Expr, Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- subtract(Expr, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- sum(Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- sum(Expr...) - Static method in class de.caluga.morphium.aggregation.Expr
-
- sum(String, int) - Method in class de.caluga.morphium.aggregation.Group
-
- sum(String, long) - Method in class de.caluga.morphium.aggregation.Group
-
- sum(String, Object) - Method in class de.caluga.morphium.aggregation.Group
-
- sum(String, String) - Method in class de.caluga.morphium.aggregation.Group
-
- switchExpr(Map<Expr, Expr>, Expr) - Static method in class de.caluga.morphium.aggregation.Expr
-
- ValueEncryptionProvider - Interface in de.caluga.morphium.encryption
-
- valueOf(String) - Static method in enum de.caluga.morphium.aggregation.Aggregator.BucketGranularity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.aggregation.Aggregator.GeoNearFields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.aggregation.Aggregator.MergeActionWhenMatched
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.aggregation.Aggregator.MergeActionWhenNotMatched
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.annotations.caching.Cache.ClearStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.annotations.caching.Cache.SyncCacheStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.annotations.caching.WriteBuffer.STRATEGY
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.annotations.Entity.ValidationAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.annotations.Entity.ValidationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.annotations.ReadPreferenceLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.annotations.SafetyLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.async.AsyncOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.Collation.Alternate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.Collation.CaseFirst
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.Collation.MaxVariable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.Collation.Strength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.driver.ReadPreferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.messaging.Messaging.ReceiveAnswers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.messaging.Msg.Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.MongoType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.MorphiumConfig.IndexCappedCheck
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.MorphiumStorageListener.UpdateTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.query.geospatial.GeoType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.query.Query.TextSearchLanguages
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.ReadAccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.StatisticKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.WriteAccessType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.caluga.morphium.aggregation.Aggregator.BucketGranularity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.aggregation.Aggregator.GeoNearFields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.aggregation.Aggregator.MergeActionWhenMatched
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.aggregation.Aggregator.MergeActionWhenNotMatched
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.annotations.caching.Cache.ClearStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.annotations.caching.Cache.SyncCacheStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.annotations.caching.WriteBuffer.STRATEGY
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.annotations.Entity.ValidationAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.annotations.Entity.ValidationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.annotations.ReadPreferenceLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.annotations.SafetyLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.async.AsyncOperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.Collation.Alternate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.Collation.CaseFirst
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.Collation.MaxVariable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.Collation.Strength
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.driver.ReadPreferenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.messaging.Messaging.ReceiveAnswers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.messaging.Msg.Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.MongoType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.MorphiumConfig.IndexCappedCheck
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.MorphiumStorageListener.UpdateTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.query.geospatial.GeoType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.query.Query.TextSearchLanguages
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.ReadAccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.StatisticKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.WriteAccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Annotation Type in de.caluga.morphium.annotations
-
used to mark a field for versioning
see Entity-Annotation
- VERSION_NAME - Static variable in interface de.caluga.morphium.driver.MorphiumDriver
-