public final class QueryProfilesConfig
extends com.yahoo.config.ConfigInstance
Modifier and Type | Class and Description |
---|---|
static class |
QueryProfilesConfig.Builder |
static interface |
QueryProfilesConfig.Producer |
static class |
QueryProfilesConfig.Queryprofile
This class represents query-profiles.queryprofile[]
|
static class |
QueryProfilesConfig.Queryprofiletype
This class represents query-profiles.queryprofiletype[]
|
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_DEF_MD5 |
static String |
CONFIG_DEF_NAME |
static String |
CONFIG_DEF_NAMESPACE |
static String[] |
CONFIG_DEF_SCHEMA |
static String |
CONFIG_DEF_VERSION |
Constructor and Description |
---|
QueryProfilesConfig(QueryProfilesConfig.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static String |
getDefMd5() |
static String |
getDefName() |
static String |
getDefNamespace() |
static String |
getDefVersion() |
List<QueryProfilesConfig.Queryprofile> |
queryprofile() |
QueryProfilesConfig.Queryprofile |
queryprofile(int i) |
List<QueryProfilesConfig.Queryprofiletype> |
queryprofiletype() |
QueryProfilesConfig.Queryprofiletype |
queryprofiletype(int i) |
getConfigMd5, getDefName, getDefNamespace, serialize, serialize, setConfigMd5
public static final String CONFIG_DEF_MD5
public static final String CONFIG_DEF_NAME
public static final String CONFIG_DEF_NAMESPACE
public static final String CONFIG_DEF_VERSION
public static final String[] CONFIG_DEF_SCHEMA
public QueryProfilesConfig(QueryProfilesConfig.Builder builder)
public static String getDefMd5()
public static String getDefName()
public static String getDefNamespace()
public static String getDefVersion()
public List<QueryProfilesConfig.Queryprofile> queryprofile()
public QueryProfilesConfig.Queryprofile queryprofile(int i)
i
- the index of the value to returnpublic List<QueryProfilesConfig.Queryprofiletype> queryprofiletype()
public QueryProfilesConfig.Queryprofiletype queryprofiletype(int i)
i
- the index of the value to returnCopyright © 2018. All rights reserved.