Package | Description |
---|---|
org.corfudb.runtime.collections |
Modifier and Type | Method and Description |
---|---|
protected void |
CorfuTable.undoPut(CorfuTable<K,V> table,
V undoRecord,
K key,
V value) |
protected V |
CorfuTable.undoPutRecord(CorfuTable<K,V> table,
K key,
V value) |
protected void |
CorfuTable.undoRemove(CorfuTable<K,V> table,
V undoRecord,
K key) |
protected V |
CorfuTable.undoRemoveRecord(CorfuTable<K,V> table,
K key) |
Copyright © 2019 CorfuDB. All rights reserved.