Uses of Interface
org.infinispan.functional.MetaParam.Lookup
-
Packages that use MetaParam.Lookup Package Description org.infinispan.functional Functional API packageorg.infinispan.functional.impl -
-
Uses of MetaParam.Lookup in org.infinispan.functional
Subinterfaces of MetaParam.Lookup in org.infinispan.functional Modifier and Type Interface Description static interface
EntryView.ReadEntryView<K,V>
Expose read-only information about a cache entry potentially associated with a key in the functional map.static interface
EntryView.ReadWriteEntryView<K,V>
Expose information about a cache entry potentially associated with a key in the functional map, and allows that cache entry to be written with new value and/or new metadata parameters. -
Uses of MetaParam.Lookup in org.infinispan.functional.impl
Subinterfaces of MetaParam.Lookup in org.infinispan.functional.impl Modifier and Type Interface Description static interface
EntryViews.AccessLoggingReadWriteView<K,V>
Classes in org.infinispan.functional.impl that implement MetaParam.Lookup Modifier and Type Class Description class
MetaParamsInternalMetadata
Metadata parameters backed internal metadata representation.
-