Class ProtonConfig.Search.Io
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<ProtonConfig.Search.Io.Enum>
com.yahoo.vespa.config.search.core.ProtonConfig.Search.Io
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- ProtonConfig.Search
public static final class ProtonConfig.Search.Io
extends com.yahoo.config.EnumNode<ProtonConfig.Search.Io.Enum>
This class represents proton.search.io
Control options for io during search.
Dictionary is always MMAP.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtonConfig.Search.Io.Enumstatic final ProtonConfig.Search.Io.Enumstatic final ProtonConfig.Search.Io.EnumFields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
Constructors -
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
-
NORMAL
-
DIRECTIO
-
MMAP
-
-
Constructor Details
-
Io
public Io() -
Io
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<ProtonConfig.Search.Io.Enum>
-