K
- key typeV
- value typepublic interface MapWriter<K,V>
Modifier and Type | Method and Description |
---|---|
void |
delete(K key) |
void |
deleteAll(Collection<K> keys) |
void |
write(K key,
V value) |
void |
writeAll(Map<K,V> map) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.