public class LatencyRecordKey extends AuthKey
Constructor and Description |
---|
LatencyRecordKey(String app,
String cluster) |
Modifier and Type | Method and Description |
---|---|
String |
app() |
String |
cluster() |
AuthEntryType |
entryType() |
boolean |
equals(Object o) |
int |
hashCode()
Using entryType().name() to compute hashCode, so that hashCode() is constant across executions.
|
String |
toString() |
public String app()
public String cluster()
public AuthEntryType entryType()
public int hashCode()
AuthKey