Skip navigation links
A B C D E F G J K L M N O P R S T U V W 

A

AbstractRedisBolt - Class in org.apache.storm.redis.bolt
AbstractRedisBolt class is for users to implement custom bolts which makes interaction with Redis.
AbstractRedisBolt(JedisPoolConfig) - Constructor for class org.apache.storm.redis.bolt.AbstractRedisBolt
Constructor for single Redis environment (JedisPool)
AbstractRedisBolt(JedisClusterConfig) - Constructor for class org.apache.storm.redis.bolt.AbstractRedisBolt
Constructor for Redis Cluster environment (JedisCluster)
AbstractRedisMapState<T> - Class in org.apache.storm.redis.trident.state
AbstractRedisMapState is base class of any RedisMapState, which implements IBackingMap.
AbstractRedisMapState() - Constructor for class org.apache.storm.redis.trident.state.AbstractRedisMapState
 
AbstractRedisStateQuerier<T extends State> - Class in org.apache.storm.redis.trident.state
AbstractRedisStateQuerier is base class of any RedisStateQuerier, which implements BaseQueryFunction.
AbstractRedisStateQuerier(RedisLookupMapper) - Constructor for class org.apache.storm.redis.trident.state.AbstractRedisStateQuerier
Constructor
AbstractRedisStateUpdater<T extends State> - Class in org.apache.storm.redis.trident.state
AbstractRedisStateUpdater is base class of any RedisStateUpdater, which implements BaseStateUpdater.
AbstractRedisStateUpdater(RedisStoreMapper) - Constructor for class org.apache.storm.redis.trident.state.AbstractRedisStateUpdater
Constructor
additionalKey - Variable in class org.apache.storm.redis.trident.state.AbstractRedisStateQuerier
 
additionalKey - Variable in class org.apache.storm.redis.trident.state.AbstractRedisStateUpdater
 

B

batchRetrieve(T, List<TridentTuple>) - Method in class org.apache.storm.redis.trident.state.AbstractRedisStateQuerier
beginCommit(Long) - Method in class org.apache.storm.redis.trident.state.RedisClusterState
beginCommit(Long) - Method in class org.apache.storm.redis.trident.state.RedisState
build() - Method in class org.apache.storm.redis.common.config.JedisClusterConfig.Builder
Builds JedisClusterConfig.
build() - Method in class org.apache.storm.redis.common.config.JedisPoolConfig.Builder
Builds JedisPoolConfig.
build(JedisPoolConfig) - Static method in class org.apache.storm.redis.common.container.JedisCommandsContainerBuilder
Builds container for single Redis environment.
build(JedisClusterConfig) - Static method in class org.apache.storm.redis.common.container.JedisCommandsContainerBuilder
Builds container for Redis Cluster environment.
build(List<Object>) - Method in interface org.apache.storm.redis.trident.state.KeyFactory
Converts state key to Redis key.
build(List<Object>) - Method in class org.apache.storm.redis.trident.state.KeyFactory.DefaultKeyFactory
Converts state key to Redis key.
Builder() - Constructor for class org.apache.storm.redis.common.config.JedisClusterConfig.Builder
 
Builder() - Constructor for class org.apache.storm.redis.common.config.JedisPoolConfig.Builder
 

C

close() - Method in class org.apache.storm.redis.common.container.JedisClusterContainer
close() - Method in class org.apache.storm.redis.common.container.JedisContainer
collector - Variable in class org.apache.storm.redis.bolt.AbstractRedisBolt
 
commit(Long) - Method in class org.apache.storm.redis.trident.state.RedisClusterState
commit(Long) - Method in class org.apache.storm.redis.trident.state.RedisState

D

dataType - Variable in class org.apache.storm.redis.trident.state.AbstractRedisStateQuerier
 
dataType - Variable in class org.apache.storm.redis.trident.state.AbstractRedisStateUpdater
 
dataTypeDescription - Variable in class org.apache.storm.redis.trident.state.Options
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.storm.redis.bolt.RedisLookupBolt
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.storm.redis.bolt.RedisStoreBolt
declareOutputFields(OutputFieldsDeclarer) - Method in interface org.apache.storm.redis.common.mapper.RedisLookupMapper
declare what are the fields that this code will output.
DEFAULT_HOST - Static variable in class org.apache.storm.redis.common.config.JedisPoolConfig
 
DEFAULT_POOL_CONFIG - Static variable in class org.apache.storm.redis.common.container.JedisCommandsContainerBuilder
 
DEFAULT_POOL_CONFIG - Static variable in class org.apache.storm.redis.trident.state.RedisClusterMapState.Factory
 
DEFAULT_POOL_CONFIG - Static variable in class org.apache.storm.redis.trident.state.RedisClusterState.Factory
 
DEFAULT_POOL_CONFIG - Static variable in class org.apache.storm.redis.trident.state.RedisMapState.Factory
 
DEFAULT_POOL_CONFIG - Static variable in class org.apache.storm.redis.trident.state.RedisState.Factory
 
DEFAULT_SERIALIZERS - Static variable in class org.apache.storm.redis.trident.state.AbstractRedisMapState
 
DefaultKeyFactory() - Constructor for class org.apache.storm.redis.trident.state.KeyFactory.DefaultKeyFactory
 

E

execute(Tuple) - Method in class org.apache.storm.redis.bolt.RedisLookupBolt
execute(Tuple) - Method in class org.apache.storm.redis.bolt.RedisStoreBolt
execute(TridentTuple, List<Values>, TridentCollector) - Method in class org.apache.storm.redis.trident.state.AbstractRedisStateQuerier
expireIntervalSec - Variable in class org.apache.storm.redis.trident.state.AbstractRedisStateUpdater
 
expireIntervalSec - Variable in class org.apache.storm.redis.trident.state.Options
 

F

Factory(JedisClusterConfig, StateType, Options) - Constructor for class org.apache.storm.redis.trident.state.RedisClusterMapState.Factory
Constructor
Factory(JedisClusterConfig) - Constructor for class org.apache.storm.redis.trident.state.RedisClusterState.Factory
Constructor
Factory(JedisPoolConfig, StateType, Options) - Constructor for class org.apache.storm.redis.trident.state.RedisMapState.Factory
Constructor
Factory(JedisPoolConfig) - Constructor for class org.apache.storm.redis.trident.state.RedisState.Factory
Constructor

G

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
 

J

JedisClusterConfig - Class in org.apache.storm.redis.common.config
Configuration for JedisCluster.
JedisClusterConfig(Set<InetSocketAddress>, int, int) - Constructor for class org.apache.storm.redis.common.config.JedisClusterConfig
Constructor
JedisClusterConfig.Builder - Class in org.apache.storm.redis.common.config
Builder for initializing JedisClusterConfig.
JedisClusterContainer - Class in org.apache.storm.redis.common.container
Container for managing JedisCluster.
JedisClusterContainer(JedisCluster) - Constructor for class org.apache.storm.redis.common.container.JedisClusterContainer
Constructor
JedisCommandsContainerBuilder - Class in org.apache.storm.redis.common.container
Container Builder which helps abstraction of two env.
JedisCommandsContainerBuilder() - Constructor for class org.apache.storm.redis.common.container.JedisCommandsContainerBuilder
 
JedisCommandsInstanceContainer - Interface in org.apache.storm.redis.common.container
Interfaces for containers which stores instances implementing JedisCommands.
JedisContainer - Class in org.apache.storm.redis.common.container
Container for managing Jedis instances.
JedisContainer(JedisPool) - Constructor for class org.apache.storm.redis.common.container.JedisContainer
Constructor
JedisPoolConfig - Class in org.apache.storm.redis.common.config
Configuration for JedisPool.
JedisPoolConfig(String, int, int, String, int) - Constructor for class org.apache.storm.redis.common.config.JedisPoolConfig
Constructor
JedisPoolConfig.Builder - Class in org.apache.storm.redis.common.config
Builder for initializing JedisPoolConfig.

K

KeyFactory - Interface in org.apache.storm.redis.trident.state
KeyFactory defines conversion of state key (which could be compounded) -> Redis key.
keyFactory - Variable in class org.apache.storm.redis.trident.state.Options
 
KeyFactory.DefaultKeyFactory - Class in org.apache.storm.redis.trident.state
Default Key Factory

L

localCacheSize - Variable in class org.apache.storm.redis.trident.state.Options
 

M

makeState(Map, IMetricsContext, int, int) - Method in class org.apache.storm.redis.trident.state.RedisClusterMapState.Factory
makeState(Map, IMetricsContext, int, int) - Method in class org.apache.storm.redis.trident.state.RedisClusterState.Factory
makeState(Map, IMetricsContext, int, int) - Method in class org.apache.storm.redis.trident.state.RedisMapState.Factory
makeState(Map, IMetricsContext, int, int) - Method in class org.apache.storm.redis.trident.state.RedisState.Factory
multiGet(List<List<Object>>) - Method in class org.apache.storm.redis.trident.state.AbstractRedisMapState
multiPut(List<List<Object>>, List<T>) - Method in class org.apache.storm.redis.trident.state.AbstractRedisMapState

N

nonTransactional(JedisClusterConfig) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for non transactional.
nonTransactional(JedisClusterConfig, RedisDataTypeDescription) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for non transactional.
nonTransactional(JedisClusterConfig, KeyFactory) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for non transactional.
nonTransactional(JedisClusterConfig, Options<Object>) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for non transactional.
nonTransactional(JedisPoolConfig) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for non transactional.
nonTransactional(JedisPoolConfig, RedisDataTypeDescription) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for non transactional.
nonTransactional(JedisPoolConfig, KeyFactory) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for non transactional.
nonTransactional(JedisPoolConfig, Options<Object>) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for non transactional.

O

opaque(JedisClusterConfig) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for opaque transactional.
opaque(JedisClusterConfig, RedisDataTypeDescription) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for opaque transactional.
opaque(JedisClusterConfig, KeyFactory) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for opaque transactional.
opaque(JedisClusterConfig, Options<OpaqueValue>) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for opaque transactional.
opaque(JedisPoolConfig) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for opaque transactional.
opaque(JedisPoolConfig, RedisDataTypeDescription) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for opaque transactional.
opaque(JedisPoolConfig, KeyFactory) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for opaque transactional.
opaque(JedisPoolConfig, Options<OpaqueValue>) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for opaque transactional.
Options<T> - Class in org.apache.storm.redis.trident.state
Options of State.
Options() - Constructor for class org.apache.storm.redis.trident.state.Options
 
org.apache.storm.redis.bolt - package org.apache.storm.redis.bolt
 
org.apache.storm.redis.common.config - package org.apache.storm.redis.common.config
 
org.apache.storm.redis.common.container - package org.apache.storm.redis.common.container
 
org.apache.storm.redis.common.mapper - package org.apache.storm.redis.common.mapper
 
org.apache.storm.redis.trident.state - package org.apache.storm.redis.trident.state
 

P

prepare(Map, TopologyContext, OutputCollector) - Method in class org.apache.storm.redis.bolt.AbstractRedisBolt

R

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.

S

serializer - Variable in class org.apache.storm.redis.trident.state.Options
 
setDatabase(int) - Method in class org.apache.storm.redis.common.config.JedisPoolConfig.Builder
Sets database index.
setExpireInterval(int) - Method in class org.apache.storm.redis.trident.state.AbstractRedisStateUpdater
Sets expire (time to live) if needed
setHost(String) - Method in class org.apache.storm.redis.common.config.JedisPoolConfig.Builder
Sets host.
setMaxRedirections(int) - Method in class org.apache.storm.redis.common.config.JedisClusterConfig.Builder
Sets limit of redirection.
setNodes(Set<InetSocketAddress>) - Method in class org.apache.storm.redis.common.config.JedisClusterConfig.Builder
Sets list of node.
setPassword(String) - Method in class org.apache.storm.redis.common.config.JedisPoolConfig.Builder
Sets password.
setPort(int) - Method in class org.apache.storm.redis.common.config.JedisPoolConfig.Builder
Sets port.
setTimeout(int) - Method in class org.apache.storm.redis.common.config.JedisClusterConfig.Builder
Sets socket / connection timeout.
setTimeout(int) - Method in class org.apache.storm.redis.common.config.JedisPoolConfig.Builder
Sets timeout.

T

toTuple(ITuple, Object) - Method in interface org.apache.storm.redis.common.mapper.RedisLookupMapper
Converts return value from Redis to a list of storm values that can be emitted.
transactional(JedisClusterConfig) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for transactional.
transactional(JedisClusterConfig, RedisDataTypeDescription) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for transactional.
transactional(JedisClusterConfig, KeyFactory) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for transactional.
transactional(JedisClusterConfig, Options<TransactionalValue>) - Static method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Provides StateFactory for transactional.
transactional(JedisPoolConfig) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for transactional.
transactional(JedisPoolConfig, RedisDataTypeDescription) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for transactional.
transactional(JedisPoolConfig, KeyFactory) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for transactional.
transactional(JedisPoolConfig, Options<TransactionalValue>) - Static method in class org.apache.storm.redis.trident.state.RedisMapState
Provides StateFactory for transactional.
TupleMapper - Interface in org.apache.storm.redis.common.mapper
TupleMapper defines how to extract key and value from tuple for Redis.

U

updateState(T, List<TridentTuple>, TridentCollector) - Method in class org.apache.storm.redis.trident.state.AbstractRedisStateUpdater
updateStatesToRedis(Map<String, String>) - Method in class org.apache.storm.redis.trident.state.AbstractRedisMapState
Updates (key, value) pairs to Redis.
updateStatesToRedis(T, Map<String, String>) - Method in class org.apache.storm.redis.trident.state.AbstractRedisStateUpdater
Updates (key, value) pairs to Redis.
updateStatesToRedis(Map<String, String>) - Method in class org.apache.storm.redis.trident.state.RedisClusterMapState
Updates (key, value) pairs to Redis.
updateStatesToRedis(RedisClusterState, Map<String, String>) - Method in class org.apache.storm.redis.trident.state.RedisClusterStateUpdater
Updates (key, value) pairs to Redis.
updateStatesToRedis(Map<String, String>) - Method in class org.apache.storm.redis.trident.state.RedisMapState
Updates (key, value) pairs to Redis.
updateStatesToRedis(RedisState, Map<String, String>) - Method in class org.apache.storm.redis.trident.state.RedisStateUpdater
Updates (key, value) pairs to Redis.

V

valueOf(String) - Static method in enum org.apache.storm.redis.common.mapper.RedisDataTypeDescription.RedisDataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.storm.redis.common.mapper.RedisDataTypeDescription.RedisDataType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withExpire(int) - Method in class org.apache.storm.redis.trident.state.RedisClusterStateUpdater
Sets expire (time to live) if needed.
withExpire(int) - Method in class org.apache.storm.redis.trident.state.RedisStateUpdater
Sets expire (time to live) if needed.
A B C D E F G J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2015 The Apache Software Foundation. All Rights Reserved.