Class StorCommunicationmanagerConfig.Mbus.Compress.Type
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<StorCommunicationmanagerConfig.Mbus.Compress.Type.Enum>
com.yahoo.vespa.config.content.core.StorCommunicationmanagerConfig.Mbus.Compress.Type
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- StorCommunicationmanagerConfig.Mbus.Compress
public static final class StorCommunicationmanagerConfig.Mbus.Compress.Type
extends com.yahoo.config.EnumNode<StorCommunicationmanagerConfig.Mbus.Compress.Type.Enum>
This class represents stor-communicationmanager.mbus.compress.type
Compression type for packets.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionFields 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
-
NONE
-
LZ4
-
ZSTD
-
-
Constructor Details
-
Type
public Type() -
Type
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<StorCommunicationmanagerConfig.Mbus.Compress.Type.Enum>
-