@ThreadSafe @Internal public class CoordinatorStoreImpl extends Object implements CoordinatorStore
CoordinatorStore.| 构造器和说明 |
|---|
CoordinatorStoreImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
<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 在接口中 CoordinatorStorepublic Object get(Object key)
get 在接口中 CoordinatorStorepublic Object putIfAbsent(Object key, Object value)
putIfAbsent 在接口中 CoordinatorStorepublic Object computeIfPresent(Object key, java.util.function.BiFunction<Object,Object,Object> remappingFunction)
computeIfPresent 在接口中 CoordinatorStorepublic <R> R apply(Object key, java.util.function.Function<Object,R> consumer)
apply 在接口中 CoordinatorStoreCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.