Class ProtonConfig.Summary.Cache
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.search.core.ProtonConfig.Summary.Cache
- Enclosing class:
- ProtonConfig.Summary
public static final class ProtonConfig.Summary.Cache
extends com.yahoo.config.InnerNode
This class represents proton.summary.cache
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classThis class represents proton.summary.cache.compressionstatic final classThis class represents proton.summary.cache.update_strategy Control if cache entry is updated or ivalidated when changed. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Cache
-
-
Method Details
-
maxbytes
public long maxbytes()- Returns:
- proton.summary.cache.maxbytes
-
compression
- Returns:
- proton.summary.cache.compression
-
update_strategy
- Returns:
- proton.summary.cache.update_strategy
-
allowvisitcaching
public boolean allowvisitcaching()- Returns:
- proton.summary.cache.allowvisitcaching
-
initialentries
public long initialentries()- Returns:
- proton.summary.cache.initialentries
-