K - key typeV - value typepublic interface KeyValueSnapshot<K,V>
KeyValueStore at a point-in-time.
 The snapshot MUST be closed after use.| Modifier and Type | Method and Description | 
|---|---|
| void | close()Closes this snapshot releasing any associated resources. | 
| KeyValueIterator<K,V> | iterator()Creates a new iterator for this snapshot. | 
KeyValueIterator<K,V> iterator()
KeyValueIterator.close().void close()