Package | Description |
---|---|
org.infinispan.functional |
Functional API package
|
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.
|
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. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.