Package org.infinispan.functional.impl
Interface EntryViews.AccessLoggingReadWriteView<K,V>
-
- All Superinterfaces:
EntryView.ReadEntryView<K,V>
,EntryView.ReadWriteEntryView<K,V>
,EntryView.WriteEntryView<K,V>
,MetaParam.Lookup
- Enclosing class:
- EntryViews
public static interface EntryViews.AccessLoggingReadWriteView<K,V> extends EntryView.ReadWriteEntryView<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRead()
-
Methods inherited from interface org.infinispan.functional.EntryView.ReadEntryView
find, get, key, peek
-
Methods inherited from interface org.infinispan.functional.EntryView.WriteEntryView
key, remove, set, set
-
Methods inherited from interface org.infinispan.functional.MetaParam.Lookup
findMetaParam
-
-