Package com.yahoo.vespa.config.search
Class DispatchConfig.SummaryDecodePolicy
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<DispatchConfig.SummaryDecodePolicy.Enum>
com.yahoo.vespa.config.search.DispatchConfig.SummaryDecodePolicy
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- DispatchConfig
public static final class DispatchConfig.SummaryDecodePolicy
extends com.yahoo.config.EnumNode<DispatchConfig.SummaryDecodePolicy.Enum>
This class represents dispatch.summaryDecodePolicy
Specifies how summary data are decoded
Eager will build java objects immediately, while ONDEMAND will do so when it is needed
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DispatchConfig.SummaryDecodePolicy.Enumstatic final DispatchConfig.SummaryDecodePolicy.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
-
EAGER
-
ONDEMAND
-
-
Constructor Details
-
SummaryDecodePolicy
public SummaryDecodePolicy() -
SummaryDecodePolicy
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<DispatchConfig.SummaryDecodePolicy.Enum>
-