Package | Description |
---|---|
org.corfudb.runtime.collections |
Modifier and Type | Class and Description |
---|---|
class |
SMRMap<K,V>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default void |
ISMRMap.undoPut(ISMRMap<K,V> map,
V undoRecord,
K key,
V value)
Deprecated.
Undo a put, given the current state of the map, an undo record
and the arguments to the put command to undo.
|
default void |
ISMRMap.undoPutAll(ISMRMap<K,V> map,
Map<K,V> undoRecord,
Map<? extends K,? extends V> m)
Deprecated.
Undo a remove, given the current state of the map, an undo record
and the arguments to the remove command to undo.
|
default Map<K,V> |
ISMRMap.undoPutAllRecord(ISMRMap<K,V> previousState,
Map<? extends K,? extends V> m)
Deprecated.
Generate an undo record for putAll, given the previous state of the map
and the parameters to the putAll call.
|
default V |
ISMRMap.undoPutRecord(ISMRMap<K,V> previousState,
K key,
V value)
Deprecated.
Generate an undo record for a put, given the previous state of the map
and the parameters to the put call.
|
default void |
ISMRMap.undoRemove(ISMRMap<K,V> map,
V undoRecord,
K key)
Deprecated.
Undo a remove, given the current state of the map, an undo record
and the arguments to the remove command to undo.
|
default V |
ISMRMap.undoRemoveRecord(ISMRMap<K,V> previousState,
K key)
Deprecated.
Generate an undo record for a remove, given the previous state of the map
and the parameters to the remove call.
|
Copyright © 2019 CorfuDB. All rights reserved.