public interface StatsdSpecFluent<A extends StatsdSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToMetrics(Map<String,MetricInfo> map) |
A |
addToMetrics(String key,
MetricInfo value) |
String |
getAddress() |
Integer |
getFlushBytes() |
Long |
getFlushDuration() |
Map<String,MetricInfo> |
getMetrics() |
String |
getPrefix() |
Double |
getSamplingRate() |
Boolean |
hasAddress() |
Boolean |
hasFlushBytes() |
Boolean |
hasFlushDuration() |
Boolean |
hasMetrics() |
Boolean |
hasPrefix() |
Boolean |
hasSamplingRate() |
A |
removeFromMetrics(Map<String,MetricInfo> map) |
A |
removeFromMetrics(String key) |
A |
withAddress(String address) |
A |
withFlushBytes(Integer flushBytes) |
A |
withFlushDuration(Long flushDuration) |
A |
withMetrics(Map<String,MetricInfo> metrics) |
A |
withNewFlushBytes(int arg1) |
A |
withNewFlushBytes(String arg1) |
A |
withNewFlushDuration(long arg1) |
A |
withNewFlushDuration(String arg1) |
A |
withNewSamplingRate(double arg1) |
A |
withNewSamplingRate(String arg1) |
A |
withPrefix(String prefix) |
A |
withSamplingRate(Double samplingRate) |
String getAddress()
Boolean hasAddress()
Integer getFlushBytes()
Boolean hasFlushBytes()
A withNewFlushBytes(int arg1)
Long getFlushDuration()
Boolean hasFlushDuration()
A withNewFlushDuration(long arg1)
A addToMetrics(String key, MetricInfo value)
A addToMetrics(Map<String,MetricInfo> map)
A removeFromMetrics(Map<String,MetricInfo> map)
Map<String,MetricInfo> getMetrics()
A withMetrics(Map<String,MetricInfo> metrics)
Boolean hasMetrics()
String getPrefix()
Boolean hasPrefix()
Double getSamplingRate()
Boolean hasSamplingRate()
A withNewSamplingRate(double arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.