Class ProtonConfig.Packetcompresstype
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<ProtonConfig.Packetcompresstype.Enum>
com.yahoo.vespa.config.search.core.ProtonConfig.Packetcompresstype
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- ProtonConfig
public static final class ProtonConfig.Packetcompresstype
extends com.yahoo.config.EnumNode<ProtonConfig.Packetcompresstype.Enum>
This class represents proton.packetcompresstype
Compression type for packets
Default is LZ4
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtonConfig.Packetcompresstype.Enumstatic final ProtonConfig.Packetcompresstype.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
-
NONE
-
LZ4
-
-
Constructor Details
-
Packetcompresstype
public Packetcompresstype() -
Packetcompresstype
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<ProtonConfig.Packetcompresstype.Enum>
-