Package | Description |
---|---|
org.corfudb.generator | |
org.corfudb.runtime.collections | |
org.corfudb.universe.node.client |
Modifier and Type | Method and Description |
---|---|
Collection<CorfuTable> |
State.getMaps() |
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) |
Modifier and Type | Method and Description |
---|---|
<K,V> CorfuTable<K,V> |
CorfuClient.createDefaultCorfuTable(String streamName)
Create a default CorfuTable object for data-path
verification in scenario tests
|
<K,V> CorfuTable<K,V> |
LocalCorfuClient.createDefaultCorfuTable(String streamName) |
Copyright © 2019 CorfuDB. All rights reserved.