public final class FunctionalMapImpl<K,V> extends Object implements FunctionalMap<K,V>
FunctionalMap.ReadOnlyMap<K,V>, FunctionalMap.ReadWriteMap<K,V>, FunctionalMap.WriteOnlyMap<K,V>| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static <K,V> FunctionalMapImpl<K,V> |
create(AdvancedCache<K,V> cache) |
static <K,V> FunctionalMapImpl<K,V> |
create(Params params,
AdvancedCache<K,V> cache) |
String |
getName()
Functional map's name.
|
Status |
getStatus()
Functional map's status.
|
FunctionalMapImpl<K,V> |
withParams(Param<?>... ps)
Tweak functional map executions providing
Param instances. |
public static <K,V> FunctionalMapImpl<K,V> create(Params params, AdvancedCache<K,V> cache)
public static <K,V> FunctionalMapImpl<K,V> create(AdvancedCache<K,V> cache)
public FunctionalMapImpl<K,V> withParams(Param<?>... ps)
FunctionalMapParam instances.withParams in interface FunctionalMap<K,V>public String getName()
FunctionalMapgetName in interface FunctionalMap<K,V>public Status getStatus()
FunctionalMapgetStatus in interface FunctionalMap<K,V>public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.