Class ProtonConfig.Bucketdb.Checksumtype
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<ProtonConfig.Bucketdb.Checksumtype.Enum>
com.yahoo.vespa.config.search.core.ProtonConfig.Bucketdb.Checksumtype
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- ProtonConfig.Bucketdb
public static final class ProtonConfig.Bucketdb.Checksumtype
extends com.yahoo.config.EnumNode<ProtonConfig.Bucketdb.Checksumtype.Enum>
This class represents proton.bucketdb.checksumtype
Controls the type of bucket checksum used. Do not change unless
in depth understanding is present.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtonConfig.Bucketdb.Checksumtype.Enumstatic final ProtonConfig.Bucketdb.Checksumtype.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
-
LEGACY
-
XXHASH64
-
-
Constructor Details
-
Checksumtype
public Checksumtype() -
Checksumtype
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<ProtonConfig.Bucketdb.Checksumtype.Enum>
-