Interface ClusterTieredStorageConfig.Builder

  • Method Details

    • mode

      Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster. When set to Enable, the system installs a memory management daemon that provides disaggregated memory as a service for checkpoint storage. When set to Disable, the feature is turned off and the memory management daemon is removed from the cluster.

      Parameters:
      mode - Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster. When set to Enable, the system installs a memory management daemon that provides disaggregated memory as a service for checkpoint storage. When set to Disable, the feature is turned off and the memory management daemon is removed from the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mode

      Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster. When set to Enable, the system installs a memory management daemon that provides disaggregated memory as a service for checkpoint storage. When set to Disable, the feature is turned off and the memory management daemon is removed from the cluster.

      Parameters:
      mode - Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster. When set to Enable, the system installs a memory management daemon that provides disaggregated memory as a service for checkpoint storage. When set to Disable, the feature is turned off and the memory management daemon is removed from the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instanceMemoryAllocationPercentage

      ClusterTieredStorageConfig.Builder instanceMemoryAllocationPercentage(Integer instanceMemoryAllocationPercentage)

      The percentage (int) of cluster memory to allocate for checkpointing.

      Parameters:
      instanceMemoryAllocationPercentage - The percentage (int) of cluster memory to allocate for checkpointing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.