public final class RowCacheKey extends CacheKey
| Modifier and Type | Field and Description |
|---|---|
byte[] |
key |
| Constructor and Description |
|---|
RowCacheKey(TableId tableId,
java.lang.String indexName,
byte[] key) |
RowCacheKey(TableId tableId,
java.lang.String indexName,
java.nio.ByteBuffer key) |
RowCacheKey(TableMetadata metadata,
DecoratedKey key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
long |
unsharedHeapSize() |
public RowCacheKey(TableId tableId, java.lang.String indexName, byte[] key)
public RowCacheKey(TableMetadata metadata, DecoratedKey key)
public RowCacheKey(TableId tableId, java.lang.String indexName, java.nio.ByteBuffer key)
public long unsharedHeapSize()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2022 The Apache Software Foundation