Interface Resilience.Builder

    • Method Detail

      • hsrTier

        Resilience.Builder hsrTier​(String hsrTier)

        The tier of the component.

        Parameters:
        hsrTier - The tier of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hsrReplicationMode

        Resilience.Builder hsrReplicationMode​(String hsrReplicationMode)

        The replication mode of the component.

        Parameters:
        hsrReplicationMode - The replication mode of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReplicationMode, ReplicationMode
      • hsrReplicationMode

        Resilience.Builder hsrReplicationMode​(ReplicationMode hsrReplicationMode)

        The replication mode of the component.

        Parameters:
        hsrReplicationMode - The replication mode of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReplicationMode, ReplicationMode
      • hsrOperationMode

        Resilience.Builder hsrOperationMode​(String hsrOperationMode)

        The operation mode of the component.

        Parameters:
        hsrOperationMode - The operation mode of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationMode, OperationMode
      • hsrOperationMode

        Resilience.Builder hsrOperationMode​(OperationMode hsrOperationMode)

        The operation mode of the component.

        Parameters:
        hsrOperationMode - The operation mode of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationMode, OperationMode
      • clusterStatus

        Resilience.Builder clusterStatus​(String clusterStatus)

        The cluster status of the component.

        Parameters:
        clusterStatus - The cluster status of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClusterStatus, ClusterStatus
      • clusterStatus

        Resilience.Builder clusterStatus​(ClusterStatus clusterStatus)

        The cluster status of the component.

        Parameters:
        clusterStatus - The cluster status of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClusterStatus, ClusterStatus
      • enqueueReplication

        Resilience.Builder enqueueReplication​(Boolean enqueueReplication)

        Indicates if or not enqueue replication is enabled for the ASCS component.

        Parameters:
        enqueueReplication - Indicates if or not enqueue replication is enabled for the ASCS component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.