Class StorPrioritymappingConfig
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.vespa.config.content.core.StorPrioritymappingConfig
public final class StorPrioritymappingConfig
extends com.yahoo.config.ConfigInstance
This class represents the root node of stor-prioritymapping
Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic interface -
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
-
StorPrioritymappingConfig
-
-
Method Details
-
getDefMd5
-
getDefName
-
getDefNamespace
-
highest
public int highest()- Returns:
- stor-prioritymapping.highest
-
very_high
public int very_high()- Returns:
- stor-prioritymapping.very_high
-
high_1
public int high_1()- Returns:
- stor-prioritymapping.high_1
-
high_2
public int high_2()- Returns:
- stor-prioritymapping.high_2
-
high_3
public int high_3()- Returns:
- stor-prioritymapping.high_3
-
normal_1
public int normal_1()- Returns:
- stor-prioritymapping.normal_1
-
normal_2
public int normal_2()- Returns:
- stor-prioritymapping.normal_2
-
normal_3
public int normal_3()- Returns:
- stor-prioritymapping.normal_3
-
normal_4
public int normal_4()- Returns:
- stor-prioritymapping.normal_4
-
normal_5
public int normal_5()- Returns:
- stor-prioritymapping.normal_5
-
normal_6
public int normal_6()- Returns:
- stor-prioritymapping.normal_6
-
low_1
public int low_1()- Returns:
- stor-prioritymapping.low_1
-
low_2
public int low_2()- Returns:
- stor-prioritymapping.low_2
-
low_3
public int low_3()- Returns:
- stor-prioritymapping.low_3
-
very_low
public int very_low()- Returns:
- stor-prioritymapping.very_low
-
lowest
public int lowest()- Returns:
- stor-prioritymapping.lowest
-