Class RemoteEvalDiagnostics

java.lang.Object
growthbook.sdk.java.diagnostics.model.RemoteEvalDiagnostics

public final class RemoteEvalDiagnostics extends Object
Remote evaluation metadata.
  • Method Details

    • builder

    • isEnabled

      public boolean isEnabled()
      Whether remote evaluation is enabled by configuration.
    • isReady

      public boolean isReady()
      Whether remote-eval services are initialized and ready.
    • isCacheConfigured

      public boolean isCacheConfigured()
      Whether the remote-eval response cache has been created.
    • getCacheMaxSize

      public int getCacheMaxSize()
      Configured maximum number of cached remote-eval responses.
    • getCacheTtlSeconds

      @Nullable public Integer getCacheTtlSeconds()
      Configured hard TTL in seconds for remote-eval cache entries.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object