| Package | Description |
|---|---|
| org.onosproject.store.consistent.impl |
Implementation of partitioned and distributed store facility capable of
providing consistent update semantics.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Match<T> |
Match.any()
Returns a Match that matches any value.
|
static <T> Match<T> |
Match.ifNull()
Returns a Match that matches null values.
|
static <T> Match<T> |
Match.ifValue(T value)
Returns a Match that matches only specified value.
|
<V> Match<V> |
Match.map(java.util.function.Function<T,V> mapper)
Maps this instance to a Match of another type.
|
| Modifier and Type | Method and Description |
|---|---|
Result<UpdateResult<K,V>> |
DatabaseState.mapUpdate(String mapName,
K key,
Match<V> valueMatch,
Match<Long> versionMatch,
V value) |
Result<UpdateResult<K,V>> |
DatabaseState.mapUpdate(String mapName,
K key,
Match<V> valueMatch,
Match<Long> versionMatch,
V value) |
CompletableFuture<Result<UpdateResult<K,V>>> |
DatabaseProxy.mapUpdate(String mapName,
K key,
Match<V> valueMatch,
Match<Long> versionMatch,
V value)
Updates the map.
|
CompletableFuture<Result<UpdateResult<K,V>>> |
DatabaseProxy.mapUpdate(String mapName,
K key,
Match<V> valueMatch,
Match<Long> versionMatch,
V value)
Updates the map.
|
CompletableFuture<Result<UpdateResult<String,byte[]>>> |
PartitionedDatabase.mapUpdate(String mapName,
String key,
Match<byte[]> valueMatch,
Match<Long> versionMatch,
byte[] value) |
CompletableFuture<Result<UpdateResult<String,byte[]>>> |
PartitionedDatabase.mapUpdate(String mapName,
String key,
Match<byte[]> valueMatch,
Match<Long> versionMatch,
byte[] value) |
Result<UpdateResult<String,byte[]>> |
DefaultDatabaseState.mapUpdate(String mapName,
String key,
Match<byte[]> valueMatch,
Match<Long> versionMatch,
byte[] value) |
Result<UpdateResult<String,byte[]>> |
DefaultDatabaseState.mapUpdate(String mapName,
String key,
Match<byte[]> valueMatch,
Match<Long> versionMatch,
byte[] value) |
CompletableFuture<Result<UpdateResult<String,byte[]>>> |
DefaultDatabase.mapUpdate(String mapName,
String key,
Match<byte[]> valueMatch,
Match<Long> versionMatch,
byte[] value) |
CompletableFuture<Result<UpdateResult<String,byte[]>>> |
DefaultDatabase.mapUpdate(String mapName,
String key,
Match<byte[]> valueMatch,
Match<Long> versionMatch,
byte[] value) |
Copyright © 2015. All rights reserved.