| Package | Description |
|---|---|
| org.infinispan.functional |
Functional API package
|
| org.infinispan.functional.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
Param.ExecutionMode
Defines where is the command executed.
|
static class |
Param.LockingMode
Normally the cache has to acquire locks during any write operation to guarantee
its correctness.
|
static class |
Param.PersistenceMode
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 class |
Param.ReplicationMode |
static class |
Param.StatisticsMode
Defines how statistics are gathered for this command.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionalMap<K,V> |
FunctionalMap.withParams(Param<?>... ps)
Tweak functional map executions providing
Param instances. |
FunctionalMap.ReadOnlyMap<K,V> |
FunctionalMap.ReadOnlyMap.withParams(Param<?>... ps)
Tweak read-only functional map executions providing
Param instances. |
FunctionalMap.WriteOnlyMap<K,V> |
FunctionalMap.WriteOnlyMap.withParams(Param<?>... ps)
Tweak write-only functional map executions providing
Param instances. |
FunctionalMap.ReadWriteMap<K,V> |
FunctionalMap.ReadWriteMap.withParams(Param<?>... ps)
Tweak read-write functional map executions providing
Param instances. |
| Modifier and Type | Method and Description |
|---|---|
<T> Param<T> |
Params.get(int index)
Retrieve a param given its identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Params |
Params.add(Param<?> p) |
Params |
Params.addAll(Param<?>... ps)
Adds 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 |
Params.from(Param<?>... ps) |
FunctionalMapImpl<K,V> |
FunctionalMapImpl.withParams(Param<?>... ps) |
FunctionalMap.ReadOnlyMap<K,V> |
ReadOnlyMapImpl.withParams(Param<?>... ps) |
FunctionalMap.ReadWriteMap<K,V> |
ReadWriteMapImpl.withParams(Param<?>... ps) |
FunctionalMap.WriteOnlyMap<K,V> |
WriteOnlyMapImpl.withParams(Param<?>... ps) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.