Package | Description |
---|---|
org.corfudb.runtime.collections | |
org.corfudb.samples |
Modifier and Type | Method and Description |
---|---|
boolean |
CorfuTable.containsKey(Object key) |
boolean |
ISMRMap.containsKey(Object key)
Deprecated.
|
boolean |
CorfuTable.containsValue(Object value) |
boolean |
ISMRMap.containsValue(Object value)
Deprecated.
|
Set<Map.Entry<K,V>> |
CorfuTable.entrySet()
Makes a shallow copy of the map (i.e.
|
Set<Map.Entry<K,V>> |
ISMRMap.entrySet()
Deprecated.
|
boolean |
ISMRObject.equals(Object obj)
Deprecated.
|
void |
CorfuTable.forEach(BiConsumer<? super K,? super V> action) |
V |
CorfuTable.get(Object key) |
V |
ISMRMap.get(Object key)
Deprecated.
|
<I extends Comparable<I>> |
CorfuTable.getByIndex(CorfuTable.IndexName indexName,
I indexKey)
Get a mapping using the specified index function.
|
<I extends Comparable<I>> |
CorfuTable.getByIndexAndFilter(CorfuTable.IndexName indexName,
Predicate<? super Map.Entry<K,V>> entryPredicate,
I indexKey)
Scan and filter using the specified index function and projection.
|
V |
CorfuTable.getOrDefault(Object key,
V defaultValue) |
int |
ISMRObject.hashCode()
Deprecated.
|
boolean |
CorfuTable.hasSecondaryIndices()
Return whether this table has secondary indexes or not.
|
boolean |
CorfuTable.isEmpty() |
boolean |
ISMRMap.isEmpty()
Deprecated.
|
Set<K> |
CorfuTable.keySet() |
Set<K> |
ISMRMap.keySet()
Deprecated.
|
List<V> |
CorfuTable.scanAndFilter(Predicate<? super V> p)
Returns a filtered
List view of the values contained in this map. |
List<V> |
SMRMap.scanAndFilter(Predicate<? super V> p)
Deprecated.
Returns a filtered
List view of the values contained in this map. |
Collection<Map.Entry<K,V>> |
CorfuTable.scanAndFilterByEntry(Predicate<? super Map.Entry<K,V>> entryPredicate)
Returns a
Collection filtered by entries (keys and/or values). |
Collection<Map.Entry<K,V>> |
SMRMap.scanAndFilterByEntry(Predicate<? super Map.Entry<K,V>> entryPredicate)
Deprecated.
Returns a
Collection filtered by entries (keys and/or values). |
int |
CorfuTable.size() |
int |
ISMRMap.size()
Deprecated.
|
String |
ISMRObject.toString()
Deprecated.
|
Collection<V> |
CorfuTable.values() |
Collection<V> |
ISMRMap.values()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
CorfuSharedCounter.Get()
Get() method is annotates as an Accessor method.
|
int |
CorfuCompoundObject.getID() |
CorfuCompoundObject.Inner |
CorfuCompoundObject.getUser() |
Copyright © 2019 CorfuDB. All rights reserved.