Class PipelineConfig

java.lang.Object
com.hazelcast.pc.config.PipelineConfig

@Deprecated(since="5.7", forRemoval=true) public class PipelineConfig extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • PipelineConfig

      public PipelineConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getSource

      public Map<String,Object> getSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSource

      public void setSource(Map<String,Object> source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTransform

      public List<Map<String,Object>> getTransform()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTransform

      public void setTransform(List<Map<String,Object>> transform)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSink

      public Map<String,Object> getSink()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSink

      public void setSink(Map<String,Object> sink)
      Deprecated, for removal: This API element is subject to removal in a future version.