Uses of Class
com.vidispine.generated.StatsdReporterType
-
Uses of StatsdReporterType in com.vidispine.generated
Fields in com.vidispine.generated declared as StatsdReporterTypeMethods in com.vidispine.generated that return StatsdReporterTypeModifier and TypeMethodDescriptionObjectFactory.createStatsdReporterType()
Create an instance ofStatsdReporterType
MetricsConfigurationType.getStatsd()
Gets the value of the statsd property.StatsdReporterType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) StatsdReporterType.withExclude
(String... values) Adds objects to the list of Exclude using add methodStatsdReporterType.withExclude
(Collection<String> values) Adds objects to the list of Exclude using addAll methodSets the value of the host property.StatsdReporterType.withInclude
(String... values) Adds objects to the list of Include using add methodStatsdReporterType.withInclude
(Collection<String> values) Adds objects to the list of Include using addAll methodSets the value of the port property.StatsdReporterType.withPrefix
(String value) Sets the value of the prefix property.Sets the value of the tags property.Methods in com.vidispine.generated with parameters of type StatsdReporterTypeModifier and TypeMethodDescriptionvoid
MetricsConfigurationType.setStatsd
(StatsdReporterType value) Sets the value of the statsd property.MetricsConfigurationType.withStatsd
(StatsdReporterType value) Sets the value of the statsd property.