public class KeyCacheKey extends java.lang.Object implements CacheKey
Modifier and Type | Field and Description |
---|---|
java.util.UUID |
cfId |
Descriptor |
desc |
byte[] |
key |
Constructor and Description |
---|
KeyCacheKey(java.util.UUID cfId,
Descriptor desc,
java.nio.ByteBuffer key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.UUID |
getCFId() |
int |
hashCode() |
java.lang.String |
toString() |
long |
unsharedHeapSize() |
public final java.util.UUID cfId
public final Descriptor desc
public final byte[] key
public KeyCacheKey(java.util.UUID cfId, Descriptor desc, java.nio.ByteBuffer key)
public java.util.UUID getCFId()
public java.lang.String toString()
toString
in class java.lang.Object
public long unsharedHeapSize()
unsharedHeapSize
in interface IMeasurableMemory
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2015 The Apache Software Foundation