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 enum
Defines where is the command executed.static enum
Normally the cache has to acquire locks during any write operation to guarantee its correctness.static enum
When 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 enum
static enum
Defines 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 providingParam
instances.FunctionalMap.ReadWriteMap.withParams
(Param<?>... ps) Tweak read-write functional map executions providingParam
instances.FunctionalMap.withParams
(Param<?>... ps) Tweak functional map executions providingParam
instances.FunctionalMap.WriteOnlyMap.withParams
(Param<?>... ps) Tweak write-only functional map executions providingParam
instances. -
Uses of Param in org.infinispan.functional.impl
Methods in org.infinispan.functional.impl that return ParamModifier and TypeMethodDescription<T> Param<T>
Params.get
(int index) Retrieve a param given its identifier.Methods in org.infinispan.functional.impl with parameters of type ParamModifier and TypeMethodDescriptionAdds all parameters and returns a new parameter collection.boolean
Params.containsAll
(Param<?>... ps) Checks whether all the parameters passed in are already present in the current parameters.static Params
FunctionalMapImpl.withParams
(Param<?>... ps) ReadOnlyMapImpl.withParams
(Param<?>... ps) ReadWriteMapImpl.withParams
(Param<?>... ps) WriteOnlyMapImpl.withParams
(Param<?>... ps)