Package | Description |
---|---|
org.apache.storm.hbase.trident.state | |
org.apache.storm.redis.trident.state | |
org.apache.storm.trident.state | |
org.apache.storm.trident.state.map |
Modifier and Type | Method and Description |
---|---|
static StateFactory |
HBaseMapState.opaque(HBaseMapState.Options<OpaqueValue> opts) |
Modifier and Type | Method and Description |
---|---|
static StateFactory |
RedisClusterMapState.opaque(JedisClusterConfig jedisClusterConfig,
Options<OpaqueValue> opts)
Provides StateFactory for opaque transactional.
|
static StateFactory |
RedisMapState.opaque(JedisPoolConfig jedisPoolConfig,
Options<OpaqueValue> opts)
Provides StateFactory for opaque transactional.
|
Modifier and Type | Method and Description |
---|---|
OpaqueValue |
JSONOpaqueSerializer.deserialize(byte[] b) |
OpaqueValue<T> |
OpaqueValue.update(Long batchTxid,
T newVal) |
Modifier and Type | Method and Description |
---|---|
byte[] |
JSONOpaqueSerializer.serialize(OpaqueValue obj) |
Modifier and Type | Method and Description |
---|---|
static <T> MapState<T> |
OpaqueMap.build(IBackingMap<OpaqueValue> backing) |
Constructor and Description |
---|
OpaqueMap(IBackingMap<OpaqueValue> backing) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.