Class RemoteEvalDiagnostics
java.lang.Object
growthbook.sdk.java.diagnostics.model.RemoteEvalDiagnostics
Remote evaluation metadata.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintConfigured maximum number of cached remote-eval responses.Configured hard TTL in seconds for remote-eval cache entries.inthashCode()booleanWhether the remote-eval response cache has been created.booleanWhether remote evaluation is enabled by configuration.booleanisReady()Whether remote-eval services are initialized and ready.toString()
-
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
Configured hard TTL in seconds for remote-eval cache entries. -
equals
-
hashCode
public int hashCode() -
toString
-