Class RedisClientConfig


  • public class RedisClientConfig
    extends 
    Author:
    Nikita Koksharov
    • Constructor Detail

      • RedisClientConfig

        public RedisClientConfig()
    • Method Detail

      • getNettyHook

        public NettyHook getNettyHook()
      • setNettyHook

        public void setNettyHook​(NettyHook nettyHook)
      • getSslHostname

        public  getSslHostname()
      • setSslHostname

        public  sslHostname)
      • setAddress

        public  host,
                                            int port)
      • setAddress

        public  address)
      • setAddress

        public  addr,
                                            RedisURI address)
      • getAddress

        public RedisURI getAddress()
      • getAddr

        public  getAddr()
      • getTimer

        public io.netty.util.Timer getTimer()
      • getExecutor

        public  getExecutor()
      • setExecutor

        public  executor)
      • getGroup

        public io.netty.channel.EventLoopGroup getGroup()
      • setGroup

        public RedisClientConfig setGroup​(io.netty.channel.EventLoopGroup group)
      • getSocketChannelClass

        public <? extends io.netty.channel.socket.SocketChannel> getSocketChannelClass()
      • setSocketChannelClass

        public <? extends io.netty.channel.socket.SocketChannel> socketChannelClass)
      • getConnectTimeout

        public int getConnectTimeout()
      • setConnectTimeout

        public RedisClientConfig setConnectTimeout​(int connectTimeout)
      • getCommandTimeout

        public int getCommandTimeout()
      • setCommandTimeout

        public RedisClientConfig setCommandTimeout​(int commandTimeout)
      • getSslTruststore

        public  getSslTruststore()
      • setSslTruststore

        public  sslTruststore)
      • getSslKeystore

        public  getSslKeystore()
      • setSslKeystore

        public  sslKeystore)
      • getSslKeystorePassword

        public  getSslKeystorePassword()
      • setSslKeystorePassword

        public  sslKeystorePassword)
      • getSslTruststorePassword

        public  getSslTruststorePassword()
      • setSslTruststorePassword

        public  sslTruststorePassword)
      • isSslEnableEndpointIdentification

        public boolean isSslEnableEndpointIdentification()
      • setSslEnableEndpointIdentification

        public RedisClientConfig setSslEnableEndpointIdentification​(boolean enableEndpointIdentification)
      • getPassword

        public  getPassword()
      • setPassword

        public  password)
      • getDatabase

        public int getDatabase()
      • getClientName

        public  getClientName()
      • setClientName

        public  clientName)
      • isReadOnly

        public boolean isReadOnly()
      • isKeepPubSubOrder

        public boolean isKeepPubSubOrder()
      • setKeepPubSubOrder

        public RedisClientConfig setKeepPubSubOrder​(boolean keepPubSubOrder)
      • getPingConnectionInterval

        public int getPingConnectionInterval()
      • setPingConnectionInterval

        public RedisClientConfig setPingConnectionInterval​(int pingConnectionInterval)
      • isKeepAlive

        public boolean isKeepAlive()
      • isTcpNoDelay

        public boolean isTcpNoDelay()
      • getResolverGroup

        public io.netty.resolver.AddressResolverGroup<> getResolverGroup()
      • setResolverGroup

        public > resolverGroup)
      • getUsername

        public  getUsername()
      • setUsername

        public  username)
      • getSslProtocols

        public [] getSslProtocols()
      • setSslProtocols

        public [] sslProtocols)