Package one.microstream.storage.types
Interface StorageEntityCacheEvaluator.Validation
-
- Enclosing interface:
- StorageEntityCacheEvaluator
public static interface StorageEntityCacheEvaluator.Validation
-
-
Method Summary
Static Methods Modifier and Type Method Description static longminimumThreshold()static longminimumTimeoutMs()static voidvalidateParameters(long timeoutMs, long threshold)
-
-
-
Method Detail
-
minimumTimeoutMs
static long minimumTimeoutMs()
-
minimumThreshold
static long minimumThreshold()
-
validateParameters
static void validateParameters(long timeoutMs, long threshold) throws IllegalArgumentException- Throws:
IllegalArgumentException
-
-