Class OtelVersionedStatsUtils.VersionInfo

java.lang.Object
com.linkedin.davinci.stats.OtelVersionedStatsUtils.VersionInfo
Enclosing class:
OtelVersionedStatsUtils

public static class OtelVersionedStatsUtils.VersionInfo extends Object
Immutable holder for current and future version numbers. Used to classify versions as CURRENT, FUTURE, or BACKUP.
  • Constructor Details

    • VersionInfo

      public VersionInfo(int currentVersion, int futureVersion)
  • Method Details

    • getCurrentVersion

      public int getCurrentVersion()
    • getFutureVersion

      public int getFutureVersion()