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