Class GetChangesFlatMap
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.FlatMapFunction<String,,Partition> org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction
public class GetChangesFlatMap
extends org.apache.flink.api.common.functions.RichFlatMapFunction<String,Partition>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetChangesFlatMap(HRN hrn, String layerId, long startVersion, long endVersion, VersionedLayerContext queryContext, scala.collection.immutable.Set<AdditionalField> additionalFields, DataClientFlinkContextFactory contextFactory, QueryApiFactory queryApiFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.actor.ActorSystemscala.concurrent.ExecutionContextexecutor()voidMethods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
-
Constructor Details
-
GetChangesFlatMap
public GetChangesFlatMap(HRN hrn, String layerId, long startVersion, long endVersion, VersionedLayerContext queryContext, scala.collection.immutable.Set<AdditionalField> additionalFields, DataClientFlinkContextFactory contextFactory, QueryApiFactory queryApiFactory)
-
-
Method Details
-
executor
public scala.concurrent.ExecutionContext executor() -
actorSystem
public org.apache.pekko.actor.ActorSystem actorSystem() -
flatMap
-