public static final class QueryProfilesConfig.Queryprofile.Queryprofilevariant
extends com.yahoo.config.InnerNode
Modifier and Type | Class and Description |
---|---|
static class |
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder |
static class |
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property
This class represents query-profiles.queryprofile[].queryprofilevariant[].property[]
|
static class |
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference
This class represents query-profiles.queryprofile[].queryprofilevariant[].reference[]
|
Modifier and Type | Field and Description |
---|---|
private com.yahoo.config.LeafNodeVector<String,com.yahoo.config.StringNode> |
fordimensionvalues |
private com.yahoo.config.LeafNodeVector<String,com.yahoo.config.StringNode> |
inherit |
private com.yahoo.config.InnerNodeVector<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property> |
property |
private com.yahoo.config.InnerNodeVector<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference> |
reference |
Modifier | Constructor and Description |
---|---|
|
Queryprofilevariant(QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder builder) |
private |
Queryprofilevariant(QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder builder,
boolean throwIfUninitialized) |
Modifier and Type | Method and Description |
---|---|
private static com.yahoo.config.InnerNodeVector<QueryProfilesConfig.Queryprofile.Queryprofilevariant> |
createVector(List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder> builders) |
List<String> |
fordimensionvalues() |
String |
fordimensionvalues(int i) |
private com.yahoo.config.ChangesRequiringRestart |
getChangesRequiringRestart(QueryProfilesConfig.Queryprofile.Queryprofilevariant newConfig) |
List<String> |
inherit() |
String |
inherit(int i) |
List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property> |
property() |
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property |
property(int i) |
List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference> |
reference() |
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference |
reference(int i) |
private final com.yahoo.config.LeafNodeVector<String,com.yahoo.config.StringNode> fordimensionvalues
private final com.yahoo.config.LeafNodeVector<String,com.yahoo.config.StringNode> inherit
private final com.yahoo.config.InnerNodeVector<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property> property
private final com.yahoo.config.InnerNodeVector<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference> reference
public Queryprofilevariant(QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder builder)
private Queryprofilevariant(QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder builder, boolean throwIfUninitialized)
public List<String> fordimensionvalues()
public String fordimensionvalues(int i)
i
- the index of the value to returnpublic List<String> inherit()
public String inherit(int i)
i
- the index of the value to returnpublic List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property> property()
public QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property property(int i)
i
- the index of the value to returnpublic List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference> reference()
public QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference reference(int i)
i
- the index of the value to returnprivate com.yahoo.config.ChangesRequiringRestart getChangesRequiringRestart(QueryProfilesConfig.Queryprofile.Queryprofilevariant newConfig)
private static com.yahoo.config.InnerNodeVector<QueryProfilesConfig.Queryprofile.Queryprofilevariant> createVector(List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder> builders)
Copyright © 2018. All rights reserved.