Package com.yahoo.jdisc.http
Class ServerConfig.Metric
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.jdisc.http.ServerConfig.Metric
- Enclosing class:
- ServerConfig
public static final class ServerConfig.Metric
extends com.yahoo.config.InnerNode
This class represents server.metric
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionignoredUserAgents
(int i) monitoringHandlerPaths
(int i) searchHandlerPaths
(int i) Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toString
Methods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Metric
-
-
Method Details
-
monitoringHandlerPaths
- Returns:
- server.metric.monitoringHandlerPaths[]
-
monitoringHandlerPaths
- Parameters:
i
- the index of the value to return- Returns:
- server.metric.monitoringHandlerPaths[]
-
searchHandlerPaths
- Returns:
- server.metric.searchHandlerPaths[]
-
searchHandlerPaths
- Parameters:
i
- the index of the value to return- Returns:
- server.metric.searchHandlerPaths[]
-
ignoredUserAgents
- Returns:
- server.metric.ignoredUserAgents[]
-
ignoredUserAgents
- Parameters:
i
- the index of the value to return- Returns:
- server.metric.ignoredUserAgents[]
-