-
public final class SignalPersistenceConfiguration extends Configuration
-
-
Field Summary
Fields Modifier and Type Field Description private final intmaxCacheSizeprivate final intmaxCacheFileSize
-
Constructor Summary
Constructors Constructor Description SignalPersistenceConfiguration(ElasticApmConfiguration apmConfiguration)
-
Method Summary
Modifier and Type Method Description intgetMaxCacheSize()intgetMaxCacheFileSize()-
Methods inherited from class co.elastic.apm.android.sdk.internal.configuration.Configuration
getConfigurationOptions -
Methods inherited from class org.stagemonitor.configuration.ConfigurationOptionProvider
getConfigurationOptions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SignalPersistenceConfiguration
SignalPersistenceConfiguration(ElasticApmConfiguration apmConfiguration)
-
-
Method Detail
-
getMaxCacheSize
int getMaxCacheSize()
-
getMaxCacheFileSize
int getMaxCacheFileSize()
-
-
-
-