-
public final class FeatureStorageConfigurationContains the storage configuration for an FeatureScope instance.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongmaxItemSizeprivate final IntegermaxItemsPerBatchprivate final LongmaxBatchSizeprivate final LongoldBatchThreshold
-
Constructor Summary
Constructors Constructor Description FeatureStorageConfiguration(Long maxItemSize, Integer maxItemsPerBatch, Long maxBatchSize, Long oldBatchThreshold)
-
Method Summary
Modifier and Type Method Description final LonggetMaxItemSize()final IntegergetMaxItemsPerBatch()final LonggetMaxBatchSize()final LonggetOldBatchThreshold()-
-
Method Detail
-
getMaxItemSize
final Long getMaxItemSize()
-
getMaxItemsPerBatch
final Integer getMaxItemsPerBatch()
-
getMaxBatchSize
final Long getMaxBatchSize()
-
getOldBatchThreshold
final Long getOldBatchThreshold()
-
-
-
-