Package | Description |
---|---|
org.corfudb.runtime.collections | |
org.corfudb.samples |
Modifier and Type | Method and Description |
---|---|
default void |
ISMRMap.blindPut(K key,
V value)
Deprecated.
This operation behaves like a put operation, but does not
return the previous value, and does not result in a read
of the map.
|
void |
CorfuTable.clear() |
void |
ISMRMap.clear()
Deprecated.
|
void |
CorfuTable.delete(K key)
Delete a key from a map.
|
void |
CorfuTable.insert(K key,
V value)
Insert a key-value pair into a map, overwriting any previous mapping.
|
void |
CorfuTable.putAll(Map<? extends K,? extends V> m) |
void |
ISMRMap.putAll(Map<? extends K,? extends V> m)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CorfuCompoundObject.set(CorfuCompoundObject.Inner in,
int id) |
void |
CorfuSharedCounter.Set(int newvalue)
Set() method is annotates as a Mutator method.
|
Copyright © 2019 CorfuDB. All rights reserved.