Uses of Class
de.caluga.morphium.Morphium
Packages that use Morphium
Package
Description
-
Uses of Morphium in de.caluga.morphium
Methods in de.caluga.morphium that return MorphiumMethods in de.caluga.morphium with parameters of type MorphiumModifier and TypeMethodDescriptionDefaultNameProvider.getCollectionName(Class<?> type, MorphiumObjectMapper om, boolean translateCamelCase, boolean useFQN, String specifiedName, Morphium morphium) NameProvider.getCollectionName(Class<?> type, MorphiumObjectMapper om, boolean translateCamelCase, boolean useFQN, String specifiedName, Morphium morphium) voidShutdownListener.onShutdown(Morphium m) voidvoidvoidvoidvoidvoidvoidMorphiumStorageAdapter.postRemove(Morphium m, Query<T> q) voidMorphiumStorageAdapter.postRemove(Morphium m, List<T> toRemove) voidMorphiumStorageAdapter.postRemove(Morphium m, T r) voidMorphiumStorageListener.postRemove(Morphium m, Query<T> q) voidMorphiumStorageListener.postRemove(Morphium m, List<T> lst) voidMorphiumStorageListener.postRemove(Morphium m, T r) voidvoidvoidvoidvoidMorphiumStorageAdapter.postUpdate(Morphium m, Class<? extends T> cls, Enum updateType) voidMorphiumStorageListener.postUpdate(Morphium m, Class<? extends T> cls, Enum updateType) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidSequenceGenerator.setMorphium(Morphium morphium) Constructors in de.caluga.morphium with parameters of type MorphiumModifierConstructorDescriptionSequenceGenerator(Morphium m, String n) SequenceGenerator(Morphium mrph, String name, int inc, long startValue) Statistics(Morphium morphium) -
Uses of Morphium in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return MorphiumMethods in de.caluga.morphium.aggregation with parameters of type MorphiumModifier and TypeMethodDescriptionstatic Exprgenerate field mapping according to @entity settings in class/Morphium configvoidAggregator.setMorphium(Morphium m) voidAggregatorImpl.setMorphium(Morphium m) Constructors in de.caluga.morphium.aggregation with parameters of type Morphium -
Uses of Morphium in de.caluga.morphium.cache
Fields in de.caluga.morphium.cache declared as MorphiumMethods in de.caluga.morphium.cache with parameters of type MorphiumModifier and TypeMethodDescriptionvoidCacheHousekeeper.onShutdown(Morphium m) voidvoidvoidvoidMessagingCacheSynchronizer.postRemove(Morphium m, Query q) voidMessagingCacheSynchronizer.postRemove(Morphium m, Object r) voidMessagingCacheSynchronizer.postRemove(Morphium m, List<Object> lst) voidvoidvoidMessagingCacheSynchronizer.postUpdate(Morphium m, Class cls, Enum updateType) voidvoidvoidvoidvoidvoidConstructors in de.caluga.morphium.cache with parameters of type MorphiumModifierConstructorDescriptionAbstractCacheSynchronizer(Morphium morphium) MessagingCacheSynchronizer(Messaging msg, Morphium morphium) -
Uses of Morphium in de.caluga.morphium.changestream
Methods in de.caluga.morphium.changestream with parameters of type MorphiumModifier and TypeMethodDescription<T> TChangeStreamEvent.getEntityFromData(Class<T> cls, Morphium m) voidChangeStreamMonitor.onShutdown(Morphium m) Constructors in de.caluga.morphium.changestream with parameters of type MorphiumModifierConstructorDescriptionChangeStreamMonitor(Morphium m, Class<?> entity) ChangeStreamMonitor(Morphium m, String collectionName, boolean fullDocument) ChangeStreamMonitor(Morphium m, String collectionName, boolean fullDocument, int maxWait, List<Map<String, Object>> pipeline) ChangeStreamMonitor(Morphium m, String collectionName, boolean fullDocument, List<Map<String, Object>> pipeline) -
Uses of Morphium in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver with parameters of type MorphiumModifier and TypeMethodDescription<T,R> Aggregator<T, R> MorphiumDriver.createAggregator(Morphium morphium, Class<? extends T> type, Class<? extends R> resultType) MorphiumDriver.createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc) -
Uses of Morphium in de.caluga.morphium.driver.bulk
Methods in de.caluga.morphium.driver.bulk that return MorphiumConstructors in de.caluga.morphium.driver.bulk with parameters of type Morphium -
Uses of Morphium in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that return MorphiumMethods in de.caluga.morphium.driver.inmem with parameters of type MorphiumModifier and TypeMethodDescription<T,R> Aggregator<T, R> InMemoryDriver.createAggregator(Morphium morphium, Class<? extends T> type, Class<? extends R> resultType) InMemoryDriver.createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc) voidInMemoryDriver.dump(Morphium m, String db, OutputStream out) voidInMemoryDriver.dumpToFile(Morphium m, String db, File f) voidInMemAggregator.setMorphium(Morphium m) Constructors in de.caluga.morphium.driver.inmem with parameters of type Morphium -
Uses of Morphium in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb with parameters of type MorphiumModifier and TypeMethodDescription<T,R> Aggregator<T, R> MongoDriver.createAggregator(Morphium morphium, Class<? extends T> type, Class<? extends R> resultType) MongoDriver.createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc) Constructors in de.caluga.morphium.driver.mongodb with parameters of type MorphiumModifierConstructorDescriptionMongodbBulkContext(Morphium m, String db, String collection, MongoDriver driver, boolean ordered, WriteConcern wc) -
Uses of Morphium in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire with parameters of type MorphiumModifier and TypeMethodDescription<T,R> Aggregator<T, R> PooledDriver.createAggregator(Morphium morphium, Class<? extends T> type, Class<? extends R> resultType) <T,R> Aggregator<T, R> SingleMongoConnectDriver.createAggregator(Morphium morphium, Class<? extends T> type, Class<? extends R> resultType) PooledDriver.createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc) SingleMongoConnectDriver.createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc) Constructors in de.caluga.morphium.driver.wire with parameters of type MorphiumModifierConstructorDescriptionBulkContext(Morphium m, String db, String collection, DriverBase driver, boolean ordered, int batchSize, WriteConcern wc) -
Uses of Morphium in de.caluga.morphium.messaging
Methods in de.caluga.morphium.messaging with parameters of type MorphiumConstructors in de.caluga.morphium.messaging with parameters of type MorphiumModifierConstructorDescriptionattaches to the default queue named "msg"Messaging(Morphium m, String queueName, int pause, boolean processMultiple, boolean multithreadded, int windowSize) Messaging(Morphium m, String queueName, int pause, boolean processMultiple, boolean multithreadded, int windowSize, boolean useChangeStream) Messaging(Morphium m, String queueName, int pause, boolean processMultiple, boolean multithreadded, int windowSize, boolean useChangeStream, Messaging.ReceiveAnswers recieveAnswers) -
Uses of Morphium in de.caluga.morphium.messaging.jms
Constructors in de.caluga.morphium.messaging.jms with parameters of type Morphium -
Uses of Morphium in de.caluga.morphium.objectmapping
Methods in de.caluga.morphium.objectmapping that return MorphiumModifier and TypeMethodDescriptionMorphiumObjectMapper.getMorphium()ObjectMapperImpl.getMorphium()Methods in de.caluga.morphium.objectmapping with parameters of type MorphiumModifier and TypeMethodDescriptionvoidMorphiumObjectMapper.setMorphium(Morphium m) voidObjectMapperImpl.setMorphium(Morphium m) will automatically be called after instanciation by Morphium also gets the AnnotationAndReflectionHelper from this object (to make use of the caches) -
Uses of Morphium in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return MorphiumMethods in de.caluga.morphium.query with parameters of type MorphiumConstructors in de.caluga.morphium.query with parameters of type Morphium -
Uses of Morphium in de.caluga.morphium.replicaset
Methods in de.caluga.morphium.replicaset with parameters of type MorphiumModifier and TypeMethodDescriptionvoidReplicasetStatusListener.gotNewStatus(Morphium morphium, ReplicaSetStatus status) voidReplicasetStatusListener.onGetStatusFailure(Morphium morphium, int numErrors) infoms, if replicaset status could not be optained.voidReplicasetStatusListener.onHostDown(Morphium morphium, List<String> hostsDown, List<String> currentHostSeed) voidReplicasetStatusListener.onMonitorAbort(Morphium morphium, int numErrors) called, if the ReplicasetMonitor aborts due to too many errorsConstructors in de.caluga.morphium.replicaset with parameters of type Morphium -
Uses of Morphium in de.caluga.morphium.validation
Methods in de.caluga.morphium.validation with parameters of type Morphium -
Uses of Morphium in de.caluga.morphium.writer
Methods in de.caluga.morphium.writer with parameters of type MorphiumModifier and TypeMethodDescriptionvoidBufferedMorphiumWriterImpl.onShutdown(Morphium m) voidMorphiumWriterImpl.onShutdown(Morphium m) voidBufferedMorphiumWriterImpl.setMorphium(Morphium m) voidMorphiumWriter.setMorphium(Morphium m) voidMorphiumWriterImpl.setMorphium(Morphium m)