public class HistogramCheckpointFluent<A extends HistogramCheckpointFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
HistogramCheckpointFluent() |
HistogramCheckpointFluent(HistogramCheckpoint instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToBucketWeights(Integer key,
Long value) |
A |
addToBucketWeights(Map<Integer,Long> map) |
boolean |
equals(Object o) |
Map<Integer,Long> |
getBucketWeights() |
String |
getReferenceTimestamp() |
Double |
getTotalWeight() |
boolean |
hasBucketWeights() |
int |
hashCode() |
boolean |
hasReferenceTimestamp() |
boolean |
hasTotalWeight() |
A |
removeFromBucketWeights(Integer key) |
A |
removeFromBucketWeights(Map<Integer,Long> map) |
String |
toString() |
<K,V> A |
withBucketWeights(Map<Integer,Long> bucketWeights) |
A |
withReferenceTimestamp(String referenceTimestamp) |
A |
withTotalWeight(Double totalWeight) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HistogramCheckpointFluent()
public HistogramCheckpointFluent(HistogramCheckpoint instance)
public boolean hasBucketWeights()
public String getReferenceTimestamp()
public boolean hasReferenceTimestamp()
public Double getTotalWeight()
public boolean hasTotalWeight()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HistogramCheckpointFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HistogramCheckpointFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.