P - type of parameterpublic interface Param<P>
Param.FutureMode, examples
would include local-only parameter, skip-cache-store parameter and others.
What makes Param different from MetaParam is that Param
values are never stored in the functional map. They merely act as ways to
tweak how operations are executed.
Since Param instances control how the internals work, only
Param implementations by Infinispan will be supported.| Modifier and Type | Interface and Description |
|---|---|
static class |
Param.FutureMode
When a method defines
CompletableFuture as a return type, it
implies the method called will be called asynchronously and that the
CompletableFuture returned will be completed once the method's
work is complete. |
| Modifier and Type | Method and Description |
|---|---|
P |
get()
Parameter's value.
|
int |
id()
A parameter's identifier.
|
int id()
P get()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.