Uses of Class
org.redisson.config.Config
Packages that use Config
Package
Description
-
Uses of Config in org.redisson
Fields in org.redisson declared as ConfigMethods in org.redisson that return ConfigModifier and TypeMethodDescriptionRedisson.getConfig()RedissonReactive.getConfig()RedissonRx.getConfig()Methods in org.redisson with parameters of type ConfigModifier and TypeMethodDescriptionstatic RedissonClientCreate sync/async Redisson instance with provided configstatic RedissonReactiveClientRedisson.createReactive(Config config) Deprecated.static RedissonRxClientDeprecated.Constructors in org.redisson with parameters of type ConfigModifierConstructorDescriptionprotectedprotectedRedissonReactive(Config config) protectedRedissonRx(Config config) -
Uses of Config in org.redisson.api
Methods in org.redisson.api that return ConfigModifier and TypeMethodDescriptionRedissonClient.getConfig()Allows to get configuration provided during Redisson instance creation.RedissonReactiveClient.getConfig()Allows to get configuration provided during Redisson instance creation.RedissonRxClient.getConfig()Allows to get configuration provided during Redisson instance creation. -
Uses of Config in org.redisson.codec
Methods in org.redisson.codec with parameters of type ConfigModifier and TypeMethodDescription<T extends Codec>
TDefaultReferenceCodecProvider.getCodec(RObjectField anno, Class<?> cls, Class<K> rObjectClass, String fieldName, Config config) <T extends Codec>
TGet a codec instance by a REntity annotation and the class annotated with it.ReferenceCodecProvider.getCodec(RObjectField anno, Class<?> cls, Class<K> rObjectClass, String fieldName, Config config) Get a codec instance by a RObjectField annotation and the class annotated with REntity, the implementation class of RObject the field is going to be transformed into and the name of the field with this RObjectField annotation. -
Uses of Config in org.redisson.config
Subclasses of Config in org.redisson.configModifier and TypeClassDescriptionclassRedisson Node configurationclassRedisson Node file configurationMethods in org.redisson.config that return ConfigModifier and TypeMethodDescriptionstatic ConfigDeprecated.static ConfigConfig.fromJSON(File file, ClassLoader classLoader) Deprecated.static ConfigConfig.fromJSON(InputStream inputStream) Deprecated.static ConfigDeprecated.static ConfigDeprecated.static ConfigDeprecated.static ConfigRead config object stored in YAML format fromFilestatic ConfigConfig.fromYAML(File file, ClassLoader classLoader) static ConfigConfig.fromYAML(InputStream inputStream) Read config object stored in YAML format fromInputStreamstatic ConfigRead config object stored in YAML format fromReaderstatic ConfigRead config object stored in YAML format fromStringstatic ConfigRead config object stored in YAML format fromURLConfig.setAddressResolverGroupFactory(AddressResolverGroupFactory addressResolverGroupFactory) Used to switch betweenDnsAddressResolverGroupimplementations.Config.setCheckLockSyncedSlaves(boolean checkLockSyncedSlaves) Defines whether to check synchronized slaves amount with actual slaves amount after lock acquisition.Config.setCleanUpKeysAmount(int cleanUpKeysAmount) Defines expired keys amount deleted per single operation during clean up process of expired entries.Redis data codec.Config.setConnectionListener(ConnectionListener connectionListener) Sets connection listener which is triggered when Redisson connected/disconnected to Redis serverConfig.setEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup) Use external EventLoopGroup.Config.setExecutor(ExecutorService executor) Use external ExecutorService.Config.setKeepPubSubOrder(boolean keepPubSubOrder) Defines whether to keep PubSub messages handling in arrival order or handle messages concurrently.Config.setLazyInitialization(boolean lazyInitialization) Defines whether Redisson connects to Redis only when first Redis call is made and not during Redisson instance creation.Config.setLockWatchdogTimeout(long lockWatchdogTimeout) This parameter is only used if lock has been acquired without leaseTimeout parameter definition.Config.setMaxCleanUpDelay(int maxCleanUpDelay) Defines maximum delay in seconds for clean up process of expired entries.Config.setMinCleanUpDelay(int minCleanUpDelay) Defines minimum delay in seconds for clean up process of expired entries.Config.setNettyHook(NettyHook nettyHook) Netty hook applied to Netty Bootstrap and Channel objects.Config.setNettyThreads(int nettyThreads) Threads amount shared between all redis clients used by Redisson.Config.setReliableTopicWatchdogTimeout(long timeout) Reliable Topic subscriber expires aftertimeoutif watchdog didn't extend it to nexttimeouttime interval.Config.setSlavesSyncTimeout(long timeout) Defines slaves synchronization timeout applied to each operation ofRLock,RSemaphore,RPermitExpirableSemaphoreobjects.Config.setThreads(int threads) Threads amount shared across all listeners ofRTopicobject, invocation handlers ofRRemoteServiceobject andRExecutorServicetasks.Config.setTransportMode(TransportMode transportMode) Transport modeConfig.setUseScriptCache(boolean useScriptCache) Defines whether to use Lua-script cache on Redis side.Config.setUseThreadClassLoader(boolean useThreadClassLoader) Defines whether to supply Thread ContextClassLoader to Codec.Methods in org.redisson.config with parameters of type ConfigModifier and TypeMethodDescriptionstatic ConnectionManagerConfigSupport.createConnectionManager(Config configCopy) Constructors in org.redisson.config with parameters of type ConfigModifierConstructorDescriptionRedissonNodeConfig(Config oldConf) RedissonNodeFileConfig(Config oldConf) -
Uses of Config in org.redisson.connection
Methods in org.redisson.connection that return ConfigConstructors in org.redisson.connection with parameters of type Config -
Uses of Config in org.redisson.jcache.configuration
Methods in org.redisson.jcache.configuration that return ConfigMethods in org.redisson.jcache.configuration with parameters of type ConfigModifier and TypeMethodDescriptionstatic <K,V> javax.cache.configuration.Configuration <K, V> RedissonConfiguration.fromConfig(Config config) static <K,V> javax.cache.configuration.Configuration <K, V> RedissonConfiguration.fromConfig(Config config, javax.cache.configuration.Configuration<K, V> jcacheConfig)