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