Class ProtonConfig.Summary.Read.Io
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<ProtonConfig.Summary.Read.Io.Enum>
com.yahoo.vespa.config.search.core.ProtonConfig.Summary.Read.Io
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- ProtonConfig.Summary.Read
public static final class ProtonConfig.Summary.Read.Io
extends com.yahoo.config.EnumNode<ProtonConfig.Summary.Read.Io.Enum>
This class represents proton.summary.read.io
Control io options during read of stored documents.
All summary.read options will take effect immediately on new files written.
On old files it will take effect either upon compact or on restart.
TODO Default is probably DIRECTIO
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtonConfig.Summary.Read.Io.Enumstatic final ProtonConfig.Summary.Read.Io.Enumstatic final ProtonConfig.Summary.Read.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.Summary.Read.Io.Enum>
-