Class StageConfig

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

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

    • fromMap

      public static StageConfig fromMap(Map<String,Object> props)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRequiredValue

      public <T> T getRequiredValue(String key, Class<T> cls)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOptionalValue

      public <T> T getOptionalValue(String key, Class<T> cls)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getType

      public String getType()
      Deprecated, for removal: This API element is subject to removal in a future version.