クラス PulsarProperties.Failover

java.lang.ObjectSE
org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Failover
含まれているクラス:
PulsarProperties

public static class PulsarProperties.Failover extends ObjectSE
導入:
4.0.0
作成者:
Chris Bono, Phillip Webb, Swamy Mavuri, Vedran Pavic
  • コンストラクターの詳細

    • Failover

      public Failover()
  • メソッドの詳細

    • getPolicy

      public org.apache.pulsar.client.api.AutoClusterFailoverBuilder.FailoverPolicy getPolicy()
    • setPolicy

      public void setPolicy(org.apache.pulsar.client.api.AutoClusterFailoverBuilder.FailoverPolicy policy)
    • getDelay

      public @Nullable DurationSE getDelay()
    • setDelay

      public void setDelay(@Nullable DurationSE delay)
    • getSwitchBackDelay

      public @Nullable DurationSE getSwitchBackDelay()
    • setSwitchBackDelay

      public void setSwitchBackDelay(@Nullable DurationSE switchBackDelay)
    • getCheckInterval

      public @Nullable DurationSE getCheckInterval()
    • setCheckInterval

      public void setCheckInterval(@Nullable DurationSE checkInterval)
    • getBackupClusters

      public ListSE<PulsarProperties.Failover.BackupCluster> getBackupClusters()
    • setBackupClusters

      public void setBackupClusters(ListSE<PulsarProperties.Failover.BackupCluster> backupClusters)