Class RedisMapState.Factory

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

protected static class RedisMapState.Factory extends Object implements StateFactory
RedisMapState.Factory provides single Redis environment version of StateFactory.
See Also:
  • Field Details

    • DEFAULT_POOL_CONFIG

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

    • Factory

      public Factory(JedisPoolConfig jedisPoolConfig, StateType type, Options options)
      Constructor.
      Parameters:
      jedisPoolConfig - configuration for JedisPool
      type - StateType
      options - options of State
  • Method Details