- getAdditionalKey() - Method in class org.apache.storm.redis.common.mapper.RedisDataTypeDescription
-
Returns defined additional key.
- getDatabase() - Method in class org.apache.storm.redis.common.config.JedisPoolConfig
-
Returns database index.
- getDataType() - Method in class org.apache.storm.redis.common.mapper.RedisDataTypeDescription
-
Returns defined data type.
- getDataTypeDescription() - Method in interface org.apache.storm.redis.common.mapper.RedisMapper
-
Returns descriptor which defines data type.
- getHost() - Method in class org.apache.storm.redis.common.config.JedisPoolConfig
-
Returns host.
- getInstance() - Method in class org.apache.storm.redis.bolt.AbstractRedisBolt
-
Borrow JedisCommands instance from container.
- getInstance() - Method in class org.apache.storm.redis.common.container.JedisClusterContainer
-
Borrows instance from container.
- getInstance() - Method in interface org.apache.storm.redis.common.container.JedisCommandsInstanceContainer
-
Borrows instance from container.
- getInstance() - Method in class org.apache.storm.redis.common.container.JedisContainer
-
Borrows instance from container.
- getJedis() - Method in class org.apache.storm.redis.trident.state.RedisState
-
Borrows Jedis instance from pool.
- getJedisCluster() - Method in class org.apache.storm.redis.trident.state.RedisClusterState
-
Borrows JedisCluster instance.
- getKeyFactory() - Method in class org.apache.storm.redis.trident.state.AbstractRedisMapState
-
Returns KeyFactory which is used for converting state key -> Redis key.
- getKeyFactory() - Method in class org.apache.storm.redis.trident.state.RedisClusterMapState
-
Returns KeyFactory which is used for converting state key -> Redis key.
- getKeyFactory() - Method in class org.apache.storm.redis.trident.state.RedisMapState
-
Returns KeyFactory which is used for converting state key -> Redis key.
- getKeyFromTuple(ITuple) - Method in interface org.apache.storm.redis.common.mapper.TupleMapper
-
Extracts key from tuple.
- getMaxRedirections() - Method in class org.apache.storm.redis.common.config.JedisClusterConfig
-
Returns limit of redirection.
- getNodes() - Method in class org.apache.storm.redis.common.config.JedisClusterConfig
-
Returns nodes.
- getPassword() - Method in class org.apache.storm.redis.common.config.JedisPoolConfig
-
Returns password.
- getPort() - Method in class org.apache.storm.redis.common.config.JedisPoolConfig
-
Returns port.
- getSerializer() - Method in class org.apache.storm.redis.trident.state.AbstractRedisMapState
-
Returns Serializer which is used for serializing tuple value and deserializing Redis value.
- getSerializer() - Method in class org.apache.storm.redis.trident.state.RedisClusterMapState
-
Returns Serializer which is used for serializing tuple value and deserializing Redis value.
- getSerializer() - Method in class org.apache.storm.redis.trident.state.RedisMapState
-
Returns Serializer which is used for serializing tuple value and deserializing Redis value.
- getTimeout() - Method in class org.apache.storm.redis.common.config.JedisClusterConfig
-
Returns socket / connection timeout.
- getTimeout() - Method in class org.apache.storm.redis.common.config.JedisPoolConfig
-
Returns timeout.
- getValueFromTuple(ITuple) - Method in interface org.apache.storm.redis.common.mapper.TupleMapper
-
Extracts value from tuple.
- globalKey - Variable in class org.apache.storm.redis.trident.state.Options
-
- RedisClusterMapState<T> - Class in org.apache.storm.redis.trident.state
-
IBackingMap implementation for Redis Cluster environment.
- RedisClusterMapState(JedisCluster, Options, Serializer<T>, KeyFactory) - Constructor for class org.apache.storm.redis.trident.state.RedisClusterMapState
-
Constructor
- RedisClusterMapState.Factory - Class in org.apache.storm.redis.trident.state
-
RedisClusterMapState.Factory provides Redis Cluster environment version of StateFactory.
- RedisClusterState - Class in org.apache.storm.redis.trident.state
-
Implementation of State for Redis Cluster environment.
- RedisClusterState(JedisCluster) - Constructor for class org.apache.storm.redis.trident.state.RedisClusterState
-
Constructor
- RedisClusterState.Factory - Class in org.apache.storm.redis.trident.state
-
RedisClusterState.Factory implements StateFactory for Redis Cluster environment.
- RedisClusterStateQuerier - Class in org.apache.storm.redis.trident.state
-
BaseQueryFunction implementation for Redis Cluster environment.
- RedisClusterStateQuerier(RedisLookupMapper) - Constructor for class org.apache.storm.redis.trident.state.RedisClusterStateQuerier
-
Constructor
- RedisClusterStateUpdater - Class in org.apache.storm.redis.trident.state
-
BaseStateUpdater implementation for Redis Cluster environment.
- RedisClusterStateUpdater(RedisStoreMapper) - Constructor for class org.apache.storm.redis.trident.state.RedisClusterStateUpdater
-
Constructor
- RedisDataTypeDescription - Class in org.apache.storm.redis.common.mapper
-
RedisDataTypeDescription defines data type and additional key if needed for lookup / store tuples.
- RedisDataTypeDescription(RedisDataTypeDescription.RedisDataType) - Constructor for class org.apache.storm.redis.common.mapper.RedisDataTypeDescription
-
Constructor
- RedisDataTypeDescription(RedisDataTypeDescription.RedisDataType, String) - Constructor for class org.apache.storm.redis.common.mapper.RedisDataTypeDescription
-
Constructor
- RedisDataTypeDescription.RedisDataType - Enum in org.apache.storm.redis.common.mapper
-
- RedisLookupBolt - Class in org.apache.storm.redis.bolt
-
Basic bolt for querying from Redis and emits response as tuple.
- RedisLookupBolt(JedisPoolConfig, RedisLookupMapper) - Constructor for class org.apache.storm.redis.bolt.RedisLookupBolt
-
Constructor for single Redis environment (JedisPool)
- RedisLookupBolt(JedisClusterConfig, RedisLookupMapper) - Constructor for class org.apache.storm.redis.bolt.RedisLookupBolt
-
Constructor for Redis Cluster environment (JedisCluster)
- RedisLookupMapper - Interface in org.apache.storm.redis.common.mapper
-
RedisStoreMapper is for defining spec.
- RedisMapper - Interface in org.apache.storm.redis.common.mapper
-
RedisMapper is for defining data type for querying / storing from / to Redis.
- RedisMapState<T> - Class in org.apache.storm.redis.trident.state
-
IBackingMap implementation for single Redis environment.
- RedisMapState(JedisPool, Options, Serializer<T>, KeyFactory) - Constructor for class org.apache.storm.redis.trident.state.RedisMapState
-
Constructor
- RedisMapState.Factory - Class in org.apache.storm.redis.trident.state
-
RedisMapState.Factory provides single Redis environment version of StateFactory.
- RedisState - Class in org.apache.storm.redis.trident.state
-
Implementation of State for single Redis environment.
- RedisState(JedisPool) - Constructor for class org.apache.storm.redis.trident.state.RedisState
-
Constructor
- RedisState.Factory - Class in org.apache.storm.redis.trident.state
-
RedisState.Factory implements StateFactory for single Redis environment.
- RedisStateQuerier - Class in org.apache.storm.redis.trident.state
-
BaseQueryFunction implementation for single Redis environment.
- RedisStateQuerier(RedisLookupMapper) - Constructor for class org.apache.storm.redis.trident.state.RedisStateQuerier
-
Constructor
- RedisStateUpdater - Class in org.apache.storm.redis.trident.state
-
BaseStateUpdater implementation for single Redis environment.
- RedisStateUpdater(RedisStoreMapper) - Constructor for class org.apache.storm.redis.trident.state.RedisStateUpdater
-
Constructor
- RedisStoreBolt - Class in org.apache.storm.redis.bolt
-
Basic bolt for writing to Redis
- RedisStoreBolt(JedisPoolConfig, RedisStoreMapper) - Constructor for class org.apache.storm.redis.bolt.RedisStoreBolt
-
Constructor for single Redis environment (JedisPool)
- RedisStoreBolt(JedisClusterConfig, RedisStoreMapper) - Constructor for class org.apache.storm.redis.bolt.RedisStoreBolt
-
Constructor for Redis Cluster environment (JedisCluster)
- RedisStoreMapper - Interface in org.apache.storm.redis.common.mapper
-
RedisStoreMapper is for defining spec.
- retrieveValuesFromRedis(List<String>) - Method in class org.apache.storm.redis.trident.state.AbstractRedisMapState
-
Retrieves values from Redis that each value is corresponding to each key.
- retrieveValuesFromRedis(T, List<String>) - Method in class org.apache.storm.redis.trident.state.AbstractRedisStateQuerier
-
Retrieves values from Redis that each value is corresponding to each key.
- retrieveValuesFromRedis(List<String>) - Method in class org.apache.storm.redis.trident.state.RedisClusterMapState
-
Retrieves values from Redis that each value is corresponding to each key.
- retrieveValuesFromRedis(RedisClusterState, List<String>) - Method in class org.apache.storm.redis.trident.state.RedisClusterStateQuerier
-
Retrieves values from Redis that each value is corresponding to each key.
- retrieveValuesFromRedis(List<String>) - Method in class org.apache.storm.redis.trident.state.RedisMapState
-
Retrieves values from Redis that each value is corresponding to each key.
- retrieveValuesFromRedis(RedisState, List<String>) - Method in class org.apache.storm.redis.trident.state.RedisStateQuerier
-
Retrieves values from Redis that each value is corresponding to each key.
- returnInstance(JedisCommands) - Method in class org.apache.storm.redis.bolt.AbstractRedisBolt
-
Return borrowed instance to container.
- returnInstance(JedisCommands) - Method in class org.apache.storm.redis.common.container.JedisClusterContainer
-
Returns instance to container.
- returnInstance(JedisCommands) - Method in interface org.apache.storm.redis.common.container.JedisCommandsInstanceContainer
-
Returns instance to container.
- returnInstance(JedisCommands) - Method in class org.apache.storm.redis.common.container.JedisContainer
-
Returns instance to container.
- returnJedis(Jedis) - Method in class org.apache.storm.redis.trident.state.RedisState
-
Returns Jedis instance to pool.
- returnJedisCluster(JedisCluster) - Method in class org.apache.storm.redis.trident.state.RedisClusterState
-
Returns JedisCluster instance to pool.