| Package | Description |
|---|---|
| org.shoal.ha.cache.impl.store |
| Modifier and Type | Method and Description |
|---|---|
LoadResponseCommand<K,V> |
SimpleStoreableDataStoreEntryUpdater.createLoadResponseCommand(DataStoreEntry<K,V> entry,
K k,
long minVersion) |
LoadResponseCommand<K,V> |
StoreableDataStoreEntryUpdater.createLoadResponseCommand(DataStoreEntry<K,V> entry,
K k,
long minVersion) |
abstract LoadResponseCommand<K,V> |
DataStoreEntryUpdater.createLoadResponseCommand(DataStoreEntry<K,V> entry,
K k,
long minVersion) |
LoadResponseCommand<K,V> |
SimpleDataStoreEntryUpdater.createLoadResponseCommand(DataStoreEntry<K,V> entry,
K k,
long minVersion) |
| Modifier and Type | Method and Description |
|---|---|
V |
SimpleStoreableDataStoreEntryUpdater.extractVFrom(LoadResponseCommand<K,V> cmd) |
V |
StoreableDataStoreEntryUpdater.extractVFrom(LoadResponseCommand<K,V> cmd) |
abstract V |
DataStoreEntryUpdater.extractVFrom(LoadResponseCommand<K,V> cmd) |
V |
SimpleDataStoreEntryUpdater.extractVFrom(LoadResponseCommand<K,V> cmd) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.