Uses of Interface
org.infinispan.functional.Param
Packages that use Param
-
Uses of Param in org.infinispan.functional
Classes in org.infinispan.functional that implement ParamModifier and TypeClassDescriptionstatic enumDefines where is the command executed.static enumNormally the cache has to acquire locks during any write operation to guarantee its correctness.static enumWhen a persistence store is attached to a cache, by default all write operations, regardless of whether they are inserts, updates or removes, are persisted to the store.static enumstatic enumDefines how statistics are gathered for this command.Methods in org.infinispan.functional with parameters of type ParamModifier and TypeMethodDescriptionFunctionalMap.ReadOnlyMap.withParams(Param<?>... ps) Tweak read-only functional map executions providingParaminstances.FunctionalMap.ReadWriteMap.withParams(Param<?>... ps) Tweak read-write functional map executions providingParaminstances.FunctionalMap.withParams(Param<?>... ps) Tweak functional map executions providingParaminstances.FunctionalMap.WriteOnlyMap.withParams(Param<?>... ps) Tweak write-only functional map executions providingParaminstances.