Uses of Class
com.vidispine.generated.StatsdReporterType
-
-
Uses of StatsdReporterType in com.vidispine.generated
Fields in com.vidispine.generated declared as StatsdReporterType Modifier and Type Field Description protected StatsdReporterType
MetricsConfigurationType. statsd
Methods in com.vidispine.generated that return StatsdReporterType Modifier and Type Method Description StatsdReporterType
ObjectFactory. createStatsdReporterType()
Create an instance ofStatsdReporterType
StatsdReporterType
MetricsConfigurationType. getStatsd()
Gets the value of the statsd property.StatsdReporterType
StatsdReporterType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
StatsdReporterType
StatsdReporterType. withExclude(String... values)
StatsdReporterType
StatsdReporterType. withExclude(Collection<String> values)
StatsdReporterType
StatsdReporterType. withHost(String value)
StatsdReporterType
StatsdReporterType. withInclude(String... values)
StatsdReporterType
StatsdReporterType. withInclude(Collection<String> values)
StatsdReporterType
StatsdReporterType. withPort(Integer value)
StatsdReporterType
StatsdReporterType. withPrefix(String value)
StatsdReporterType
StatsdReporterType. withTags(Boolean value)
Methods in com.vidispine.generated with parameters of type StatsdReporterType Modifier and Type Method Description void
MetricsConfigurationType. setStatsd(StatsdReporterType value)
Sets the value of the statsd property.MetricsConfigurationType
MetricsConfigurationType. withStatsd(StatsdReporterType value)
-