Class EvictionConfigurationSchema
java.lang.Object
org.gridgain.internal.eviction.configuration.EvictionConfigurationSchema
Eviction configuration schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongInterval between eviction checks (milliseconds). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
checkInterval
@Value(hasDefault=true) @Range(min=0L) public long checkIntervalInterval between eviction checks (milliseconds).
-
-
Constructor Details
-
EvictionConfigurationSchema
public EvictionConfigurationSchema()
-