| Package | Description |
|---|---|
| org.onosproject.store.primitives.resources.impl |
State machine implementation classes for distributed primitives.
|
| Modifier and Type | Method and Description |
|---|---|
<K1,V1> MapEntryUpdateResult<K1,V1> |
MapEntryUpdateResult.map(Function<K,K1> keyTransform,
Function<V,V1> valueMapper)
Maps to another instance with different key and value types.
|
protected MapEntryUpdateResult<String,byte[]> |
AtomixConsistentMapState.updateAndGet(io.atomix.copycat.server.Commit<? extends AtomixConsistentMapCommands.UpdateAndGet> commit)
Handles a update and get commit.
|
Copyright © 2016. All rights reserved.