Class RedisClusterState.Factory

java.lang.Object
org.apache.storm.redis.trident.state.RedisClusterState.Factory
All Implemented Interfaces:
Serializable, StateFactory
Enclosing class:
RedisClusterState

public static class RedisClusterState.Factory extends Object implements StateFactory
RedisClusterState.Factory implements StateFactory for Redis Cluster environment.
See Also:
  • Field Details

    • DEFAULT_POOL_CONFIG

      public static final org.apache.commons.pool2.impl.GenericObjectPoolConfig<redis.clients.jedis.Connection> DEFAULT_POOL_CONFIG
  • Constructor Details

    • Factory

      public Factory(JedisClusterConfig config)
      Constructor.
      Parameters:
      config - configuration of JedisCluster
  • Method Details