public abstract class FlinkDataProcessorRuntime<B extends org.streampipes.wrapper.params.binding.EventProcessorBindingParams> extends FlinkRuntime<B,org.streampipes.model.graph.DataProcessorInvocation>
config, streamTimeCharacteristicbindingParams, params| Constructor and Description |
|---|
FlinkDataProcessorRuntime(B params) |
FlinkDataProcessorRuntime(B params,
FlinkDeploymentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendExecutionConfig(org.apache.flink.streaming.api.datastream.DataStream<Map<String,Object>>... convertedStream) |
protected abstract org.apache.flink.streaming.api.datastream.DataStream<Map<String,Object>> |
getApplicationLogic(org.apache.flink.streaming.api.datastream.DataStream<Map<String,Object>>... messageStream) |
protected Properties |
getProperties(org.streampipes.model.grounding.KafkaTransportProtocol protocol) |
appendEnvironmentConfig, bindRuntime, discardRuntime, postDiscard, prepareRuntime, run, setStreamTimeCharacteristicgetGraph, getJmsProtocol, getKafkaUrl, getTopic, isKafkaProtocol, protocol, replaceWildcardWithPatternFormatpublic FlinkDataProcessorRuntime(B params)
public FlinkDataProcessorRuntime(B params, FlinkDeploymentConfig config)
public void appendExecutionConfig(org.apache.flink.streaming.api.datastream.DataStream<Map<String,Object>>... convertedStream)
appendExecutionConfig in class FlinkRuntime<B extends org.streampipes.wrapper.params.binding.EventProcessorBindingParams,org.streampipes.model.graph.DataProcessorInvocation>protected abstract org.apache.flink.streaming.api.datastream.DataStream<Map<String,Object>> getApplicationLogic(org.apache.flink.streaming.api.datastream.DataStream<Map<String,Object>>... messageStream)
protected Properties getProperties(org.streampipes.model.grounding.KafkaTransportProtocol protocol)
getProperties in class DistributedRuntime<B extends org.streampipes.wrapper.params.binding.EventProcessorBindingParams,org.streampipes.model.graph.DataProcessorInvocation>Copyright © 2018. All rights reserved.