public class CounterCacheKey extends java.lang.Object implements CacheKey
CacheKey.PathInfo
Modifier and Type | Field and Description |
---|---|
byte[] |
cellName |
java.util.UUID |
cfId |
byte[] |
partitionKey |
Modifier and Type | Method and Description |
---|---|
static CounterCacheKey |
create(java.util.UUID cfId,
java.nio.ByteBuffer partitionKey,
CellName cellName) |
boolean |
equals(java.lang.Object o) |
CacheKey.PathInfo |
getPathInfo() |
int |
hashCode() |
java.lang.String |
toString() |
long |
unsharedHeapSize() |
public final java.util.UUID cfId
public final byte[] partitionKey
public final byte[] cellName
public static CounterCacheKey create(java.util.UUID cfId, java.nio.ByteBuffer partitionKey, CellName cellName)
public CacheKey.PathInfo getPathInfo()
getPathInfo
in interface CacheKey
public long unsharedHeapSize()
unsharedHeapSize
in interface IMeasurableMemory
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2014 The Apache Software Foundation