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.transactional(HBaseMapState.Options<TransactionalValue> opts) |
Modifier and Type | Method and Description |
---|---|
static StateFactory |
RedisClusterMapState.transactional(JedisClusterConfig jedisClusterConfig,
Options<TransactionalValue> opts)
Provides StateFactory for transactional.
|
static StateFactory |
RedisMapState.transactional(JedisPoolConfig jedisPoolConfig,
Options<TransactionalValue> opts)
Provides StateFactory for transactional.
|
Modifier and Type | Method and Description |
---|---|
TransactionalValue |
JSONTransactionalSerializer.deserialize(byte[] b) |
Modifier and Type | Method and Description |
---|---|
byte[] |
JSONTransactionalSerializer.serialize(TransactionalValue obj) |
Modifier and Type | Method and Description |
---|---|
static <T> MapState<T> |
TransactionalMap.build(IBackingMap<TransactionalValue> backing) |
Constructor and Description |
---|
TransactionalMap(IBackingMap<TransactionalValue> backing) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.