|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.cluster.HashKey
public class HashKey
Creates hashes for the identifiers.
| Constructor Summary | |
|---|---|
HashKey(byte[] hash)
Creates the manager |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Check for equality |
byte[] |
getHash()
|
int |
hashCode()
Calculates the key's hash |
java.lang.String |
toString()
|
static java.lang.String |
toString(byte[] hash)
|
static java.lang.String |
toString(byte[] hash,
int len)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HashKey(byte[] hash)
| Method Detail |
|---|
public byte[] getHash()
public static java.lang.String toString(byte[] hash)
public static java.lang.String toString(byte[] hash,
int len)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||