public interface MapMultimapState<K1,K2,V> extends storm.trident.state.State
V
get(K1 key, K2 subkey)
Map<K2,V>
getAll(K1 key)
boolean
put(K1 key, K2 subkey, V value)
beginCommit, commit
boolean put(K1 key, K2 subkey, V value)
V get(K1 key, K2 subkey)
Map<K2,V> getAll(K1 key)
Copyright © 2013. All Rights Reserved.