Class ProtonConfig.Index.Cache
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.search.core.ProtonConfig.Index.Cache
- Enclosing class:
- ProtonConfig.Index
public static final class ProtonConfig.Index.Cache
extends com.yahoo.config.InnerNode
This class represents proton.index.cache
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis class represents proton.index.cache.bitvectorstatic final classstatic final classThis class represents proton.index.cache.postinglist -
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
-
size
public long size()- Returns:
- proton.index.cache.size
-
postinglist
- Returns:
- proton.index.cache.postinglist
-
bitvector
- Returns:
- proton.index.cache.bitvector
-