Uses of Interface
org.infinispan.functional.MetaParam.Writable
Package
Description
Functional API package
-
Uses of MetaParam.Writable in org.infinispan.functional
Modifier and TypeClassDescriptionstatic class
Writable metadata parameter representing a cached entry's generic version.static final class
Writable metadata parameter representing a cached entry's millisecond lifespan.static final class
Writable metadata parameter representing a cached entry's millisecond max idle time.static final class
A parameter to tell if the creation timestamp should be updated for modified entries.Modifier and TypeMethodDescriptionEntryView.WriteEntryView.set
(V value, MetaParam.Writable... metas) Set this value along with optional metadata parameters. -
Uses of MetaParam.Writable in org.infinispan.functional.impl
-
Uses of MetaParam.Writable in org.infinispan.marshall.core
Modifier and TypeMethodDescriptionstatic <K,
V> BiFunction <V, EntryView.ReadWriteEntryView<K, V>, Boolean> MarshallableFunctions.setValueIfEqualsReturnBoolean
(V oldValue, MetaParam.Writable... metas) static <K,
V> BiConsumer <V, EntryView.WriteEntryView<K, V>> MarshallableFunctions.setValueMetasConsumer
(MetaParam.Writable... metas) static <K,
V> BiFunction <V, EntryView.ReadWriteEntryView<K, V>, Boolean> MarshallableFunctions.setValueMetasIfAbsentReturnBoolean
(MetaParam.Writable... metas) static <K,
V> BiFunction <V, EntryView.ReadWriteEntryView<K, V>, V> MarshallableFunctions.setValueMetasIfAbsentReturnPrevOrNull
(MetaParam.Writable... metas) static <K,
V> BiFunction <V, EntryView.ReadWriteEntryView<K, V>, Boolean> MarshallableFunctions.setValueMetasIfPresentReturnBoolean
(MetaParam.Writable... metas) static <K,
V> BiFunction <V, EntryView.ReadWriteEntryView<K, V>, V> MarshallableFunctions.setValueMetasIfPresentReturnPrevOrNull
(MetaParam.Writable... metas) static <K,
V> BiFunction <V, EntryView.ReadWriteEntryView<K, V>, V> MarshallableFunctions.setValueMetasReturnPrevOrNull
(MetaParam.Writable... metas) static <K,
V> BiFunction <V, EntryView.ReadWriteEntryView<K, V>, EntryView.ReadWriteEntryView<K, V>> MarshallableFunctions.setValueMetasReturnView
(MetaParam.Writable... metas)