Uses of Class
de.caluga.morphium.MorphiumConfig
-
Packages that use MorphiumConfig Package Description de.caluga.morphium -
-
Uses of MorphiumConfig in de.caluga.morphium
Methods in de.caluga.morphium that return MorphiumConfig Modifier and Type Method Description MorphiumConfigMorphiumConfig. addDefaultTag(String name, String value)MorphiumConfigMorphiumConfig. addHostToSeed(String host)MorphiumConfigMorphiumConfig. addHostToSeed(String host, int port)static MorphiumConfigMorphiumConfig. createFromJson(String json)MorphiumConfigMorphiumConfig. disableAsyncWrites()MorphiumConfigMorphiumConfig. disableAutoValues()MorphiumConfigMorphiumConfig. disableBufferedWrites()MorphiumConfigMorphiumConfig. disableReadCache()MorphiumConfigMorphiumConfig. enableAsyncWrites()MorphiumConfigMorphiumConfig. enableAutoValues()MorphiumConfigMorphiumConfig. enableBufferedWrites()MorphiumConfigMorphiumConfig. enableReadCache()static MorphiumConfigMorphiumConfig. fromProperties(String prefix, Properties p)static MorphiumConfigMorphiumConfig. fromProperties(Properties p)MorphiumConfigMorphium. getConfig()MorphiumConfigMorphiumConfig. setAsyncWriter(MorphiumWriter asyncWriter)MorphiumConfigMorphiumConfig. setAsyncWritesEnabled(boolean asyncWritesEnabled)MorphiumConfigMorphiumConfig. setAutoIndexAndCappedCreationOnWrite(boolean autoIndexAndCappedCreationOnWrite)MorphiumConfigMorphiumConfig. setAutoValuesEnabled(boolean enabled)MorphiumConfigMorphiumConfig. setBufferedWriter(MorphiumWriter bufferedWriter)MorphiumConfigMorphiumConfig. setBufferedWritesEnabled(boolean bufferedWritesEnabled)MorphiumConfigMorphiumConfig. setCache(MorphiumCache cache)MorphiumConfigMorphiumConfig. setCamelCaseConversionEnabled(boolean camelCaseConversionEnabled)MorphiumConfigMorphiumConfig. setCappedCheck(MorphiumConfig.CappedCheck cappedCheck)MorphiumConfigMorphiumConfig. setCheckForNew(boolean checkForNew)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 falseMorphiumConfigMorphiumConfig. setConnectionTimeout(int connectionTimeout)MorphiumConfigMorphiumConfig. setCredentialsDecryptionKey(String credentialsDecryptionKey)MorphiumConfigMorphiumConfig. setCredentialsEncrypted(Boolean credentialsEncrypted)MorphiumConfigMorphiumConfig. setCredentialsEncryptionKey(String credentialsEncryptionKey)MorphiumConfigMorphiumConfig. setCursorBatchSize(int cursorBatchSize)MorphiumConfigMorphiumConfig. setDatabase(String database)MorphiumConfigMorphiumConfig. setDefaultReadPreference(ReadPreference defaultReadPreference)MorphiumConfigMorphiumConfig. setDefaultReadPreferenceType(String stringDefaultReadPreference)MorphiumConfigMorphiumConfig. setDriverName(String driverName)MorphiumConfigMorphiumConfig. setGlobalCacheValidTime(int globalCacheValidTime)MorphiumConfigMorphiumConfig. setGlobalFsync(boolean globalFsync)MorphiumConfigMorphiumConfig. setGlobalJ(boolean globalJ)MorphiumConfigMorphiumConfig. setGlobalW(int globalW)MorphiumConfigMorphiumConfig. setHeartbeatFrequency(int heartbeatFrequency)MorphiumConfigMorphiumConfig. setHostSeed(String hostPorts)MorphiumConfigMorphiumConfig. setHostSeed(String... hostPorts)MorphiumConfigMorphiumConfig. setHostSeed(String hosts, String ports)MorphiumConfigMorphiumConfig. setHostSeed(List<String> str)setting hosts as Host:PortMorphiumConfigMorphiumConfig. setHostSeed(List<String> str, List<Integer> ports)MorphiumConfigMorphiumConfig. setHousekeepingTimeout(int housekeepingTimeout)MorphiumConfigMorphiumConfig. setLocalThreshold(int localThreshold)Sets the local threshold.MorphiumConfigMorphiumConfig. setMaxConnectionIdleTime(int maxConnectionIdleTime)MorphiumConfigMorphiumConfig. setMaxConnectionLifeTime(int maxConnectionLifeTime)MorphiumConfigMorphiumConfig. setMaxConnections(int maxConnections)MorphiumConfigMorphiumConfig. setMaximumRetriesAsyncWriter(int maximumRetriesAsyncWriter)MorphiumConfigMorphiumConfig. setMaximumRetriesBufferedWriter(int maximumRetriesBufferedWriter)MorphiumConfigMorphiumConfig. setMaximumRetriesWriter(int maximumRetriesWriter)MorphiumConfigMorphiumConfig. setMaxWaitTime(int maxWaitTime)Sets the maximum time that a thread will block waiting for a connection.MorphiumConfigMorphiumConfig. setMinConnections(int minConnections)MorphiumConfigMorphiumConfig. setMongoAuthDb(String mongoAuthDb)MorphiumConfigMorphiumConfig. setMongoLogin(String mongoLogin)MorphiumConfigMorphiumConfig. setMongoPassword(String mongoPassword)MorphiumConfigMorphiumConfig. setObjectSerializationEnabled(boolean objectSerializationEnabled)MorphiumConfigMorphiumConfig. setReadCacheEnabled(boolean readCacheEnabled)MorphiumConfigMorphiumConfig. setReplicasetMonitoring(boolean replicaset)MorphiumConfigMorphiumConfig. setReplicaSetMonitoringTimeout(int replicaSetMonitoringTimeout)MorphiumConfigMorphiumConfig. setRequiredReplicaSetName(String requiredReplicaSetName)MorphiumConfigMorphiumConfig. setRetriesOnNetworkError(int retriesOnNetworkError)MorphiumConfigMorphiumConfig. setRetryWaitTimeAsyncWriter(int retryWaitTimeAsyncWriter)MorphiumConfigMorphiumConfig. setRetryWaitTimeBufferedWriter(int retryWaitTimeBufferedWriter)MorphiumConfigMorphiumConfig. setRetryWaitTimeWriter(int retryWaitTimeWriter)MorphiumConfigMorphiumConfig. setServerSelectionTimeout(int serverSelectionTimeout)Sets the server selection timeout in milliseconds, which defines how long the driver will wait for server selection to succeed before throwing an exception.MorphiumConfigMorphiumConfig. setSleepBetweenNetworkErrorRetries(int sleepBetweenNetworkErrorRetries)MorphiumConfigMorphiumConfig. setThreadPoolAsyncOpCoreSize(int threadPoolAsyncOpCoreSize)MorphiumConfigMorphiumConfig. setThreadPoolAsyncOpKeepAliveTime(long threadPoolAsyncOpKeepAliveTime)MorphiumConfigMorphiumConfig. setThreadPoolAsyncOpMaxSize(int threadPoolAsyncOpMaxSize)MorphiumConfigMorphiumConfig. setThreadPoolMessagingCoreSize(int threadPoolMessagingCoreSize)MorphiumConfigMorphiumConfig. setThreadPoolMessagingKeepAliveTime(long threadPoolMessagingKeepAliveTime)MorphiumConfigMorphiumConfig. setThreadPoolMessagingMaxSize(int threadPoolMessagingMaxSize)MorphiumConfigMorphiumConfig. setValidTime(int tm)MorphiumConfigMorphiumConfig. setValueEncryptionProviderClass(Class<? extends ValueEncryptionProvider> valueEncryptionProviderClass)MorphiumConfigMorphiumConfig. setWriteBufferTime(int writeBufferTime)MorphiumConfigMorphiumConfig. setWriteBufferTimeGranularity(int writeBufferTimeGranularity)MorphiumConfigMorphiumConfig. setWriteCacheTimeout(int writeCacheTimeout)MorphiumConfigMorphiumConfig. setWriter(MorphiumWriter writer)Methods in de.caluga.morphium with parameters of type MorphiumConfig Modifier and Type Method Description voidMorphium. setConfig(MorphiumConfig cfg)Constructors in de.caluga.morphium with parameters of type MorphiumConfig Constructor Description Morphium(MorphiumConfig cfg)init the MongoDbLayer.
-