Class RedisState.Factory

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

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

    • DEFAULT_POOL_CONFIG

      public static final redis.clients.jedis.JedisPoolConfig DEFAULT_POOL_CONFIG
  • Constructor Details

    • Factory

      public Factory(JedisPoolConfig config)
      Constructor.
      Parameters:
      config - configuration of JedisPool
  • Method Details