- 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(Morphium, int, int) - Constructor for class de.caluga.morphium.cache.CacheHousekeeper
-
- 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.Morphium
-
- 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
-
- checkAccess(String, Permission) - Method in class de.caluga.morphium.Morphium
-
- checkAccess(Object, Permission) - Method in class de.caluga.morphium.secure.DefaultSecurityManager
-
- checkAccess(String, Permission) - Method in class de.caluga.morphium.secure.DefaultSecurityManager
-
- checkAccess(Class<?>, Permission) - Method in class de.caluga.morphium.secure.DefaultSecurityManager
-
- checkAccess(Object, Permission) - Method in interface de.caluga.morphium.secure.MongoSecurityManager
-
Called by layer when access to a given type occurs.
- checkAccess(String, Permission) - Method in interface de.caluga.morphium.secure.MongoSecurityManager
-
more flexible access for security.
- checkAccess(Class<?>, Permission) - Method in interface de.caluga.morphium.secure.MongoSecurityManager
-
- clearAlteredFields() - Method in interface de.caluga.morphium.PartiallyUpdateable
-
- clearAlteredFields() - Method in class de.caluga.morphium.PartiallyUpdateableProxy
-
- 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!
- clearCacheIfNecessary(Class) - Method in class de.caluga.morphium.Morphium
-
- clearCollection(Class<?>) - Method in class de.caluga.morphium.Morphium
-
issues a delete command - no lifecycle methods calles, no drop, keeps all indexec this way
- 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!
- clearFilters() - Method in class de.caluga.morphium.logging.MongoAppender
-
- clone() - Method in interface de.caluga.morphium.query.Query
-
- clone() - Method in class de.caluga.morphium.query.QueryImpl
-
- cloneCache() - Method in class de.caluga.morphium.Morphium
-
- cloneIdCache() - Method in class de.caluga.morphium.Morphium
-
- close() - Method in class de.caluga.morphium.logging.MongoAppender
-
- close() - Method in class de.caluga.morphium.logging.MongoHandler
-
- close() - Method in class de.caluga.morphium.Morphium
-
- complexQuery(DBObject) - Method in interface de.caluga.morphium.query.Query
-
- complexQuery(DBObject, 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(DBObject, String, int, int) - Method in interface de.caluga.morphium.query.Query
-
- complexQuery(DBObject) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQuery(DBObject, String, int, int) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQuery(DBObject, Map<String, Integer>, int, int) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQueryOne(DBObject) - Method in interface de.caluga.morphium.query.Query
-
same as copmplexQuery(query,0,1).get(0);
- complexQueryOne(DBObject, Map<String, Integer>, int) - Method in interface de.caluga.morphium.query.Query
-
- complexQueryOne(DBObject, Map<String, Integer>) - Method in interface de.caluga.morphium.query.Query
-
- complexQueryOne(DBObject) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQueryOne(DBObject, Map<String, Integer>, int) - Method in class de.caluga.morphium.query.QueryImpl
-
- complexQueryOne(DBObject, Map<String, Integer>) - Method in class de.caluga.morphium.query.QueryImpl
-
- ConfigElement - Class in de.caluga.morphium
-
- ConfigElement() - Constructor for class de.caluga.morphium.ConfigElement
-
- ConfigManager - Interface in de.caluga.morphium
-
User: Stephan Bösebeck
Date: 21.06.12
Time: 19:26
- ConfigManagerImpl - Class in de.caluga.morphium
-
- ConfigManagerImpl() - Constructor for class de.caluga.morphium.ConfigManagerImpl
-
- 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
-
- convertCamelCase(String) - Method in interface de.caluga.morphium.ObjectMapper
-
- convertCamelCase(String) - Method in class de.caluga.morphium.ObjectMapperImpl
-
turns documentId into document_id
- countAll() - Method in interface de.caluga.morphium.query.Query
-
count all results in query - does not take limit or skip into account
- 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
-
- createCamelCase(String) - Method in class de.caluga.morphium.Morphium
-
- createCamelCase(String, boolean) - Method in interface de.caluga.morphium.ObjectMapper
-
- createCamelCase(String, boolean) - Method in class de.caluga.morphium.ObjectMapperImpl
-
converts a sql/javascript-Name to Java, e.g. converts document_id to
documentId.
- CreatedBy - Annotation Type in de.caluga.morphium.annotations
-
User: Stephan Bösebeck
Date: 29.05.12
Time: 15:31
Define the field to hold the created by string.
- createLazyLoadedEntity(Class<? extends T>, ObjectId) - 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>) - 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.MorphiumSingleton
-
threadsafe Singleton implementation.
- get() - Method in interface de.caluga.morphium.query.Query
-
get only 1 result (first one in result list)
- get() - Method in class de.caluga.morphium.query.QueryImpl
-
- get() - Method in class de.caluga.morphium.StatisticValue
-
- getActiveNodes() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getAdditional() - Method in class de.caluga.morphium.messaging.Msg
-
- getAdminGroupName() - Method in class de.caluga.morphium.MorphiumConfig
-
- getAdr() - Method in class de.caluga.morphium.MorphiumConfig
-
- 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.Morphium
-
- getAllFields(Class) - Method in interface de.caluga.morphium.ObjectMapper
-
- getAllFields(Class) - Method in class de.caluga.morphium.ObjectMapperImpl
-
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.Morphium
-
returns annotations, even if in class hierarchy or
lazyloading proxy
- getArbiterOnly() - Method in class de.caluga.morphium.replicaset.ConfNode
-
- getById(ObjectId) - Method in interface de.caluga.morphium.query.Query
-
returns one object that matches to id
- getById(ObjectId) - Method in class de.caluga.morphium.query.QueryImpl
-
- getCacheKey(DBObject, Map<String, Integer>, int, int) - Method in class de.caluga.morphium.Morphium
-
- getCacheKey(Query) - Method in class de.caluga.morphium.Morphium
-
create unique cache key for queries, also honoring skip & limit and sorting
- getCausedBy() - Method in class de.caluga.morphium.logging.Log
-
- getChildren() - Method in class de.caluga.morphium.FilterExpression
-
- getCollectionName(Class<?>, ObjectMapper, boolean, boolean, String, Morphium) - Method in class de.caluga.morphium.DefaultNameProvider
-
- 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
-
- getConfig() - Method in class de.caluga.morphium.Morphium
-
- getConfig() - Static method in class de.caluga.morphium.MorphiumSingleton
-
- getConfig() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getConfigElement(String) - Method in interface de.caluga.morphium.ConfigManager
-
- getConfigElement(String) - Method in class de.caluga.morphium.ConfigManagerImpl
-
- getConfigManager() - Method in class de.caluga.morphium.Morphium
-
- getConfigManager() - Method in class de.caluga.morphium.MorphiumConfig
-
- getConfigManagerCacheTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getConnectionTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getCount() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
how many elements are to be processed.
- getCount() - Method in class de.caluga.morphium.query.MorphiumIteratorImpl
-
- getCreated() - Method in class de.caluga.morphium.cache.CacheElement
-
- getCreatedByField(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getCreationTimeField(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getCurrentBuffer() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
get the current buffer.
- getCurrentBuffer() - Method in class de.caluga.morphium.query.MorphiumIteratorImpl
-
- 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.MorphiumIteratorImpl
-
- getCurrentUser() - Method in interface de.caluga.morphium.UserContext
-
- getCurrentUserId() - Method in class de.caluga.morphium.secure.DefaultSecurityManager
-
- getCurrentUserId() - Method in interface de.caluga.morphium.secure.MongoSecurityManager
-
depending on implementation, this might be an ObjectId or a login string or whatever
ATTENTION: needs to be compatible with @StoreCreationTime and @StoreLAstAccess etc.
- getCurrentUserId() - Method in interface de.caluga.morphium.UserContext
-
- getCurrentValue() - Method in class de.caluga.morphium.Sequence
-
- getCurrentValue() - Method in class de.caluga.morphium.SequenceGenerator
-
- getCursor() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
returns current cursor position
- getCursor() - Method in class de.caluga.morphium.query.MorphiumIteratorImpl
-
- getDatabase() - Method in class de.caluga.morphium.Morphium
-
- 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.Morphium
-
- getDefaultReadPreference() - Method in class de.caluga.morphium.MorphiumConfig
-
- getDoubleValue(Object, String) - Method in class de.caluga.morphium.Morphium
-
- getErrorHandler() - Method in class de.caluga.morphium.logging.MongoAppender
-
- getExceptionMessage() - Method in class de.caluga.morphium.logging.Log
-
- getExceptionName() - Method in class de.caluga.morphium.logging.Log
-
- getExceptionStacktrace() - Method in class de.caluga.morphium.logging.Log
-
- getField() - Method in class de.caluga.morphium.FilterExpression
-
- getField(Class, String) - Method in class de.caluga.morphium.Morphium
-
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)
- getField(Class, String) - Method in interface de.caluga.morphium.ObjectMapper
-
- getField(Class, String) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- getFieldImplClass() - Method in class de.caluga.morphium.MorphiumConfig
-
- getFieldName(Class<?>, String) - Method in class de.caluga.morphium.Morphium
-
- getFieldName(Class, String) - Method in interface de.caluga.morphium.ObjectMapper
-
- getFieldName(Class, String) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- getFields(Class<?>) - Method in class de.caluga.morphium.Morphium
-
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
- getFields(Class, Class<? extends Annotation>...) - Method in interface de.caluga.morphium.ObjectMapper
-
- getFields(Class, Class<? extends Annotation>...) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- getFieldString() - Method in interface de.caluga.morphium.query.MongoField
-
- getFieldString() - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- getFilter() - Method in class de.caluga.morphium.logging.MongoAppender
-
- getFound() - Method in class de.caluga.morphium.cache.CacheElement
-
- getFromCache(Class<? extends T>, String) - Method in class de.caluga.morphium.Morphium
-
return object by from cache.
- getGlobalCacheValidTime() - Method in class de.caluga.morphium.MorphiumConfig
-
for future use - set Global Caching time
- getHealth() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getHost() - Method in class de.caluga.morphium.replicaset.ConfNode
-
- getHousekeepingTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getId() - Method in class de.caluga.morphium.ConfigElement
-
- getId() - Method in class de.caluga.morphium.logging.Log
-
- getId(Object) - Method in class de.caluga.morphium.Morphium
-
- getId(Object) - Method in interface de.caluga.morphium.ObjectMapper
-
- getId(Object) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- 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.Sequence
-
- getId() - Method in class de.caluga.morphium.SequenceGenerator
-
- getInAnswerTo() - Method in class de.caluga.morphium.messaging.Msg
-
- getInc() - Method in class de.caluga.morphium.SequenceGenerator
-
- getIteratorClass() - Method in class de.caluga.morphium.MorphiumConfig
-
- getLastAccessByField(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getLastAccessField(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getLastChangeByField(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getLastChangeField(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getLastHeartbeat() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getLayout() - Method in class de.caluga.morphium.logging.MongoAppender
-
- getLevel() - Method in class de.caluga.morphium.logging.Log
-
- getLimit() - Method in interface de.caluga.morphium.query.Query
-
- getLimit() - Method in class de.caluga.morphium.query.QueryImpl
-
- getListSetting(String) - Method in interface de.caluga.morphium.ConfigManager
-
- getListSetting(String) - Method in class de.caluga.morphium.ConfigManagerImpl
-
- getListValue() - Method in class de.caluga.morphium.ConfigElement
-
- getLocked() - Method in class de.caluga.morphium.messaging.Msg
-
- 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.Morphium
-
- getLru() - Method in class de.caluga.morphium.cache.CacheElement
-
- getMapper() - Method in class de.caluga.morphium.Morphium
-
- getMapper() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMapper() - Method in interface de.caluga.morphium.query.MongoField
-
- getMapper() - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- getMapSetting(String) - Method in interface de.caluga.morphium.ConfigManager
-
- getMapSetting(String) - Method in class de.caluga.morphium.ConfigManagerImpl
-
- getMapValue() - Method in class de.caluga.morphium.ConfigElement
-
- getMapValue() - Method in class de.caluga.morphium.messaging.Msg
-
- getMaxAutoReconnectTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaxConnections() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMaxWaitTime() - Method in class de.caluga.morphium.MorphiumConfig
-
- 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
-
- getMessage() - Method in class de.caluga.morphium.logging.Log
-
- getMode() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMongo() - Method in class de.caluga.morphium.Morphium
-
- getMongoLogin() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMongoPassword() - Method in class de.caluga.morphium.MorphiumConfig
-
- getMorphium() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getMorphium() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getMorphium() - Method in interface de.caluga.morphium.ConfigManager
-
- getMorphium() - Method in class de.caluga.morphium.ConfigManagerImpl
-
- 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.ConfigElement
-
- getName() - Method in class de.caluga.morphium.logging.MongoAppender
-
- 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
-
- getNextValue() - Method in class de.caluga.morphium.SequenceGenerator
-
- getNumber() - Method in enum de.caluga.morphium.MongoType
-
- getOperators() - Method in class de.caluga.morphium.aggregation.Group
-
- getOptime() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getOptimeDate() - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- getOrder() - Method in interface de.caluga.morphium.query.Query
-
- getOrder() - Method in class de.caluga.morphium.query.QueryImpl
-
- getParams() - Method in class de.caluga.morphium.logging.Log
-
- 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
-
- getPriority() - Method in class de.caluga.morphium.replicaset.ConfNode
-
- getProcessedBy() - Method in class de.caluga.morphium.messaging.Msg
-
- getProperties() - Method in class de.caluga.morphium.MorphiumConfig
-
- getQuery() - Method in class de.caluga.morphium.DAO
-
- getQuery() - Method in interface de.caluga.morphium.query.MongoField
-
- getQuery() - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- getQuery() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- getQuery() - Method in class de.caluga.morphium.query.MorphiumIteratorImpl
-
- 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.query.QueryImpl
-
retrun mongo's readPreference
- getReadPreferenceLevel() - Method in interface de.caluga.morphium.query.Query
-
- getReadPreferenceLevel() - Method in class de.caluga.morphium.query.QueryImpl
-
- getRealClass(Class<? extends T>) - Method in interface de.caluga.morphium.ObjectMapper
-
de-Referencing class - handling for Lazy-Dereferencing und parital update
- getRealClass(Class<? extends T>) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- getRealObject(T) - Method in interface de.caluga.morphium.ObjectMapper
-
de-Referencing class - handling for Lazy-Dereferencing und parital update
- getRealObject(T) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- getReplicaSetStatus() - Method in class de.caluga.morphium.Morphium
-
same as retReplicaSetStatus(false);
- getReplicaSetStatus(boolean) - Method in class de.caluga.morphium.Morphium
-
get the current replicaset status - issues the replSetGetStatus command to mongo
if full==true, also the configuration is read.
- getResultType() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getResultType() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getSearchType() - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- getSearchType() - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- getSecurityManager() - Method in class de.caluga.morphium.Morphium
-
- getSecurityMgr() - Method in class de.caluga.morphium.MorphiumConfig
-
- getSender() - Method in class de.caluga.morphium.messaging.Msg
-
- getSenderId() - Method in class de.caluga.morphium.messaging.Messaging
-
- getSequence() - Method in class de.caluga.morphium.logging.Log
-
- getSet() - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- getSetting(String) - Method in interface de.caluga.morphium.ConfigManager
-
- getSetting(String) - Method in class de.caluga.morphium.ConfigManagerImpl
-
- getSettings() - Method in interface de.caluga.morphium.ConfigManager
-
- getSettings(String) - Method in interface de.caluga.morphium.ConfigManager
-
- getSettings() - Method in class de.caluga.morphium.ConfigManagerImpl
-
- getSettings(String) - Method in class de.caluga.morphium.ConfigManagerImpl
-
- getSkip() - Method in interface de.caluga.morphium.query.Query
-
- getSkip() - Method in class de.caluga.morphium.query.QueryImpl
-
- getSocketTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getSourceClass() - Method in class de.caluga.morphium.logging.Log
-
- getSourceMethod() - Method in class de.caluga.morphium.logging.Log
-
- 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.Morphium
-
- getSuperUserLogin() - Method in class de.caluga.morphium.MorphiumConfig
-
- getSuperUserPassword() - Method in class de.caluga.morphium.MorphiumConfig
-
- getThreadId() - Method in class de.caluga.morphium.logging.Log
-
- getThreadName() - Method in class de.caluga.morphium.logging.Log
-
- getTimestamp() - Method in class de.caluga.morphium.logging.Log
-
- getTimestamp() - Method in class de.caluga.morphium.messaging.Msg
-
- getTo() - Method in class de.caluga.morphium.messaging.Msg
-
- getTtl() - Method in class de.caluga.morphium.messaging.Msg
-
- 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.Morphium
-
- 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
-
- getValidTimeByClassName() - Method in class de.caluga.morphium.MorphiumConfig
-
- getValidTimeForClass(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- getValue() - Method in enum de.caluga.morphium.annotations.SafetyLevel
-
- getValue() - Method in class de.caluga.morphium.ConfigElement
-
- 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
-
- getValue(Object, String) - Method in class de.caluga.morphium.Morphium
-
- getValue(Object, String) - Method in interface de.caluga.morphium.ObjectMapper
-
- getValue(Object, String) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- getValueOf(Object, String) - Method in class de.caluga.morphium.Morphium
-
- getValueOf(Object, Enum) - Method in class de.caluga.morphium.Morphium
-
- getVersion() - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- getWhere() - Method in interface de.caluga.morphium.query.Query
-
- getWhere() - Method in class de.caluga.morphium.query.QueryImpl
-
- getWindowSize() - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- getWindowSize() - Method in class de.caluga.morphium.query.MorphiumIteratorImpl
-
- getWriteCacheTimeout() - Method in class de.caluga.morphium.MorphiumConfig
-
- getWriteConcernForClass(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- getWriter() - Method in class de.caluga.morphium.MorphiumConfig
-
- group(BasicDBObject) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- group(Map<String, String>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- group(String) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- group(BasicDBObject) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- group(Map<String, String>) - 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>, Map<String, String>) - Constructor for class de.caluga.morphium.aggregation.Group
-
- Group(Aggregator<T, R>, String) - Constructor for class de.caluga.morphium.aggregation.Group
-
- Group(Aggregator<T, R>, BasicDBObject) - Constructor for class de.caluga.morphium.aggregation.Group
-
- group(Query, Map<String, Object>, String, String, String...) - Method in class de.caluga.morphium.Morphium
-
- 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
-
- SafetyLevel - Enum in de.caluga.morphium.annotations
-
User: Stephan Bösebeck
Date: 26.05.12
Time: 16:35
Define the type of Write safety.
- sendAnswer(Messaging, Msg) - Method in class de.caluga.morphium.messaging.Msg
-
- sendClearAllMessage(String) - Method in class de.caluga.morphium.cache.CacheSynchronizer
-
- sendClearMessage(Object, String, boolean) - Method in class de.caluga.morphium.cache.CacheSynchronizer
-
- sendClearMessage(Class, String) - 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() - Constructor for class de.caluga.morphium.SequenceGenerator
-
- SequenceGenerator(Morphium, String) - Constructor for class de.caluga.morphium.SequenceGenerator
-
- SequenceGenerator(Morphium, String, int, long) - Constructor for class de.caluga.morphium.SequenceGenerator
-
- set(Query<?>, Enum, Object) - Method in class de.caluga.morphium.Morphium
-
- set(Query<?>, String, Object) - Method in class de.caluga.morphium.Morphium
-
- set(Query<?>, String, 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<?>, Map<String, Object>, boolean, boolean) - 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(Object, String, Object) - Method in interface de.caluga.morphium.Writer
-
changes an object in DB
- set(Query<?>, Map<String, Object>, boolean, boolean) - Method in interface de.caluga.morphium.Writer
-
will change an entry in mongodb-collection corresponding to given class object
if query is too complex, upsert might not work!
- set(Object, String, Object) - Method in class de.caluga.morphium.WriterImpl
-
changes an object in DB
- set(Query<?>, Map<String, Object>, boolean, boolean) - Method in class de.caluga.morphium.WriterImpl
-
will change an entry in mongodb-collection corresponding to given class object
if query is too complex, upsert might not work!
- setAdditional(List<String>) - Method in class de.caluga.morphium.messaging.Msg
-
- setAdminGroupName(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setAdr(List<ServerAddress>) - Method in class de.caluga.morphium.MorphiumConfig
-
add addresses to your servers here.
- 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
-
- setArbiterOnly(Boolean) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setAutoAnswer(boolean) - Method in class de.caluga.morphium.messaging.Messaging
-
- setAutoreconnect(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setCache(Hashtable<Class<?>, Hashtable<String, CacheElement>>) - Method in class de.caluga.morphium.Morphium
-
- setCausedBy(String) - Method in class de.caluga.morphium.logging.Log
-
- setChildren(List<FilterExpression>) - Method in class de.caluga.morphium.FilterExpression
-
- setConfig(MorphiumConfig) - Static method in class de.caluga.morphium.MorphiumSingleton
-
set configuration for MongoDbLayer
- setConfig(ReplicaSetConf) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setConfigManager(ConfigManager) - Method in class de.caluga.morphium.MorphiumConfig
-
- setConfigManagerCacheTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setConnectionTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setCurrentValue(Long) - Method in class de.caluga.morphium.Sequence
-
- setDatabase(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setDate(Date) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setDefaultReadPreference(ReadPreferenceLevel) - Method in class de.caluga.morphium.MorphiumConfig
-
- setDeleted(Boolean) - Method in class de.caluga.morphium.ConfigElement
-
- setEnum(Query<?>, Map<Enum, Object>, boolean, boolean) - Method in class de.caluga.morphium.Morphium
-
- setErrorHandler(ErrorHandler) - Method in class de.caluga.morphium.logging.MongoAppender
-
- setExceptionMessage(String) - Method in class de.caluga.morphium.logging.Log
-
- setExceptionName(String) - Method in class de.caluga.morphium.logging.Log
-
- setExceptionStacktrace(List<String>) - Method in class de.caluga.morphium.logging.Log
-
- setExclusive(boolean) - Method in class de.caluga.morphium.messaging.Msg
-
- 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
-
- setFound(List<T>) - Method in class de.caluga.morphium.cache.CacheElement
-
- setGlobalCacheValidTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setHealth(int) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setHost(String) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setHousekeepingTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setId(ObjectId) - Method in class de.caluga.morphium.ConfigElement
-
- setId(ObjectId) - Method in class de.caluga.morphium.logging.Log
-
- setId(String) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setId(String) - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- setId(ObjectId) - Method in class de.caluga.morphium.Sequence
-
- setId(String) - Method in class de.caluga.morphium.SequenceGenerator
-
- setIdCache(Hashtable<Class<?>, Hashtable<ObjectId, Object>>) - Method in class de.caluga.morphium.Morphium
-
- setInAnswerTo(ObjectId) - Method in class de.caluga.morphium.messaging.Msg
-
- setInc(int) - Method in class de.caluga.morphium.SequenceGenerator
-
- setIteratorClass(Class<? extends MorphiumIterator>) - Method in class de.caluga.morphium.MorphiumConfig
-
- setLastHeartbeat(Date) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setLayout(Layout) - Method in class de.caluga.morphium.logging.MongoAppender
-
- setLevel(String) - Method in class de.caluga.morphium.logging.Log
-
- setListValue(List<String>) - Method in class de.caluga.morphium.ConfigElement
-
- setLocked(long) - Method in class de.caluga.morphium.messaging.Msg
-
- setLockedBy(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setLockedBy(String) - Method in class de.caluga.morphium.Sequence
-
- setLru(long) - Method in class de.caluga.morphium.cache.CacheElement
-
- setMapper(ObjectMapper) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMapper(ObjectMapper) - Method in interface de.caluga.morphium.query.MongoField
-
- setMapper(ObjectMapper) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- setMapValue(Map<String, String>) - Method in class de.caluga.morphium.ConfigElement
-
- setMapValue(Map<String, Object>) - Method in class de.caluga.morphium.messaging.Msg
-
- setMaxAutoReconnectTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaxConnections(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMaxWaitTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMembers(List<ConfNode>) - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- setMembers(List<ReplicaSetNode>) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setMessage(String) - Method in class de.caluga.morphium.logging.Log
-
- setMessaging(Messaging) - Method in class de.caluga.morphium.cache.CacheSynchronizer
-
- setMessaging(Messaging) - Method in interface de.caluga.morphium.messaging.MessageListener
-
- setMode(MongoDbMode) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMongoLogin(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setMongoPassword(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- 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.ConfigManager
-
- setMorphium(Morphium) - Method in class de.caluga.morphium.ConfigManagerImpl
-
- setMorphium(Morphium) - Method in interface de.caluga.morphium.ObjectMapper
-
- setMorphium(Morphium) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- 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 interface de.caluga.morphium.Writer
-
- setMorphium(Morphium) - Method in class de.caluga.morphium.WriterImpl
-
- setMsg(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setMsgId(ObjectId) - Method in class de.caluga.morphium.messaging.Msg
-
- setMyState(String) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setName(String) - Method in class de.caluga.morphium.ConfigElement
-
- setName(String) - Method in class de.caluga.morphium.logging.MongoAppender
-
- 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!
- setOptime(BSONTimestamp) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setOptimeDate(Date) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setParams(List<String>) - Method in class de.caluga.morphium.logging.Log
-
- setPause(int) - Method in class de.caluga.morphium.messaging.Messaging
-
- setPingMs(int) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setPref(ReadPreference) - Method in enum de.caluga.morphium.annotations.ReadPreferenceLevel
-
- setPriority(Integer) - Method in class de.caluga.morphium.replicaset.ConfNode
-
- setPrivileged() - Method in class de.caluga.morphium.Morphium
-
temporarily switch off security settings - needed by SecurityManagers
- setPrivilegedThread(Thread) - Method in class de.caluga.morphium.Morphium
-
- setProcessedBy(List<String>) - Method in class de.caluga.morphium.messaging.Msg
-
- setQuery(Query<T>) - Method in interface de.caluga.morphium.query.MongoField
-
- setQuery(Query<T>) - Method in class de.caluga.morphium.query.MongoFieldImpl
-
- setQuery(Query<T>) - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- setQuery(Query<T>) - Method in class de.caluga.morphium.query.MorphiumIteratorImpl
-
- 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
-
- setReadPreference(ReadPreference) - Method in class de.caluga.morphium.query.QueryImpl
-
- setReadPreferenceLevel(ReadPreferenceLevel) - Method in interface de.caluga.morphium.query.Query
-
- setReadPreferenceLevel(ReadPreferenceLevel) - Method in class de.caluga.morphium.query.QueryImpl
-
- setResultType(Class<? extends R>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- setResultType(Class<? extends R>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- setRunning(boolean) - Method in class de.caluga.morphium.ConfigManagerImpl
-
- setRunning(boolean) - Method in class de.caluga.morphium.messaging.Messaging
-
- setSearchType(Class<? extends T>) - Method in interface de.caluga.morphium.aggregation.Aggregator
-
- setSearchType(Class<? extends T>) - Method in class de.caluga.morphium.aggregation.AggregatorImpl
-
- setSecurityMgr(MongoSecurityManager) - Method in class de.caluga.morphium.MorphiumConfig
-
- setSender(String) - Method in class de.caluga.morphium.messaging.Msg
-
- setSenderId(String) - Method in class de.caluga.morphium.messaging.Messaging
-
- setSequence(long) - Method in class de.caluga.morphium.logging.Log
-
- setSet(String) - Method in class de.caluga.morphium.replicaset.ReplicaSetStatus
-
- setSocketKeepAlive(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setSocketTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setSourceClass(String) - Method in class de.caluga.morphium.logging.Log
-
- setSourceMethod(String) - Method in class de.caluga.morphium.logging.Log
-
- 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
-
- setSuperUserLogin(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setSuperUserPassword(String) - Method in class de.caluga.morphium.MorphiumConfig
-
- setThreadId(int) - Method in class de.caluga.morphium.logging.Log
-
- setThreadName(String) - Method in class de.caluga.morphium.logging.Log
-
- setTimeout(int) - Method in interface de.caluga.morphium.ConfigManager
-
- setTimeout(int) - Method in class de.caluga.morphium.ConfigManagerImpl
-
- setTimeoutBugWorkAroundEnabled(boolean) - Method in class de.caluga.morphium.MorphiumConfig
-
- setTimestamp(long) - Method in class de.caluga.morphium.logging.Log
-
- setTimestamp(long) - Method in class de.caluga.morphium.messaging.Msg
-
- setTo(List<String>) - Method in class de.caluga.morphium.messaging.Msg
-
- setTtl(long) - Method in class de.caluga.morphium.messaging.Msg
-
- 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
-
- setUptime(long) - Method in class de.caluga.morphium.replicaset.ReplicaSetNode
-
- setValidCacheTime(Class<?>, int) - Method in class de.caluga.morphium.cache.CacheHousekeeper
-
- setValidTime(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setValidTimeByClassName(Map<String, Integer>) - Method in class de.caluga.morphium.MorphiumConfig
-
- setValidTimeForClass(String, int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setValue(String) - Method in class de.caluga.morphium.ConfigElement
-
- 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
-
- setValue(Object, String, Object) - Method in class de.caluga.morphium.Morphium
-
- setValue(Object, Object, String) - Method in interface de.caluga.morphium.ObjectMapper
-
- setValue(Object, Object, String) - Method in class de.caluga.morphium.ObjectMapperImpl
-
- setValueIn(Object, String, Object) - Method in class de.caluga.morphium.Morphium
-
does not set values in DB only in the entity
- setValueIn(Object, Enum, Object) - Method in class de.caluga.morphium.Morphium
-
- setVersion(int) - Method in class de.caluga.morphium.replicaset.ReplicaSetConf
-
- setWindowSize(int) - Method in interface de.caluga.morphium.query.MorphiumIterator
-
- setWindowSize(int) - Method in class de.caluga.morphium.query.MorphiumIteratorImpl
-
- setWriteCacheTimeout(int) - Method in class de.caluga.morphium.MorphiumConfig
-
- setWriter(Writer) - 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.
- SimpleFormatter - Class in de.caluga.morphium.logging
-
- SimpleFormatter() - Constructor for class de.caluga.morphium.logging.SimpleFormatter
-
- simplifyQueryObject(DBObject) - Method in class de.caluga.morphium.Morphium
-
- 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
-
- startCleanupThread() - Method in interface de.caluga.morphium.ConfigManager
-
- startCleanupThread() - Method in class de.caluga.morphium.ConfigManagerImpl
-
- 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
-
- StorageAdapter<T> - Class in de.caluga.morphium
-
- StorageAdapter() - Constructor for class de.caluga.morphium.StorageAdapter
-
- store(Object) - Method in class de.caluga.morphium.Morphium
-
Stores a single Object.
- store(Object) - Method in interface de.caluga.morphium.Writer
-
Stores the object, should be an entity
- store(List) - Method in interface de.caluga.morphium.Writer
-
stores the given list of objects, should be entities or embedded
- store(Object) - Method in class de.caluga.morphium.WriterImpl
-
- store(List) - Method in class de.caluga.morphium.WriterImpl
-
- storeInBackground(Object) - Method in class de.caluga.morphium.Morphium
-
- storeList(List<T>) - Method in class de.caluga.morphium.Morphium
-
- storeMessage(Msg) - Method in class de.caluga.morphium.messaging.Messaging
-
- storeNoCache(Object) - Method in class de.caluga.morphium.Morphium
-
- storesCreatedBy(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- storesCreation(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- storeSetting(ConfigElement) - Method in interface de.caluga.morphium.ConfigManager
-
- storeSetting(ConfigElement) - Method in class de.caluga.morphium.ConfigManagerImpl
-
- storesLastAccess(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- storesLastAccessBy(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- storesLastChange(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- storesLastChangeBy(Class<?>) - Method in class de.caluga.morphium.Morphium
-
- storeUsingFields(Object, String...) - Method in interface de.caluga.morphium.Writer
-
update an object using fields specified
- storeUsingFields(Object, String...) - Method in class de.caluga.morphium.WriterImpl
-
- 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.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.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.MongoDbMode
-
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.ReadAccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.caluga.morphium.secure.Permission
-
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.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.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.MongoDbMode
-
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.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.secure.Permission
-
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.