Class LiveClusterConfig

java.lang.Object
com.linkedin.venice.meta.LiveClusterConfig

public class LiveClusterConfig extends Object
  • Field Details

    • DEFAULT_SERVER_KAFKA_FETCH_QUOTA_RECORDS_PER_SECOND

      public static final int DEFAULT_SERVER_KAFKA_FETCH_QUOTA_RECORDS_PER_SECOND
      See Also:
  • Constructor Details

    • LiveClusterConfig

      public LiveClusterConfig()
    • LiveClusterConfig

      public LiveClusterConfig(LiveClusterConfig clone)
  • Method Details

    • getServerKafkaFetchQuotaRecordsPerSecond

      public Map<String,Integer> getServerKafkaFetchQuotaRecordsPerSecond()
    • setServerKafkaFetchQuotaRecordsPerSecond

      public void setServerKafkaFetchQuotaRecordsPerSecond(Map<String,Integer> serverKafkaFetchQuotaRecordsPerSecond)
    • isStoreMigrationAllowed

      public boolean isStoreMigrationAllowed()
    • setStoreMigrationAllowed

      public void setStoreMigrationAllowed(boolean storeMigrationAllowed)
    • isChildControllerAdminTopicConsumptionEnabled

      public boolean isChildControllerAdminTopicConsumptionEnabled()
    • setChildControllerAdminTopicConsumptionEnabled

      public void setChildControllerAdminTopicConsumptionEnabled(boolean childControllerAdminTopicConsumptionEnabled)
    • getServerKafkaFetchQuotaRecordsPerSecondForRegion

      public int getServerKafkaFetchQuotaRecordsPerSecondForRegion(String regionName)
    • setServerKafkaFetchQuotaRecordsPerSecondForRegion

      public void setServerKafkaFetchQuotaRecordsPerSecondForRegion(String regionName, int kafkaFetchQuotaRecordsPerSecond)
    • toString

      public String toString()
      Overrides:
      toString in class Object