public class RowCacheKey extends java.lang.Object implements CacheKey, java.lang.Comparable<RowCacheKey>
CacheKey.PathInfo
Constructor and Description |
---|
RowCacheKey(java.util.UUID cfId,
java.nio.ByteBuffer key) |
RowCacheKey(java.util.UUID cfId,
DecoratedKey key) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RowCacheKey otherKey) |
boolean |
equals(java.lang.Object o) |
CacheKey.PathInfo |
getPathInfo() |
int |
hashCode() |
java.lang.String |
toString() |
long |
unsharedHeapSize() |
public RowCacheKey(java.util.UUID cfId, DecoratedKey key)
public RowCacheKey(java.util.UUID cfId, java.nio.ByteBuffer key)
public CacheKey.PathInfo getPathInfo()
getPathInfo
in interface CacheKey
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
public int compareTo(RowCacheKey otherKey)
compareTo
in interface java.lang.Comparable<RowCacheKey>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014 The Apache Software Foundation