| Package | Description |
|---|---|
| org.shoal.ha.cache.impl.store |
| Modifier and Type | Method and Description |
|---|---|
SaveCommand<K,V> |
SimpleStoreableDataStoreEntryUpdater.createSaveCommand(DataStoreEntry<K,V> entry,
K k,
V v) |
SaveCommand<K,V> |
StoreableDataStoreEntryUpdater.createSaveCommand(DataStoreEntry<K,V> entry,
K k,
V v) |
abstract SaveCommand<K,V> |
DataStoreEntryUpdater.createSaveCommand(DataStoreEntry<K,V> entry,
K k,
V v) |
SaveCommand<K,V> |
SimpleDataStoreEntryUpdater.createSaveCommand(DataStoreEntry<K,V> entry,
K k,
V v) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleStoreableDataStoreEntryUpdater.executeSave(DataStoreEntry<K,V> entry,
SaveCommand<K,V> cmd) |
void |
StoreableDataStoreEntryUpdater.executeSave(DataStoreEntry<K,V> entry,
SaveCommand<K,V> saveCmd) |
abstract void |
DataStoreEntryUpdater.executeSave(DataStoreEntry<K,V> entry,
SaveCommand<K,V> cmd) |
void |
SimpleDataStoreEntryUpdater.executeSave(DataStoreEntry<K,V> entry,
SaveCommand<K,V> cmd) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.