@ThreadSafe @Internal public class CoordinatorStoreImpl extends Object implements CoordinatorStore
CoordinatorStore.| Constructor and Description |
|---|
CoordinatorStoreImpl() |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
apply(Object key,
java.util.function.Function<Object,R> consumer) |
Object |
computeIfPresent(Object key,
java.util.function.BiFunction<Object,Object,Object> remappingFunction) |
boolean |
containsKey(Object key) |
Object |
get(Object key) |
Object |
putIfAbsent(Object key,
Object value) |
public boolean containsKey(Object key)
containsKey in interface CoordinatorStorepublic Object get(Object key)
get in interface CoordinatorStorepublic Object putIfAbsent(Object key, Object value)
putIfAbsent in interface CoordinatorStorepublic Object computeIfPresent(Object key, java.util.function.BiFunction<Object,Object,Object> remappingFunction)
computeIfPresent in interface CoordinatorStorepublic <R> R apply(Object key, java.util.function.Function<Object,R> consumer)
apply in interface CoordinatorStoreCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.