@Private
@Unstable
public final class SlowPeerReports
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static SlowPeerReports |
EMPTY_REPORT |
An object representing a SlowPeerReports with no entries.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SlowPeerReports |
create(java.util.Map<java.lang.String,OutlierMetrics> slowPeers) |
|
boolean |
equals(java.lang.Object o) |
Return true if the two objects represent the same set slow peer
entries.
|
java.util.Map<java.lang.String,OutlierMetrics> |
getSlowPeers() |
|
int |
hashCode() |
|
boolean |
haveSlowPeers() |
public static final SlowPeerReports EMPTY_REPORT
public static SlowPeerReports create(@Nullable java.util.Map<java.lang.String,OutlierMetrics> slowPeers)
public java.util.Map<java.lang.String,OutlierMetrics> getSlowPeers()
public boolean haveSlowPeers()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.