Class CoordinatorStoreImpl
java.lang.Object
org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
- All Implemented Interfaces:
CoordinatorStore
Basic implementation of
CoordinatorStore.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> RcomputeIfPresent(Object key, BiFunction<Object, Object, Object> remappingFunction) booleancontainsKey(Object key) putIfAbsent(Object key, Object value)
-
Constructor Details
-
CoordinatorStoreImpl
public CoordinatorStoreImpl()
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceCoordinatorStore
-
get
- Specified by:
getin interfaceCoordinatorStore
-
putIfAbsent
- Specified by:
putIfAbsentin interfaceCoordinatorStore
-
computeIfPresent
- Specified by:
computeIfPresentin interfaceCoordinatorStore
-
compute
- Specified by:
computein interfaceCoordinatorStore
-
apply
- Specified by:
applyin interfaceCoordinatorStore
-