- 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.CacheSynchronizer
-
- CACHE_SYNC_TYPE - Static variable in class de.caluga.morphium.cache.CacheSynchronizer
-
- CacheElement<T> - Class in de.caluga.morphium.cache
-
- CacheElement(List<T>) - Constructor for class de.caluga.morphium.cache.CacheElement
-
- CacheHousekeeper - Class in de.caluga.morphium.cache
-
- CacheHousekeeper(MorphiumCache) - Constructor for class de.caluga.morphium.cache.CacheHousekeeper
-
- CacheListener - Interface in de.caluga.morphium.cache
-
Created with IntelliJ IDEA.
- CacheListener.Operation - Enum in de.caluga.morphium.cache
-
- CacheObject<T> - Class in de.caluga.morphium.cache
-
Created with IntelliJ IDEA.
- CacheObject() - Constructor for class de.caluga.morphium.cache.CacheObject
-
- CacheSyncAdapter - Class in de.caluga.morphium.cache
-
User: Stephan Bösebeck
Date: 14.07.12
Time: 18:19
- CacheSyncAdapter() - Constructor for class de.caluga.morphium.cache.CacheSyncAdapter
-
- CacheSynchronizer - Class in de.caluga.morphium.cache
-
User: Stephan Bösebeck
Date: 27.05.12
Time: 14:14
Connects to the Messaging system and to morphium.
- CacheSynchronizer(Messaging, Morphium) - Constructor for class de.caluga.morphium.cache.CacheSynchronizer
-
- CacheSyncListener - Interface in de.caluga.morphium.cache
-
User: Stephan Bösebeck
Date: 14.07.12
Time: 17:25
get informed about Cache-Synchronization Events
- 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
-
- 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.
- 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
-
same as center() but uses spherical geometry for distance calc.
- centerSphere(double, double, double) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- clearAlteredFields() - Method in interface de.caluga.morphium.PartiallyUpdateable
-
- clearAlteredFields() - Method in class de.caluga.morphium.PartiallyUpdateableProxy
-
- 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.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
-
- 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!
- 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.driver.mongodb.Driver
-
- close() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- 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.mongodb.Driver
-
- closeIteration(MorphiumCursor) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- compareTo(MorphiumId) - Method in class de.caluga.morphium.driver.MorphiumId
-
- complexQuery(Map<String, Object>) - Method in interface de.caluga.morphium.query.Query
-
- 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
-
- 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
-
- 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.mongodb.Driver
-
- connect(String) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- connect() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- connect(String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- 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
-
- count(String, String, Map<String, Object>, ReadPreference) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- count(String, String, Map<String, Object>, 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
-
- createBulkContext(Morphium, String, String, boolean, WriteConcern) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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
-
- 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
-
- 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.mongodb.Driver
-
- 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, Object, String, String) - Method in class de.caluga.morphium.Morphium
-
- createMongoField() - Method in class de.caluga.morphium.Morphium
-
- createPartiallyUpdateableEntity(T) - Method in class de.caluga.morphium.Morphium
-
create a proxy object, implementing the ParitallyUpdateable Interface
these objects will be updated in mongo by only changing altered fields
Attention: the field name if determined by the setter name for now.
- 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
-
- 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.
- get() - Static method in class de.caluga.morphium.LoggerRegistry
-
- 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
-
- get() - Method in class de.caluga.morphium.StatisticValue
-
- getAcceptableLatencyDifference() - Method in class de.caluga.morphium.MorphiumConfig
-
- 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
-
- 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
-
- 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!!!
- getAlteredFields() - Method in interface de.caluga.morphium.PartiallyUpdateable
-
- getAlteredFields() - Method in class de.caluga.morphium.PartiallyUpdateableProxy
-
- 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
-
- getAsyncOperationsThreadPool() - Method in class de.caluga.morphium.Morphium
-
- getAsyncWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- getAsyncWriterBufferCount() - Method in class de.caluga.morphium.Morphium
-
- getB64Data() - Method in class de.caluga.morphium.BinarySerializedObject
-
- getBatch() - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- getBatchSize() - Method in class de.caluga.morphium.driver.bulk.BulkRequestContext
-
- getBlockingThreadsMultiplier() - Method in class de.caluga.morphium.MorphiumConfig
-
- 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
-
- getBytes() - Method in class de.caluga.morphium.driver.MorphiumId
-
- getCache() - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- 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
-
- 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
- getChildren() - Method in class de.caluga.morphium.FilterExpression
-
- getClassName() - Method in class de.caluga.morphium.MorphiumReference
-
- getCmd() - Method in class de.caluga.morphium.driver.bulk.UpdateBulkRequest
-
- getCode() - Method in enum de.caluga.morphium.constants.RunCommand.ErrorCode
-
- getColl(DB, String, ReadPreference, WriteConcern) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getCollection(MongoDatabase, String, ReadPreference, WriteConcern) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getCollection(String, String) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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(Class<?>, ObjectMapper, boolean, boolean, String, Morphium) - Method in class de.caluga.morphium.DefaultNameProvider
-
- getCollectionName() - Method in class de.caluga.morphium.messaging.Messaging
-
- getCollectionName() - Method in class de.caluga.morphium.MorphiumReference
-
- getCollectionName(Class<?>, ObjectMapper, boolean, boolean, String, Morphium) - Method in interface de.caluga.morphium.NameProvider
-
- getCollectionName(Class) - Method in interface de.caluga.morphium.ObjectMapper
-
- 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.mongodb.Driver
-
- getCollectionNames(String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getCollectionStats(String, String, int, boolean) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getConfig() - Method in class de.caluga.morphium.Morphium
-
- getConfig() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getConnectionTimeout() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getConnectionTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getConnectionTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getCopy() - Method in class de.caluga.morphium.messaging.Msg
-
- getCount() - Method in class de.caluga.morphium.query.DefaultMorphiumIterator
-
- getCount() - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- getCount() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
how many elements are to be processed.
- getCount() - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- getCount() - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- getCreated() - Method in class de.caluga.morphium.cache.CacheElement
-
- getCreationTimeField(Class<?>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getCredentials(String) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getCredentials(String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getCurrentBuffer() - Method in class de.caluga.morphium.query.DefaultMorphiumIterator
-
- getCurrentBuffer() - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- getCurrentBuffer() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
get the current buffer.
- getCurrentBuffer() - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- getCurrentBuffer() - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- getCurrentBufferSize() - Method in class de.caluga.morphium.query.DefaultMorphiumIterator
-
- getCurrentBufferSize() - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- 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.PrefetchingDriverIterator
-
- getCurrentBufferSize() - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- 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.query.DefaultMorphiumIterator
-
- getCursor() - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- getCursor() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
returns current cursor position
- getCursor() - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- getCursor() - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- getCursorBatchSize() - Method in class de.caluga.morphium.MorphiumConfig
-
- getCursorId() - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- 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(String) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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
-
- getDBStats(String) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getDBStats(String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getDefaultReadPreference() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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
-
- getDefaultW() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getDefaultW() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getDefaultWriteTimeout() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getDefaultWriteTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getDeleteAt() - Method in class de.caluga.morphium.messaging.Msg
-
- 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
-
- 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
- getFieldString() - Method in interface de.caluga.morphium.query.MongoField
-
- getFieldString() - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- getFile() - Method in class de.caluga.morphium.Logger
-
- getFound() - Method in class de.caluga.morphium.cache.CacheElement
-
- 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.
- 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
-
- getGlobalCacheValidTime() - Method in class de.caluga.morphium.MorphiumConfig
-
for future use - set Global Caching time
- getGlobalLogFile() - Method in class de.caluga.morphium.MorphiumConfig
-
- getGlobalLogLevel() - Method in class de.caluga.morphium.MorphiumConfig
-
- getGlobalW() - Method in class de.caluga.morphium.MorphiumConfig
-
- getHealth() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getHeartbeatConnectTimeout() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getHeartbeatConnectTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getHeartbeatConnectTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getHeartbeatFrequency() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getHeartbeatFrequency() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getHeartbeatFrequency() - Method in class de.caluga.morphium.MorphiumConfig
-
- getHeartbeatSocketTimeout() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getHeartbeatSocketTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getHeartbeatSocketTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- 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.mongodb.Driver
-
- 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(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.Sequence
-
- getId() - Method in class de.caluga.morphium.SequenceGenerator
-
- getIdCache() - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- getIdCache() - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- 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
-
- getIndexes(String, String) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getIndexes(String, String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getInternalCursorObject() - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- getIntMap(String, Integer) - Static method in class de.caluga.morphium.Utils
-
- getKey() - Method in class de.caluga.morphium.cache.CacheObject
-
- 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
-
- getLevel() - Method in class de.caluga.morphium.Logger
-
- getLimit() - Method in interface de.caluga.morphium.query.Query
-
- getLimit() - Method in class de.caluga.morphium.query.QueryImpl
-
- getLocalThreashold() - Method in class de.caluga.morphium.MorphiumConfig
-
- getLocalThreshold() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getLocalThreshold() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- 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
-
- getLongValue(Object, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getLru() - Method in class de.caluga.morphium.cache.CacheElement
-
- getMap(K, V) - Static method in class de.caluga.morphium.Utils
-
- 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
-
- getMaxAutoReconnectTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaxBlockintThreadMultiplier() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getMaxBlockintThreadMultiplier() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMaxBsonSize() - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- getMaxConnectionIdleTime() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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.mongodb.Driver
-
- getMaxConnectionLifetime() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMaxConnectionLifeTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaxConnections() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaxConnectionsPerHost() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getMaxConnectionsPerHost() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- 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.mongodb.Driver
-
- getMaximums() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMaxMessageSize() - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- getMaxWaitTime() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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
-
- getMessageCount() - Method in class de.caluga.morphium.messaging.Messaging
-
- getMinConnectionsPerHost() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getMinConnectionsPerHost() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getMinConnectionsPerHost() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMinHearbeatFrequency() - Method in class de.caluga.morphium.MorphiumConfig
-
- 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
-
- getMongoPassword() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMongoReason() - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- 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.ObjectMapper
-
- 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.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 interface de.caluga.morphium.ObjectMapper
-
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
-
- getNumber() - Method in enum de.caluga.morphium.MongoType
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.Morphium
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.query.DefaultMorphiumIterator
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- getNumberOfAvailableThreads() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- getNumberOfAvailableThreads() - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- 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
-
- getNumberOfRegisteredLoggers() - Method in class de.caluga.morphium.LoggerRegistry
-
- getNumberOfRequests() - Method in class de.caluga.morphium.bulk.MorphiumBulkContext
-
- getNumberOfThreads() - Method in class de.caluga.morphium.query.DefaultMorphiumIterator
-
- getNumberOfThreads() - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- getNumberOfThreads() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- getNumberOfThreads() - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- getNumberOfThreads() - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- getOmClass() - Method in class de.caluga.morphium.MorphiumConfig
-
- getOperators() - Method in class de.caluga.morphium.aggregation.Group
-
- getOps(long) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getOps(long) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getOptimeDate() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getOriginalClassName() - Method in class de.caluga.morphium.BinarySerializedObject
-
- getOutput() - Method in class de.caluga.morphium.Logger
-
- getPause() - Method in class de.caluga.morphium.messaging.Messaging
-
- getPingMs() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getPref() - Method in enum de.caluga.morphium.annotations.ReadPreferenceLevel
-
- getPrefetchBuffer() - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- getPriority() - Method in class de.caluga.morphium.replicaset.ConfNode
-
- getProcessedBy() - Method in class de.caluga.morphium.messaging.Msg
-
- 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.DefaultMorphiumIterator
-
- getQuery() - Method in interface de.caluga.morphium.query.MongoField
-
- getQuery() - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- getQuery() - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- getQuery() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- getQuery() - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- getQuery() - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- 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
-
- 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
-
- getRealClass(Class<? extends T>) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getRealObject(T) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getRecipient() - Method in class de.caluga.morphium.messaging.Msg
-
- 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.mongodb.Driver
-
- 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.CacheObject
-
- 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.mongodb.Driver
-
- 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
-
- 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
-
- getSet() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- 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.mongodb.Driver
-
- getSleepBetweenErrorRetries() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getSleepBetweenNetworkErrorRetries() - Method in class de.caluga.morphium.MorphiumConfig
-
- getSocketTimeout() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getSocketTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getSocketTimeout() - 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
-
- 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
-
- getStringValue(Object, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- 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
-
- 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
-
- getTo() - Method in class de.caluga.morphium.messaging.Msg
-
- getToInsert() - Method in class de.caluga.morphium.driver.bulk.InsertBulkRequest
-
- getTtl() - Method in class de.caluga.morphium.messaging.Msg
-
- getType() - Method in class de.caluga.morphium.cache.CacheObject
-
- getType() - Method in class de.caluga.morphium.driver.ReadPreference
-
- getType() - Method in class de.caluga.morphium.messaging.Msg
-
- getType() - Method in interface de.caluga.morphium.query.Query
-
what type this query is for
- getType() - Method in class de.caluga.morphium.query.QueryImpl
-
- getTypeOfField(Class<?>, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getUptime() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getValidCacheTime(Class<?>) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- getValidTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getValue(Object, String) - Method in class de.caluga.morphium.AnnotationAndReflectionHelper
-
- getValue() - Method in enum de.caluga.morphium.annotations.SafetyLevel
-
- 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() - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- 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.query.DefaultMorphiumIterator
-
- getWindowSize() - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- getWindowSize() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- getWindowSize() - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- getWindowSize() - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- 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
-
- 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
-
- getWriteTimeout() - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- getWriteTimeout() - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- getWriteTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getWtimeout() - Method in class de.caluga.morphium.driver.WriteConcern
-
- group(Map<String, Object>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- group(String) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- group(Map<String, Object>) - 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(String, String, Map<String, Object>, Map<String, Object>, String, String, ReadPreference, String...) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- group(String, String, Map<String, Object>, Map<String, Object>, String, String, ReadPreference, String...) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- group(Query, Map<String, Object>, String, String, ReadPreference, String...) - Method in class de.caluga.morphium.Morphium
-
- group(Query, Map<String, Object>, String, String, String...) - Method in class de.caluga.morphium.Morphium
-
- groupSubObj(Map<String, String>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- groupSubObj(Map<String, String>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- gt(Object) - Method in interface de.caluga.morphium.query.MongoField
-
- gt(Object) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- gte(Object) - Method in interface de.caluga.morphium.query.MongoField
-
- gte(Object) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- mapReduce(String, String, String, String) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- mapReduce(String, String, String, String, Map<String, Object>) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- mapReduce(String, String, String, String, Map<String, Object>, Map<String, Object>) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- mapReduce(String, String, String, String) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- mapReduce(String, String, String, String, Map<String, Object>) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- mapReduce(String, String, String, String, Map<String, Object>, Map<String, Object>) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- mapReduce(Class<? extends T>, String, String) - Method in class de.caluga.morphium.Morphium
-
- marshall(BigInteger) - Method in class de.caluga.morphium.mapping.BigIntegerTypeMapper
-
- marshall(Object) - Method in interface de.caluga.morphium.ObjectMapper
-
- marshall(Object) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- marshall(T) - Method in interface de.caluga.morphium.TypeMapper
-
- marshallIfNecessary(Object) - Method in interface de.caluga.morphium.ObjectMapper
-
- marshallIfNecessary(Object) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- match(Query<T>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- match(Query<T>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- matches(Pattern) - Method in interface de.caluga.morphium.query.MongoField
-
- matches(String) - Method in interface de.caluga.morphium.query.MongoField
-
- matches(Pattern) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- matches(String) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- matchSubQuery(Query<?>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
use matchSubQuery if you prepared som mid-result in your aggregation you need to do an additional match for
Do not use it for the base query!
- matchSubQuery(Query<?>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- max(String, Object) - Method in class de.caluga.morphium.aggregation.Group
-
- Maximums - Class in de.caluga.morphium.driver.mongodb
-
storing all maximums determined by driver / database
- Maximums() - Constructor for class de.caluga.morphium.driver.mongodb.Maximums
-
- MessageListener - Interface in de.caluga.morphium.messaging
-
User: Stephan Bösebeck
Date: 26.05.12
Time: 17:19
- Messaging - Class in de.caluga.morphium.messaging
-
User: Stephan Bösebeck
Date: 26.05.12
Time: 15:48
Messaging implements a simple, threadsafe and messaging api.
- Messaging(Morphium, int, boolean) - Constructor for class de.caluga.morphium.messaging.Messaging
-
attaches to the default queue named "msg"
- Messaging(Morphium, int, boolean, boolean, int) - Constructor for class de.caluga.morphium.messaging.Messaging
-
- Messaging(Morphium, String, int, boolean) - Constructor for class de.caluga.morphium.messaging.Messaging
-
- Messaging(Morphium, String, int, boolean, boolean, int) - Constructor for class de.caluga.morphium.messaging.Messaging
-
- min(String, Object) - Method in class de.caluga.morphium.aggregation.Group
-
- mod(int, int) - Method in interface de.caluga.morphium.query.MongoField
-
- mod(int, int) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- MongodbBulkContext - Class in de.caluga.morphium.driver.mongodb
-
User: Stephan Bösebeck
Date: 13.11.15
Time: 23:06
Bulk context
- MongodbBulkContext(Morphium, String, String, Driver, boolean, int, WriteConcern) - Constructor for class de.caluga.morphium.driver.mongodb.MongodbBulkContext
-
- MongoField<T> - Interface in de.caluga.morphium.query
-
User: Stpehan Bösebeck
Date: 26.03.12
Time: 11:30
Representation of a field in a query
- MongoFieldImpl<T> - Class in de.caluga.morphium.query
-
User: Stpehan Bösebeck
Date: 26.03.12
Time: 15:18
default implementation of a MongoField
- MongoFieldImpl() - Constructor for class de.caluga.morphium.query.MongoFieldImpl
-
- MongoFieldImpl(Query<T>, ObjectMapper) - Constructor for class de.caluga.morphium.query.MongoFieldImpl
-
- MongoType - Enum in de.caluga.morphium
-
User: Stpehan Bösebeck
Date: 26.03.12
Time: 11:48
Mongo Data types according to documentation:
see also: http://www.mongodb.org/display/DOCS/Advanced+Queries#AdvancedQueries-ConditionalOperators
- Morphium - Class in de.caluga.morphium
-
This is the single access point for accessing MongoDB.
- Morphium() - Constructor for class de.caluga.morphium.Morphium
-
- Morphium(String, String) - Constructor for class de.caluga.morphium.Morphium
-
- Morphium(String, int, String) - Constructor for class de.caluga.morphium.Morphium
-
- Morphium(MorphiumConfig) - Constructor for class de.caluga.morphium.Morphium
-
init the MongoDbLayer.
- MorphiumAccessVetoException - Exception in de.caluga.morphium
-
User: Stephan Bösebeck
Date: 07.03.13
Time: 10:09
This exception should be raised when the access should not be allowed
- MorphiumAccessVetoException() - Constructor for exception de.caluga.morphium.MorphiumAccessVetoException
-
- MorphiumAccessVetoException(String) - Constructor for exception de.caluga.morphium.MorphiumAccessVetoException
-
- MorphiumBulkContext<T> - Class in de.caluga.morphium.bulk
-
context for doing bulk operations.
- MorphiumBulkContext(BulkRequestContext) - Constructor for class de.caluga.morphium.bulk.MorphiumBulkContext
-
- MorphiumCache - Interface in de.caluga.morphium.cache
-
User: Stephan Bösebeck
Date: 07.03.13
Time: 09:57
Cache interface . you can set your own cache implementation to morphium if it implements this interface
- MorphiumCacheImpl - Class in de.caluga.morphium.cache
-
User: Stephan Bösebeck
Date: 07.03.13
Time: 10:56
The Cache implementation for morphium.
- MorphiumCacheImpl() - Constructor for class de.caluga.morphium.cache.MorphiumCacheImpl
-
- MorphiumCollection - Class in de.caluga.morphium.driver
-
Created by stephan on 15.10.15.
- MorphiumCollection() - Constructor for class de.caluga.morphium.driver.MorphiumCollection
-
- MorphiumConfig - Class in de.caluga.morphium
-
Stores the configuration for the MongoDBLayer.
- MorphiumConfig(Properties) - Constructor for class de.caluga.morphium.MorphiumConfig
-
- MorphiumConfig(String, Properties) - Constructor for class de.caluga.morphium.MorphiumConfig
-
- MorphiumConfig() - Constructor for class de.caluga.morphium.MorphiumConfig
-
- MorphiumConfig(String, int, int, int) - Constructor for class de.caluga.morphium.MorphiumConfig
-
- MorphiumCursor<T> - Class in de.caluga.morphium.driver
-
Morphiums representation of the mongodb Cursor.
- MorphiumCursor() - Constructor for class de.caluga.morphium.driver.MorphiumCursor
-
- MorphiumDriver - Interface in de.caluga.morphium.driver
-
Morphium driver interface
All drivers need to implement this interface. you can add your own drivers to morphium.
- MorphiumDriverException - Exception in de.caluga.morphium.driver
-
error during accessing the database through the driver
- MorphiumDriverException(String) - Constructor for exception de.caluga.morphium.driver.MorphiumDriverException
-
- MorphiumDriverException(String, Throwable) - Constructor for exception de.caluga.morphium.driver.MorphiumDriverException
-
- MorphiumDriverException(String, Throwable, String, String, Map<String, Object>) - Constructor for exception de.caluga.morphium.driver.MorphiumDriverException
-
- MorphiumDriverIterator<T> - Class in de.caluga.morphium.query
-
User: Stephan Bösebeck
Date: 25.03.16
Time: 22:33
iterating over huge collections using the mongodb internal cursor
- MorphiumDriverIterator() - Constructor for class de.caluga.morphium.query.MorphiumDriverIterator
-
- MorphiumDriverNetworkException - Exception in de.caluga.morphium.driver
-
network related issues when accessing the database
- MorphiumDriverNetworkException(String, Throwable, String, String, Map<String, Object>) - Constructor for exception de.caluga.morphium.driver.MorphiumDriverNetworkException
-
- MorphiumDriverNetworkException(String) - Constructor for exception de.caluga.morphium.driver.MorphiumDriverNetworkException
-
- MorphiumDriverNetworkException(String, Throwable) - Constructor for exception de.caluga.morphium.driver.MorphiumDriverNetworkException
-
- MorphiumDriverOperation - Interface in de.caluga.morphium.driver
-
Created by stephan on 09.11.15.
- MorphiumId - Class in de.caluga.morphium.driver
-
Morphium representation of an ID. similar to BSON ID
- MorphiumId() - Constructor for class de.caluga.morphium.driver.MorphiumId
-
- MorphiumId(Date) - Constructor for class de.caluga.morphium.driver.MorphiumId
-
- MorphiumId(String) - Constructor for class de.caluga.morphium.driver.MorphiumId
-
- MorphiumId(byte[]) - Constructor for class de.caluga.morphium.driver.MorphiumId
-
- MorphiumId(byte[], int) - Constructor for class de.caluga.morphium.driver.MorphiumId
-
- MorphiumIterator<T> - Interface in de.caluga.morphium.query
-
User: Stephan Bösebeck
Date: 23.11.12
Time: 11:35
iterator, makes paging through huge collections a lot easier.
- MorphiumReference - Class in de.caluga.morphium
-
modeling references between two entities
- MorphiumReference(String, Object) - Constructor for class de.caluga.morphium.MorphiumReference
-
- MorphiumStorageAdapter<T> - Class in de.caluga.morphium
-
User: Stephan Bösebeck
Date: 06.03.13
Time: 08:13
the adapter for the storage listener
- MorphiumStorageAdapter() - Constructor for class de.caluga.morphium.MorphiumStorageAdapter
-
- MorphiumStorageListener<T> - Interface in de.caluga.morphium
-
- MorphiumStorageListener.UpdateTypes - Enum in de.caluga.morphium
-
- MorphiumWriter - Interface in de.caluga.morphium.writer
-
User: Stephan Bösebeck
Date: 30.08.12
Time: 14:39
Interface for all morphium write accesses.
- MorphiumWriterImpl - Class in de.caluga.morphium.writer
-
User: Stephan Bösebeck
Date: 30.08.12
Time: 14:38
default writer implementation - uses a ThreadPoolExecutor for execution of asynchornous calls
maximum Threads are limited to 0.9* MaxConnections configured in MorphiumConfig
- MorphiumWriterImpl() - Constructor for class de.caluga.morphium.writer.MorphiumWriterImpl
-
- MorphiumWriterImpl.WT<T> - Class in de.caluga.morphium.writer
-
- Msg - Class in de.caluga.morphium.messaging
-
User: Stephan Bösebeck
Date: 26.05.12
Time: 15:45
Message class - used by Morphium's own messaging system
Reads from any node, as this produces lots of reads!
- Msg() - Constructor for class de.caluga.morphium.messaging.Msg
-
- Msg(String, String, String) - Constructor for class de.caluga.morphium.messaging.Msg
-
- Msg(String, MsgType, String, String, long) - Constructor for class de.caluga.morphium.messaging.Msg
-
- Msg.Fields - Enum in de.caluga.morphium.messaging
-
- MsgType - Enum in de.caluga.morphium.messaging
-
User: Stephan Bösebeck
Date: 26.05.12
Time: 15:47
type of message to sent, SINGLE: single recipient, MULTI: all
- SafetyLevel - Enum in de.caluga.morphium.annotations
-
User: Stephan Bösebeck
Date: 26.05.12
Time: 16:35
Define the type of Write safety.
- secondary() - Static method in class de.caluga.morphium.driver.ReadPreference
-
- secondaryPreferred() - Static method in class de.caluga.morphium.driver.ReadPreference
-
- sendAnswer(Messaging, Msg) - Method in class de.caluga.morphium.messaging.Msg
-
- sendClearAllMessage(String) - Method in class de.caluga.morphium.cache.CacheSynchronizer
-
- sendClearMessage(String, Map<Object, Boolean>) - Method in class de.caluga.morphium.cache.CacheSynchronizer
-
- sendClearMessage(Class, String) - Method in class de.caluga.morphium.cache.CacheSynchronizer
-
- sendClearMessage(Class, String, boolean) - Method in class de.caluga.morphium.cache.CacheSynchronizer
-
sends message if necessary
- 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
-
- 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<Query<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(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!
- setAcceptableLatencyDifference(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setAdditional(List<Object>) - Method in class de.caluga.morphium.messaging.Msg
-
- 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
-
- setAlwaysUseMBeans(boolean) - 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
-
- setAnnotationHelper(AnnotationAndReflectionHelper) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- 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
-
- 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
-
- setAutoreconnect(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- 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.bulk.BulkRequestContext
-
- setBlockingThreadsMultiplier(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setBufferedWriter(MorphiumWriter) - Method in class de.caluga.morphium.MorphiumConfig
-
- setBufferedWritesEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setCache(Map<Class<?>, Map<String, CacheElement>>) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- setCache(Map<Class<?>, Map<String, CacheElement>>) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setCache(MorphiumCache) - Method in class de.caluga.morphium.MorphiumConfig
-
- 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
-
- 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
-
- setClassName(String) - Method in class de.caluga.morphium.MorphiumReference
-
- setCmd(Map<String, Object>) - Method in class de.caluga.morphium.driver.bulk.UpdateBulkRequest
-
- 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.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.CacheSynchronizer
-
- 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.mongodb.Driver
-
- setConnectionTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setConnectionTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setCredentials(String, String, char[]) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setCredentials(Map<String, String[]>) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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
-
- setCursorFinalizerEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setCursorId(long) - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- setDatabase(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setDate(Date) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setDb(String) - Method in exception de.caluga.morphium.driver.MorphiumDriverException
-
- setDefaultBatchSize(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setDefaultBatchSize(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDefaultCacheTime(Class) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- setDefaultCacheTime(Class) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setDefaultFsync(boolean) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setDefaultFsync(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDefaultJ(boolean) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setDefaultJ(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDefaultReadPreference(ReadPreference) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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
-
- setDefaultW(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setDefaultW(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDefaultWriteTimeout(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setDefaultWriteTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setDeleteAt(Date) - Method in class de.caluga.morphium.messaging.Msg
-
- setDriver(MorphiumDriver) - Method in class de.caluga.morphium.Morphium
-
- setDriverClass(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setEnum(Query<?>, Map<Enum, Object>, boolean, boolean) - Method in class de.caluga.morphium.Morphium
-
- 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
-
- setFile(String) - Method in class de.caluga.morphium.Logger
-
- setFound(List<T>) - Method in class de.caluga.morphium.cache.CacheElement
-
- setGlobalCacheTimeout(int) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- setGlobalCacheTimeout(int) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- 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
-
- setGlobalLogFile(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setGlobalLogLevel(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setGlobalLogSynced(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setGlobalValidCacheTime(int) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- setGlobalW(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHealth(double) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setHealth(int) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setHeartbeatConnectTimeout(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setHeartbeatConnectTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setHeartbeatConnectTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHeartbeatFrequency(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setHeartbeatFrequency(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setHeartbeatFrequency(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHeartbeatSocketTimeout(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setHeartbeatSocketTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setHeartbeatSocketTimeout(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.mongodb.Driver
-
- 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, 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
-
- setHouskeepingPause(int) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- 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.replicaset.ReplicaSetConf
-
- setId(int) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setId(MorphiumId) - Method in class de.caluga.morphium.Sequence
-
- setId(String) - Method in class de.caluga.morphium.SequenceGenerator
-
- setIdCache(Map<Class<?>, Map<Object, Object>>) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- setIdCache(Map<Class<?>, Map<Object, Object>>) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- setInAnswerTo(Object) - Method in class de.caluga.morphium.messaging.Msg
-
- setInc(int) - Method in class de.caluga.morphium.SequenceGenerator
-
- setInternalCursorObject(T) - Method in class de.caluga.morphium.driver.MorphiumCursor
-
- setKey(String) - Method in class de.caluga.morphium.cache.CacheObject
-
- setLastHeartbeat(Date) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setLevel(int) - Method in class de.caluga.morphium.Logger
-
- setLevel(Object) - Method in class de.caluga.morphium.Logger
-
- setLocalThreashold(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setLocalThreshold(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setLocalThreshold(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- 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
-
- setLogFileForClass(Class, String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setLogFileForPrefix(String, String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setLogLevelForClass(Class, int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setLogLevelForPrefix(String, int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setLogSyncedForClass(Class, boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setLogSyncedForPrefix(String, boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setLru(long) - Method in class de.caluga.morphium.cache.CacheElement
-
- setMapper(ObjectMapper) - Method in interface de.caluga.morphium.query.MongoField
-
- setMapper(ObjectMapper) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- setMapValue(Map<String, Object>) - Method in class de.caluga.morphium.messaging.Msg
-
- setMaxAutoReconnectTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaxBlockingThreadMultiplier(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setMaxBlockingThreadMultiplier(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setMaxBsonSize(Integer) - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- setMaxConnectionIdleTime(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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.mongodb.Driver
-
- 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.MorphiumConfig
-
- setMaxConnectionsPerHost(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setMaxConnectionsPerHost(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- 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.mongodb.Driver
-
- setMaxWaitTime(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setMaxWaitTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaxWriteBatchSize(Integer) - Method in class de.caluga.morphium.driver.mongodb.Maximums
-
- setMembers(List<ConfNode>) - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- setMembers(List<ReplicaSetNode>) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setMinConnectionsPerHost(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setMinConnectionsPerHost(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setMinConnectionsPerHost(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMinHearbeatFrequency(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMongo(MongoClient) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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.ObjectMapper
-
- 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
-
- setMultithreaddedAccess(boolean) - Method in class de.caluga.morphium.query.DefaultMorphiumIterator
-
- setMultithreaddedAccess(boolean) - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- setMultithreaddedAccess(boolean) - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- setMultithreaddedAccess(boolean) - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- setMultithreaddedAccess(boolean) - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- setMyState(String) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setName(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setName(String) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setName(String) - Method in class de.caluga.morphium.Sequence
-
- setName(String) - Method in class de.caluga.morphium.SequenceGenerator
-
- setNameProviderForClass(Class<?>, NameProvider) - Method in interface de.caluga.morphium.ObjectMapper
-
override settings vor name Provider from @Entity
- setNameProviderForClass(Class<?>, NameProvider) - Method in class de.caluga.morphium.ObjectMapperImpl
-
override nameprovider in runtime!
- setNumberOfPrefetchWindows(int) - Method in class de.caluga.morphium.query.DefaultMorphiumIterator
-
- setNumberOfPrefetchWindows(int) - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- setNumberOfPrefetchWindows(int) - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- setNumberOfPrefetchWindows(int) - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- setNumberOfPrefetchWindows(int) - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- setObjectSerializationEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setOdererd(boolean) - Method in class de.caluga.morphium.driver.bulk.BulkRequestContext
-
- setOmClass(Class<? extends ObjectMapper>) - Method in class de.caluga.morphium.MorphiumConfig
-
- setOplogMonitorEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setOptimeDate(Date) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- 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
-
- setPingMs(int) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setPref(ReadPreference) - Method in enum de.caluga.morphium.annotations.ReadPreferenceLevel
-
- setPrefetchBuffer(List<List<T>>) - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- setPriority(Double) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setProcessedBy(List<String>) - Method in class de.caluga.morphium.messaging.Msg
-
- 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
-
- 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.DefaultMorphiumIterator
-
- 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 class de.caluga.morphium.query.MorphiumDriverIterator
-
- setQuery(Query<T>) - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- setQuery(Query<T>) - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- setQuery(Query<T>) - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- setQueryClass(Class<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
-
- 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
-
- setRecipient(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(List<T>) - Method in class de.caluga.morphium.cache.CacheObject
-
- 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.mongodb.Driver
-
- setRetriesOnNetworkError(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setRetriesOnNetworkError(int) - 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
-
- setRunning(boolean) - Method in class de.caluga.morphium.messaging.Messaging
-
- setSafeMode(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
-
- 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
-
- setSet(String) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setSleepBetweenErrorRetries(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setSleepBetweenErrorRetries(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setSleepBetweenNetworkErrorRetries(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setSocketKeepAlive(boolean) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setSocketKeepAlive(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setSocketKeepAlive(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setSocketTimeout(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setSocketTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setSocketTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setStartValue(long) - Method in class de.caluga.morphium.SequenceGenerator
-
- setState(int) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setStateStr(String) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setSynced(boolean) - Method in class de.caluga.morphium.Logger
-
- setTagSet(Map<String, String>) - Method in class de.caluga.morphium.driver.ReadPreference
-
- 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
-
- setTo(List<String>) - Method in class de.caluga.morphium.messaging.Msg
-
- setToInsert(List<Map<String, Object>>) - Method in class de.caluga.morphium.driver.bulk.InsertBulkRequest
-
- setTtl(long) - Method in class de.caluga.morphium.messaging.Msg
-
- setType(Class<? extends T>) - Method in class de.caluga.morphium.cache.CacheObject
-
- setType(ReadPreferenceType) - Method in class de.caluga.morphium.driver.ReadPreference
-
- setType(MsgType) - Method in class de.caluga.morphium.messaging.Msg
-
- 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
-
- setUpsert(boolean) - Method in class de.caluga.morphium.driver.bulk.UpdateBulkRequest
-
- setUptime(long) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- 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.mongodb.Driver
-
- setUseSSL(boolean) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setValidCacheTime(Class<?>, int) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- setValidCacheTime(Class, int) - Method in interface de.caluga.morphium.cache.MorphiumCache
-
- setValidCacheTime(Class, int) - Method in class de.caluga.morphium.cache.MorphiumCacheImpl
-
- 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
-
- setVersion(int) - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- setWindowSize(int) - Method in class de.caluga.morphium.query.DefaultMorphiumIterator
-
- setWindowSize(int) - Method in class de.caluga.morphium.query.MorphiumDriverIterator
-
- setWindowSize(int) - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- setWindowSize(int) - Method in class de.caluga.morphium.query.PrefetchingDriverIterator
-
- setWindowSize(int) - Method in class de.caluga.morphium.query.PrefetchingMorphiumIterator
-
- 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
-
- setWriteTimeout(int) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- setWriteTimeout(int) - Method in interface de.caluga.morphium.driver.MorphiumDriver
-
- setWriteTimeout(int) - 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
-
- 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
-
- 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
-
- start() - Method in class de.caluga.morphium.replicaset.OplogMonitor
-
- start() - Method in class de.caluga.morphium.replicaset.RSMonitor
-
- 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(String, Object) - Method in class de.caluga.morphium.aggregation.Group
-
- stdDevSamp(String, Object) - Method in class de.caluga.morphium.aggregation.Group
-
- stop() - Method in class de.caluga.morphium.replicaset.OplogMonitor
-
- store(String, String, List<Map<String, Object>>, WriteConcern) - Method in class de.caluga.morphium.driver.mongodb.Driver
-
- 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
-
- StoreBulkRequest - Class in de.caluga.morphium.driver.bulk
-
store bulk request
- StoreBulkRequest(List<Map<String, Object>>) - Constructor for class de.caluga.morphium.driver.bulk.StoreBulkRequest
-
- 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(List<T>, AsyncOperationCallback<T>) - Method in class de.caluga.morphium.Morphium
-
- storeMessage(Msg) - Method in class de.caluga.morphium.messaging.Messaging
-
- 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
-
- 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
-
- 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
-
- 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.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.cache.CacheListener.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.constants.RunCommand.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.constants.RunCommand.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.constants.RunCommand.Response
-
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.Msg.Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.messaging.MsgType
-
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.MorphiumStorageListener.UpdateTypes
-
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.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.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.cache.CacheListener.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.constants.RunCommand.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.constants.RunCommand.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.caluga.morphium.constants.RunCommand.Response
-
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.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.messaging.MsgType
-
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.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.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.