Interface AdvancedLoadWriteStore<K,V>
- All Superinterfaces:
AdvancedCacheLoader<K,V>, AdvancedCacheWriter<K, V>, CacheLoader<K, V>, CacheWriter<K, V>, ExternalStore<K, V>, Lifecycle
- All Known Subinterfaces:
SegmentedAdvancedLoadWriteStore<K,V>
- All Known Implementing Classes:
AbstractSegmentedAdvancedLoadWriteStore, ComposedSegmentedLoadWriteStore
@ThreadSafe
@Deprecated(forRemoval=true,
since="11.0")
public interface AdvancedLoadWriteStore<K,V>
extends ExternalStore<K,V>, AdvancedCacheLoader<K,V>, AdvancedCacheWriter<K,V>
Deprecated, for removal: This API element is subject to removal in a future version.
Advanced interface for interacting with an external store in a read-write mode.
- Since:
- 6.0
- Author:
- Mircea Markus
-
Nested Class Summary
Nested classes/interfaces inherited from interface AdvancedCacheWriter
AdvancedCacheWriter.PurgeListener<K> -
Method Summary
Methods inherited from interface AdvancedCacheLoader
entryPublisher, publishKeys, sizeMethods inherited from interface AdvancedCacheWriter
clear, purgeMethods inherited from interface CacheLoader
contains, init, loadEntryMethods inherited from interface CacheWriter
bulkUpdate, delete, deleteBatch, init, isAvailable, writeMethods inherited from interface ExternalStore
destroy, isAvailable
NonBlockingStore