-
@Serializable() public final class MiscConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMiscConfiguration.Companion
-
Field Summary
Fields Modifier and Type Field Description private final MetadataCollectionConfigurationcollectMetadataprivate final DoubledefaultSessionTimeoutSecondsprivate final LongdataUploadIntervalSecondsprivate final LongflushIntervalSecondsprivate final IntegerflushBatchSize
-
Constructor Summary
Constructors Constructor Description MiscConfiguration(MetadataCollectionConfiguration collectMetadata, Double defaultSessionTimeoutSeconds, Long dataUploadIntervalSeconds, Long flushIntervalSeconds, Integer flushBatchSize)
-
Method Summary
Modifier and Type Method Description final MetadataCollectionConfigurationgetCollectMetadata()final DoublegetDefaultSessionTimeoutSeconds()final LonggetDataUploadIntervalSeconds()final LonggetFlushIntervalSeconds()final IntegergetFlushBatchSize()-
-
Constructor Detail
-
MiscConfiguration
MiscConfiguration(MetadataCollectionConfiguration collectMetadata, Double defaultSessionTimeoutSeconds, Long dataUploadIntervalSeconds, Long flushIntervalSeconds, Integer flushBatchSize)
-
-
Method Detail
-
getCollectMetadata
final MetadataCollectionConfiguration getCollectMetadata()
-
getDefaultSessionTimeoutSeconds
final Double getDefaultSessionTimeoutSeconds()
-
getDataUploadIntervalSeconds
final Long getDataUploadIntervalSeconds()
-
getFlushIntervalSeconds
final Long getFlushIntervalSeconds()
-
getFlushBatchSize
final Integer getFlushBatchSize()
-
-
-
-