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)
FunctionalMap
Param
instances.withParams
in interface FunctionalMap<K,V>
public String getName()
FunctionalMap
getName
in interface FunctionalMap<K,V>
public Status getStatus()
FunctionalMap
getStatus
in interface FunctionalMap<K,V>
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.