Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AnnotatedDataSetCallback - Class in org.apache.camel.component.flink.annotations
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead. See the Flink migration guide for details on migrating from DataSet to DataStream API. This class will be maintained for backward compatibility but may be removed in future versions.
- AnnotatedDataSetCallback(Object) - Constructor for class org.apache.camel.component.flink.annotations.AnnotatedDataSetCallback
-
Deprecated.
- AnnotatedDataSetCallback(Object, CamelContext) - Constructor for class org.apache.camel.component.flink.annotations.AnnotatedDataSetCallback
-
Deprecated.
B
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.flink.FlinkEndpointUriFactory
C
- collectResults(Exchange, Object) - Method in class org.apache.camel.component.flink.DataSetFlinkProducer
-
Deprecated.
- collectResults(Exchange, Object) - Method in class org.apache.camel.component.flink.DataStreamFlinkProducer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.flink.FlinkComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.flink.FlinkEndpointConfigurer
- configureStreamExecutionEnvironment(DataStream) - Method in class org.apache.camel.component.flink.DataStreamFlinkProducer
-
Configures the StreamExecutionEnvironment with the settings from the endpoint.
- ConvertingDataSetCallback<T> - Class in org.apache.camel.component.flink
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead. See the Flink migration guide for details on migrating from DataSet to DataStream API. This class will be maintained for backward compatibility but may be removed in future versions.
- ConvertingDataSetCallback(CamelContext, Class<?>...) - Constructor for class org.apache.camel.component.flink.ConvertingDataSetCallback
-
Deprecated.
- createConsumer(Processor) - Method in class org.apache.camel.component.flink.FlinkEndpoint
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.flink.FlinkComponent
- createExecutionEnvironment() - Static method in class org.apache.camel.component.flink.Flinks
- createProducer() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- createStreamExecutionEnvironment() - Static method in class org.apache.camel.component.flink.Flinks
D
- dataset - Enum constant in enum class org.apache.camel.component.flink.EndpointType
- DataSetCallback<T> - Interface in org.apache.camel.component.flink
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead. See the Flink migration guide for details on migrating from DataSet to DataStream API. This class will be maintained for backward compatibility but may be removed in future versions.
- DataSetCallback - Annotation Interface in org.apache.camel.component.flink.annotations
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead. See the Flink migration guide for details on migrating from DataSet to DataStream API. This annotation will be maintained for backward compatibility but may be removed in future versions.
- DataSetFlinkProducer - Class in org.apache.camel.component.flink
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead. See the Flink migration guide for details on migrating from DataSet to DataStream API.
- DataSetFlinkProducer(FlinkEndpoint) - Constructor for class org.apache.camel.component.flink.DataSetFlinkProducer
-
Deprecated.
- datastream - Enum constant in enum class org.apache.camel.component.flink.EndpointType
- DataStreamCallback<T> - Interface in org.apache.camel.component.flink
-
Generic block of code with parameters which can be executed against DataStream and return results.
- DataStreamFlinkProducer - Class in org.apache.camel.component.flink
-
Producer for executing Flink DataStream operations with support for modern Flink features including execution mode configuration, checkpointing, and parallelism settings.
- DataStreamFlinkProducer(FlinkEndpoint) - Constructor for class org.apache.camel.component.flink.DataStreamFlinkProducer
- doInit() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- doOnDataSet(DataSet, Object...) - Method in class org.apache.camel.component.flink.ConvertingDataSetCallback
-
Deprecated.
- doOnDataSet(DataSet, Object...) - Method in class org.apache.camel.component.flink.VoidDataSetCallback
-
Deprecated.
- doOnDataStream(DataStream, Object...) - Method in class org.apache.camel.component.flink.VoidDataStreamCallback
E
- EndpointType - Enum Class in org.apache.camel.component.flink
F
- FLINK_DATASET_CALLBACK_HEADER - Static variable in class org.apache.camel.component.flink.FlinkConstants
- FLINK_DATASET_HEADER - Static variable in class org.apache.camel.component.flink.FlinkConstants
- FLINK_DATASTREAM_CALLBACK_HEADER - Static variable in class org.apache.camel.component.flink.FlinkConstants
- FLINK_DATASTREAM_HEADER - Static variable in class org.apache.camel.component.flink.FlinkConstants
- FlinkComponent - Class in org.apache.camel.component.flink
-
The flink component can be used to send DataSet or DataStream jobs to Apache Flink cluster.
- FlinkComponent() - Constructor for class org.apache.camel.component.flink.FlinkComponent
- FlinkComponentConfigurer - Class in org.apache.camel.component.flink
-
Generated by camel build tools - do NOT edit this file!
- FlinkComponentConfigurer() - Constructor for class org.apache.camel.component.flink.FlinkComponentConfigurer
- FlinkConstants - Class in org.apache.camel.component.flink
- FlinkEndpoint - Class in org.apache.camel.component.flink
-
Send DataSet jobs to an Apache Flink cluster.
- FlinkEndpoint(String, FlinkComponent, EndpointType) - Constructor for class org.apache.camel.component.flink.FlinkEndpoint
- FlinkEndpointConfigurer - Class in org.apache.camel.component.flink
-
Generated by camel build tools - do NOT edit this file!
- FlinkEndpointConfigurer() - Constructor for class org.apache.camel.component.flink.FlinkEndpointConfigurer
- FlinkEndpointUriFactory - Class in org.apache.camel.component.flink
-
Generated by camel build tools - do NOT edit this file!
- FlinkEndpointUriFactory() - Constructor for class org.apache.camel.component.flink.FlinkEndpointUriFactory
- Flinks - Class in org.apache.camel.component.flink
G
- getCheckpointingMode() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getCheckpointInterval() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getCheckpointTimeout() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getComponent() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getDataSet() - Method in class org.apache.camel.component.flink.FlinkComponent
- getDataSet() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getDataSetCallback() - Method in class org.apache.camel.component.flink.FlinkComponent
- getDataSetCallback() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getDataStream() - Method in class org.apache.camel.component.flink.FlinkComponent
- getDataStream() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getDataStreamCallback() - Method in class org.apache.camel.component.flink.FlinkComponent
- getDataStreamCallback() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getEndpoint() - Method in class org.apache.camel.component.flink.DataSetFlinkProducer
-
Deprecated.
- getEndpoint() - Method in class org.apache.camel.component.flink.DataStreamFlinkProducer
- getExecutionMode() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getJobName() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getMaxParallelism() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getMinPauseBetweenCheckpoints() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- getOptionType(String, boolean) - Method in class org.apache.camel.component.flink.FlinkComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.flink.FlinkEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.flink.FlinkComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.flink.FlinkEndpointConfigurer
- getParallelism() - Method in class org.apache.camel.component.flink.FlinkEndpoint
I
- isCollect() - Method in class org.apache.camel.component.flink.FlinkEndpoint
- isEnabled(String) - Method in class org.apache.camel.component.flink.FlinkEndpointUriFactory
- isLenientProperties() - Method in class org.apache.camel.component.flink.FlinkEndpointUriFactory
M
- multiValuePrefixes() - Method in class org.apache.camel.component.flink.FlinkEndpointUriFactory
O
- onDataSet(DataSet, Object...) - Method in class org.apache.camel.component.flink.annotations.AnnotatedDataSetCallback
-
Deprecated.
- onDataSet(DataSet, Object...) - Method in class org.apache.camel.component.flink.ConvertingDataSetCallback
-
Deprecated.
- onDataSet(DataSet, Object...) - Method in interface org.apache.camel.component.flink.DataSetCallback
-
Deprecated.
- onDataSet(DataSet, Object...) - Method in class org.apache.camel.component.flink.VoidDataSetCallback
-
Deprecated.
- onDataStream(DataStream, Object...) - Method in interface org.apache.camel.component.flink.DataStreamCallback
- onDataStream(DataStream, Object...) - Method in class org.apache.camel.component.flink.VoidDataStreamCallback
- org.apache.camel.component.flink - package org.apache.camel.component.flink
- org.apache.camel.component.flink.annotations - package org.apache.camel.component.flink.annotations
P
- process(Exchange) - Method in class org.apache.camel.component.flink.DataSetFlinkProducer
-
Deprecated.
- process(Exchange) - Method in class org.apache.camel.component.flink.DataStreamFlinkProducer
- propertyNames() - Method in class org.apache.camel.component.flink.FlinkEndpointUriFactory
R
- resolveDataSet(Exchange) - Method in class org.apache.camel.component.flink.DataSetFlinkProducer
-
Deprecated.
- resolveDataSetCallback(Exchange) - Method in class org.apache.camel.component.flink.DataSetFlinkProducer
-
Deprecated.
- resolveDataStream(Exchange) - Method in class org.apache.camel.component.flink.DataStreamFlinkProducer
- resolveDataStreamCallback(Exchange) - Method in class org.apache.camel.component.flink.DataStreamFlinkProducer
S
- secretPropertyNames() - Method in class org.apache.camel.component.flink.FlinkEndpointUriFactory
- setCheckpointingMode(String) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Checkpointing mode: EXACTLY_ONCE (default) or AT_LEAST_ONCE.
- setCheckpointInterval(Long) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Interval in milliseconds between checkpoints.
- setCheckpointTimeout(Long) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Timeout in milliseconds for checkpoints.
- setCollect(boolean) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Indicates if results should be collected or counted.
- setDataSet(DataSet) - Method in class org.apache.camel.component.flink.FlinkComponent
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead.
- setDataSet(DataSet) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead.
- setDataSetCallback(DataSetCallback) - Method in class org.apache.camel.component.flink.FlinkComponent
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead.
- setDataSetCallback(DataSetCallback) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead.
- setDataStream(DataStream) - Method in class org.apache.camel.component.flink.FlinkComponent
-
DataStream to compute against.
- setDataStream(DataStream) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
DataStream to compute against.
- setDataStreamCallback(DataStreamCallback) - Method in class org.apache.camel.component.flink.FlinkComponent
-
Function performing action against a DataStream.
- setDataStreamCallback(DataStreamCallback) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Function performing action against a DataStream.
- setEndpointType(EndpointType) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Type of the endpoint (dataset, datastream).
- setExecutionMode(String) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Execution mode for the Flink job.
- setJobName(String) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Name for the Flink job.
- setMaxParallelism(Integer) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Maximum parallelism for the Flink job.
- setMinPauseBetweenCheckpoints(Long) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Minimum pause in milliseconds between consecutive checkpoints.
- setParallelism(Integer) - Method in class org.apache.camel.component.flink.FlinkEndpoint
-
Parallelism for the Flink job.
V
- valueOf(String) - Static method in enum class org.apache.camel.component.flink.EndpointType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.camel.component.flink.EndpointType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VoidDataSetCallback - Class in org.apache.camel.component.flink
-
Deprecated.The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead. See the Flink migration guide for details on migrating from DataSet to DataStream API. This class will be maintained for backward compatibility but may be removed in future versions.
- VoidDataSetCallback() - Constructor for class org.apache.camel.component.flink.VoidDataSetCallback
-
Deprecated.
- VoidDataStreamCallback - Class in org.apache.camel.component.flink
- VoidDataStreamCallback() - Constructor for class org.apache.camel.component.flink.VoidDataStreamCallback
All Classes and Interfaces|All Packages|Constant Field Values