Uses of Class
org.apache.storm.trident.state.OpaqueValue
Packages that use OpaqueValue
Package
Description
- 
Uses of OpaqueValue in org.apache.storm.redis.trident.stateMethod parameters in org.apache.storm.redis.trident.state with type arguments of type OpaqueValueModifier and TypeMethodDescriptionstatic StateFactoryRedisClusterMapState.opaque(JedisClusterConfig jedisClusterConfig, Options<OpaqueValue> opts) Provides StateFactory for opaque transactional.static StateFactoryRedisMapState.opaque(JedisPoolConfig jedisPoolConfig, Options<OpaqueValue> opts) Provides StateFactory for opaque transactional.
- 
Uses of OpaqueValue in org.apache.storm.trident.stateMethods in org.apache.storm.trident.state that return OpaqueValueMethods in org.apache.storm.trident.state with parameters of type OpaqueValue
- 
Uses of OpaqueValue in org.apache.storm.trident.state.mapMethod parameters in org.apache.storm.trident.state.map with type arguments of type OpaqueValueModifier and TypeMethodDescriptionstatic <T> MapState<T>OpaqueMap.build(IBackingMap<OpaqueValue> backing) Constructor parameters in org.apache.storm.trident.state.map with type arguments of type OpaqueValue