Class Utils.ConfigEntity<T>

java.lang.Object
com.linkedin.venice.utils.Utils.ConfigEntity<T>
Type Parameters:
T - Type of the default value to this config properties
Enclosing class:
Utils

public static class Utils.ConfigEntity<T> extends Object
This class encapsulates config entity information such as config name, default value, config document
  • Constructor Details

    • ConfigEntity

      public ConfigEntity(@Nonnull String configName, @Nullable T defaultValue, @Nullable String doc)
  • Method Details

    • getConfigName

      @Nonnull public String getConfigName()
    • getDefaultValue

      @Nullable public T getDefaultValue()
    • getDoc

      @Nullable public String getDoc()