Package | Description |
---|---|
org.apache.storm.hbase.state | |
org.apache.storm.redis.state | |
org.apache.storm.state |
Modifier and Type | Class and Description |
---|---|
class |
HBaseKeyValueState<K,V>
A Hbase based implementation that persists the state in HBase.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisKeyValueState<K,V>
A redis based implementation that persists the state in Redis.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryKeyValueState<K,V>
An in-memory implementation of the
State |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.