Class JetConfig

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

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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static JetConfig
    fromPath(Path configPath)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static JetConfig
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static JetConfig
    fromString(String definition)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JetConfig

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

    • getPipeline

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

      public void setPipeline(PipelineConfig pipeline)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fromPath

      public static JetConfig fromPath(Path configPath)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fromString

      public static JetConfig fromString(String definition)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fromStream

      public static JetConfig fromStream(InputStream stream)
      Deprecated, for removal: This API element is subject to removal in a future version.