Index
All Classes and Interfaces|All Packages|Serialized Form
C
- com.hazelcast.pc - package com.hazelcast.pc
- com.hazelcast.pc.config - package com.hazelcast.pc.config
- com.hazelcast.pc.exceptions - package com.hazelcast.pc.exceptions
- com.hazelcast.pc.sinks - package com.hazelcast.pc.sinks
- com.hazelcast.pc.sources - package com.hazelcast.pc.sources
- com.hazelcast.pc.transforms - package com.hazelcast.pc.transforms
- ConfigurationException - Exception in com.hazelcast.pc.exceptions
- ConfigurationException() - Constructor for exception com.hazelcast.pc.exceptions.ConfigurationException
- ConfigurationException(String) - Constructor for exception com.hazelcast.pc.exceptions.ConfigurationException
- ConfigurationException(String, Throwable) - Constructor for exception com.hazelcast.pc.exceptions.ConfigurationException
- createPipeline() - Method in class com.hazelcast.pc.PipelineCreator
-
Deprecated.
F
- FileSource - Class in com.hazelcast.pc.sources
- FileSource() - Constructor for class com.hazelcast.pc.sources.FileSource
- fromConfig(JetConfig) - Static method in class com.hazelcast.pc.PipelineCreator
-
Deprecated.
- fromConfigWithBaseDir(JetConfig, Path) - Static method in class com.hazelcast.pc.PipelineCreator
-
Deprecated.
- fromMap(Map<String, Object>) - Static method in class com.hazelcast.pc.config.StageConfig
-
Deprecated.
- fromPath(Path) - Static method in class com.hazelcast.pc.config.JetConfig
-
Deprecated.
- fromStream(InputStream) - Static method in class com.hazelcast.pc.config.JetConfig
-
Deprecated.
- fromString(String) - Static method in class com.hazelcast.pc.config.JetConfig
-
Deprecated.
G
- getOptionalValue(String, Class<T>) - Method in class com.hazelcast.pc.config.StageConfig
-
Deprecated.
- getPipeline() - Method in class com.hazelcast.pc.config.JetConfig
-
Deprecated.
- getRequiredValue(String, Class<T>) - Method in class com.hazelcast.pc.config.StageConfig
-
Deprecated.
- getSink() - Method in class com.hazelcast.pc.config.PipelineConfig
-
Deprecated.
- getSource() - Method in class com.hazelcast.pc.config.PipelineConfig
-
Deprecated.
- getTransform() - Method in class com.hazelcast.pc.config.PipelineConfig
-
Deprecated.
- getType() - Method in class com.hazelcast.pc.config.StageConfig
-
Deprecated.
I
- ItemsSource - Class in com.hazelcast.pc.sources
- ItemsSource() - Constructor for class com.hazelcast.pc.sources.ItemsSource
- ItemStreamSource - Class in com.hazelcast.pc.sources
- ItemStreamSource() - Constructor for class com.hazelcast.pc.sources.ItemStreamSource
J
- JdbcSink - Class in com.hazelcast.pc.sinks
- JdbcSink() - Constructor for class com.hazelcast.pc.sinks.JdbcSink
- JdbcSource - Class in com.hazelcast.pc.sources
- JdbcSource() - Constructor for class com.hazelcast.pc.sources.JdbcSource
- JetConfig - Class in com.hazelcast.pc.config
-
Deprecated, for removal: This API element is subject to removal in a future version.
- JetConfig() - Constructor for class com.hazelcast.pc.config.JetConfig
-
Deprecated.
K
- KafkaSink - Class in com.hazelcast.pc.sinks
- KafkaSink() - Constructor for class com.hazelcast.pc.sinks.KafkaSink
- KafkaSource - Class in com.hazelcast.pc.sources
- KafkaSource() - Constructor for class com.hazelcast.pc.sources.KafkaSource
L
- LoggerSink - Class in com.hazelcast.pc.sinks
- LoggerSink() - Constructor for class com.hazelcast.pc.sinks.LoggerSink
M
- MapJournalSource - Class in com.hazelcast.pc.sources
- MapJournalSource() - Constructor for class com.hazelcast.pc.sources.MapJournalSource
- MapSink - Class in com.hazelcast.pc.sinks
- MapSink() - Constructor for class com.hazelcast.pc.sinks.MapSink
- MapSource - Class in com.hazelcast.pc.sources
- MapSource() - Constructor for class com.hazelcast.pc.sources.MapSource
- maybeApplyTimestamps(StreamSourceStage<T>, StageConfig) - Static method in interface com.hazelcast.pc.Source
-
Deprecated.
P
- PackageProcessorException - Exception in com.hazelcast.pc.exceptions
- PackageProcessorException() - Constructor for exception com.hazelcast.pc.exceptions.PackageProcessorException
- PackageProcessorException(String) - Constructor for exception com.hazelcast.pc.exceptions.PackageProcessorException
- PackageProcessorException(String, Throwable) - Constructor for exception com.hazelcast.pc.exceptions.PackageProcessorException
- PackageProcessorException(Throwable) - Constructor for exception com.hazelcast.pc.exceptions.PackageProcessorException
- PipelineConfig - Class in com.hazelcast.pc.config
-
Deprecated, for removal: This API element is subject to removal in a future version.
- PipelineConfig() - Constructor for class com.hazelcast.pc.config.PipelineConfig
-
Deprecated.
- PipelineCreator - Class in com.hazelcast.pc
-
Deprecated, for removal: This API element is subject to removal in a future version.
- PythonTransform<R,
T> - Class in com.hazelcast.pc.transforms - PythonTransform() - Constructor for class com.hazelcast.pc.transforms.PythonTransform
R
- registerSink(String, Sink) - Static method in class com.hazelcast.pc.PipelineCreator
-
Deprecated.
- registerSource(String, Source) - Static method in class com.hazelcast.pc.PipelineCreator
-
Deprecated.
- registerTransform(String, Transform) - Static method in class com.hazelcast.pc.PipelineCreator
-
Deprecated.
S
- setPipeline(PipelineConfig) - Method in class com.hazelcast.pc.config.JetConfig
-
Deprecated.
- setSink(Map<String, Object>) - Method in class com.hazelcast.pc.config.PipelineConfig
-
Deprecated.
- setSource(Map<String, Object>) - Method in class com.hazelcast.pc.config.PipelineConfig
-
Deprecated.
- setTransform(List<Map<String, Object>>) - Method in class com.hazelcast.pc.config.PipelineConfig
-
Deprecated.
- sink(Object, StageConfig) - Method in interface com.hazelcast.pc.Sink
-
Deprecated.
- sink(Object, StageConfig) - Method in class com.hazelcast.pc.sinks.JdbcSink
- sink(Object, StageConfig) - Method in class com.hazelcast.pc.sinks.KafkaSink
- sink(Object, StageConfig) - Method in class com.hazelcast.pc.sinks.LoggerSink
- sink(Object, StageConfig) - Method in class com.hazelcast.pc.sinks.MapSink
- Sink - Interface in com.hazelcast.pc
-
Deprecated, for removal: This API element is subject to removal in a future version.
- source(Pipeline, StageConfig) - Method in interface com.hazelcast.pc.Source
-
Deprecated.
- source(Pipeline, StageConfig) - Method in class com.hazelcast.pc.sources.FileSource
- source(Pipeline, StageConfig) - Method in class com.hazelcast.pc.sources.ItemsSource
- source(Pipeline, StageConfig) - Method in class com.hazelcast.pc.sources.ItemStreamSource
- source(Pipeline, StageConfig) - Method in class com.hazelcast.pc.sources.JdbcSource
- source(Pipeline, StageConfig) - Method in class com.hazelcast.pc.sources.KafkaSource
- source(Pipeline, StageConfig) - Method in class com.hazelcast.pc.sources.MapJournalSource
- source(Pipeline, StageConfig) - Method in class com.hazelcast.pc.sources.MapSource
- Source - Interface in com.hazelcast.pc
-
Deprecated, for removal: This API element is subject to removal in a future version.
- StageConfig - Class in com.hazelcast.pc.config
-
Deprecated, for removal: This API element is subject to removal in a future version.
T
- transform(GeneralStage<T>, StageConfig) - Method in interface com.hazelcast.pc.Transform
-
Deprecated.
- transform(GeneralStage<T>, StageConfig) - Method in class com.hazelcast.pc.transforms.PythonTransform
- Transform<R,
T> - Interface in com.hazelcast.pc -
Deprecated, for removal: This API element is subject to removal in a future version.
W
- write(Object, Sink<T>) - Static method in interface com.hazelcast.pc.Sink
-
Deprecated.
All Classes and Interfaces|All Packages|Serialized Form