Package com.yahoo.vespa.config.content
Class LoadTypeConfig
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.vespa.config.content.LoadTypeConfig
public final class LoadTypeConfig
extends com.yahoo.config.ConfigInstance
This class represents the root node of load-type
Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
This config is used to define load types in VESPA. Load types are merely
a way to distinguish types of load, as to present such types differently.
For instance, some metrics will be presented per load type, such that you
can see how that specific type is being handled. Load types are especially
useful for separating loads of different priority.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic interfacestatic final classThis class represents load-type.type[] -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.ConfigInstance
getDefName, getDefNamespace, serialize, serializeMethods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Field Details
-
CONFIG_DEF_MD5
- See Also:
-
CONFIG_DEF_NAME
- See Also:
-
CONFIG_DEF_NAMESPACE
- See Also:
-
CONFIG_DEF_SCHEMA
-
-
Constructor Details
-
LoadTypeConfig
-
-
Method Details
-
getDefMd5
-
getDefName
-
getDefNamespace
-
type
- Returns:
- load-type.type[]
-
type
- Parameters:
i- the index of the value to return- Returns:
- load-type.type[]
-