Class ProtonConfig.Summary.Cache.Update_strategy
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<ProtonConfig.Summary.Cache.Update_strategy.Enum>
com.yahoo.vespa.config.search.core.ProtonConfig.Summary.Cache.Update_strategy
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- ProtonConfig.Summary.Cache
public static final class ProtonConfig.Summary.Cache.Update_strategy
extends com.yahoo.config.EnumNode<ProtonConfig.Summary.Cache.Update_strategy.Enum>
This class represents proton.summary.cache.update_strategy
Control if cache entry is updated or ivalidated when changed.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtonConfig.Summary.Cache.Update_strategy.Enumstatic final ProtonConfig.Summary.Cache.Update_strategy.EnumFields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.yahoo.config.EnumNode
getValue, toStringMethods inherited from class com.yahoo.config.LeafNode
clone, equals, hashCode, setValue, valueMethods inherited from class com.yahoo.config.Node
postInitialize
-
Field Details
-
INVALIDATE
-
UPDATE
-
-
Constructor Details
-
Update_strategy
public Update_strategy() -
Update_strategy
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<ProtonConfig.Summary.Cache.Update_strategy.Enum>
-