Package org.infinispan.persistence.spi
Interface FlagAffectedStore<K,V>
-
- All Superinterfaces:
CacheLoader<K,V>
,CacheWriter<K,V>
,ExternalStore<K,V>
,Lifecycle
- All Known Implementing Classes:
RemoteStore
public interface FlagAffectedStore<K,V> extends ExternalStore<K,V>
Implemented by stores that can skip writes based on certain flags present in the invocation.- Since:
- 9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldWrite(long commandFlags)
-
Methods inherited from interface org.infinispan.persistence.spi.CacheLoader
contains, init, load
-
Methods inherited from interface org.infinispan.persistence.spi.CacheWriter
delete, deleteBatch, init, write, writeBatch
-
Methods inherited from interface org.infinispan.persistence.spi.ExternalStore
destroy, isAvailable
-
-