public class CacheKey extends Object
Modifier and Type | Field and Description |
---|---|
private int |
hashCode |
private byte[] |
serialized |
Constructor and Description |
---|
CacheKey(QueryPacket queryPacket)
Create a cache key from the query packet.
|
Modifier and Type | Method and Description |
---|---|
int |
byteSize()
Return an estimate of the memory used by this object.
|
private int |
calculateHashCode() |
boolean |
equals(Object o) |
byte[] |
getCopyOfFullKey() |
int |
hashCode() |
public CacheKey(QueryPacket queryPacket)
Copyright © 2017. All rights reserved.