Package org.infinispan.persistence.spi
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)
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 SummaryNested classes/interfaces inherited from interface org.infinispan.persistence.spi.AdvancedCacheWriterAdvancedCacheWriter.PurgeListener<K>
- 
Method SummaryMethods inherited from interface org.infinispan.persistence.spi.AdvancedCacheLoaderentryPublisher, publishKeys, sizeMethods inherited from interface org.infinispan.persistence.spi.AdvancedCacheWriterclear, purgeMethods inherited from interface org.infinispan.persistence.spi.CacheLoadercontains, init, loadEntryMethods inherited from interface org.infinispan.persistence.spi.CacheWriterbulkUpdate, delete, deleteBatch, init, isAvailable, writeMethods inherited from interface org.infinispan.persistence.spi.ExternalStoredestroy, isAvailable
NonBlockingStore