Verwendungen von Klasse
de.caluga.morphium.MorphiumConfig
Packages, die MorphiumConfig verwenden
-
Verwendungen von MorphiumConfig in de.caluga.morphium
Methoden in de.caluga.morphium, die MorphiumConfig zurückgebenModifikator und TypMethodeBeschreibungMorphiumConfig.addHostToSeed(String host) Veraltet.MorphiumConfig.addHostToSeed(String host, int port) Veraltet.MorphiumConfig.createCopy()static MorphiumConfigMorphiumConfig.createFromJson(String json) MorphiumConfig.disableAsyncWrites()Veraltet.MorphiumConfig.disableAutoValues()Veraltet.MorphiumConfig.disableBufferedWrites()Veraltet.MorphiumConfig.disableReadCache()Veraltet.MorphiumConfig.enableAsyncWrites()Veraltet.MorphiumConfig.enableAutoValues()Veraltet.MorphiumConfig.enableBufferedWrites()Veraltet.MorphiumConfig.enableReadCache()Veraltet.static MorphiumConfigMorphiumConfig.fromProperties(String prefix, Properties p) static MorphiumConfigMorphiumConfig.fromProperties(Properties p) Morphium.getConfig()abstract MorphiumConfigMorphiumBase.getConfig()MorphiumConfig.setAsyncWriter(MorphiumWriter asyncWriter) Veraltet.MorphiumConfig.setAsyncWritesEnabled(boolean asyncWritesEnabled) Veraltet.MorphiumConfig.setAutoIndexAndCappedCreationOnWrite(boolean autoIndexAndCappedCreationOnWrite) use collectionCheckSettingsMorphiumConfig.setAutoValuesEnabled(boolean enabled) Veraltet.MorphiumConfig.setBufferedWriter(MorphiumWriter bufferedWriter) Veraltet.MorphiumConfig.setBufferedWritesEnabled(boolean bufferedWritesEnabled) Veraltet.MorphiumConfig.setCache(MorphiumCache cache) Veraltet.MorphiumConfig.setCamelCaseConversionEnabled(boolean camelCaseConversionEnabled) Veraltet.MorphiumConfig.setCappedCheck(CollectionCheckSettings.CappedCheck cappedCheck) Veraltet.MorphiumConfig.setCheckForNew(boolean checkForNew) Veraltet.MorphiumConfig.setCompressionType(MorphiumConfig.CompressionType t) Veraltet.MorphiumConfig.setConnectionTimeout(int connectionTimeout) Veraltet.MorphiumConfig.setCredentialsDecryptionKey(String credentialsDecryptionKey) Veraltet.MorphiumConfig.setCredentialsEncrypted(Boolean credentialsEncrypted) Veraltet.MorphiumConfig.setCredentialsEncryptionKey(String credentialsEncryptionKey) Veraltet.MorphiumConfig.setCursorBatchSize(int cursorBatchSize) MorphiumConfig.setDatabase(String database) Veraltet.MorphiumConfig.setDefaultReadPreference(ReadPreference defaultReadPreference) Veraltet.MorphiumConfig.setDefaultReadPreferenceType(String stringDefaultReadPreference) Veraltet.MorphiumConfig.setDriverName(String driverName) Veraltet.MorphiumConfig.setEncryptionKeyProviderClass(Class<? extends EncryptionKeyProvider> encryptionKeyProviderClass) Veraltet.MorphiumConfig.setGlobalCacheValidTime(int globalCacheValidTime) Veraltet.MorphiumConfig.setHeartbeatFrequency(int heartbeatFrequency) Veraltet.MorphiumConfig.setHostSeed(String hostPorts) Veraltet.MorphiumConfig.setHostSeed(String... hostPorts) Veraltet.MorphiumConfig.setHostSeed(String hosts, String ports) Veraltet.MorphiumConfig.setHostSeed(List<String> str) Veraltet.MorphiumConfig.setHostSeed(List<String> str, List<Integer> ports) Veraltet.MorphiumConfig.setHousekeepingTimeout(int housekeepingTimeout) Veraltet.MorphiumConfig.setLocalThreshold(int localThreshold) Veraltet.MorphiumConfig.setMaxConnectionIdleTime(int maxConnectionIdleTime) Veraltet.MorphiumConfig.setMaxConnectionLifeTime(int maxConnectionLifeTime) Veraltet.MorphiumConfig.setMaxConnections(int maxConnections) Veraltet.MorphiumConfig.setMaximumRetriesAsyncWriter(int maximumRetriesAsyncWriter) Veraltet.MorphiumConfig.setMaximumRetriesBufferedWriter(int maximumRetriesBufferedWriter) Veraltet.MorphiumConfig.setMaximumRetriesWriter(int maximumRetriesWriter) Veraltet.MorphiumConfig.setMaxWaitTime(int maxWaitTime) Veraltet.MorphiumConfig.setMessagingStatusInfoListenerEnabled(boolean messagingStatusInfoListenerEnabled) Veraltet.MorphiumConfig.setMessagingStatusInfoListenerName(String name) Veraltet.MorphiumConfig.setMinConnections(int minConnections) Veraltet.MorphiumConfig.setMongoAuthDb(String mongoAuthDb) Veraltet.MorphiumConfig.setMongoLogin(String mongoLogin) Veraltet.MorphiumConfig.setMongoPassword(String mongoPassword) Veraltet.MorphiumConfig.setObjectSerializationEnabled(boolean objectSerializationEnabled) Veraltet.MorphiumConfig.setReadCacheEnabled(boolean readCacheEnabled) Veraltet.MorphiumConfig.setReadTimeout(int readTimeout) Veraltet.MorphiumConfig.setReplicasetMonitoring(boolean replicaset) Veraltet.MorphiumConfig.setRequiredReplicaSetName(String requiredReplicaSetName) Veraltet.MorphiumConfig.setRetriesOnNetworkError(int retriesOnNetworkError) Veraltet.MorphiumConfig.setRetryWaitTimeAsyncWriter(int retryWaitTimeAsyncWriter) Veraltet.MorphiumConfig.setRetryWaitTimeBufferedWriter(int retryWaitTimeBufferedWriter) Veraltet.MorphiumConfig.setRetryWaitTimeWriter(int retryWaitTimeWriter) Veraltet.MorphiumConfig.setServerSelectionTimeout(int serverSelectionTimeout) Veraltet.MorphiumConfig.setSleepBetweenNetworkErrorRetries(int sleepBetweenNetworkErrorRetries) Veraltet.MorphiumConfig.setThreadConnectionMultiplier(int mp) Veraltet.MorphiumConfig.setThreadPoolAsyncOpCoreSize(int threadPoolAsyncOpCoreSize) Veraltet.MorphiumConfig.setThreadPoolAsyncOpKeepAliveTime(long threadPoolAsyncOpKeepAliveTime) Veraltet.MorphiumConfig.setThreadPoolAsyncOpMaxSize(int threadPoolAsyncOpMaxSize) Veraltet.MorphiumConfig.setThreadPoolMessagingCoreSize(int threadPoolMessagingCoreSize) Veraltet.MorphiumConfig.setThreadPoolMessagingKeepAliveTime(long threadPoolMessagingKeepAliveTime) Veraltet.MorphiumConfig.setThreadPoolMessagingMaxSize(int threadPoolMessagingMaxSize) Veraltet.MorphiumConfig.setValueEncryptionProviderClass(Class<? extends ValueEncryptionProvider> valueEncryptionProviderClass) Veraltet.MorphiumConfig.setWarnOnNoEntitySerialization(boolean warnOnNoEntitySerialization) Veraltet.MorphiumConfig.setWriteBufferTime(int writeBufferTime) Veraltet.MorphiumConfig.setWriteBufferTimeGranularity(int writeBufferTimeGranularity) Veraltet.MorphiumConfig.setWriteCacheTimeout(int writeCacheTimeout) Veraltet.MorphiumConfig.setWriter(MorphiumWriter writer) Veraltet.Methoden in de.caluga.morphium mit Parametern vom Typ MorphiumConfigKonstruktoren in de.caluga.morphium mit Parametern vom Typ MorphiumConfig