public abstract class CellPath
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
CellPath.Serializer |
Modifier and Type | Field and Description |
---|---|
static CellPath |
BOTTOM |
static CellPath |
TOP |
Constructor and Description |
---|
CellPath() |
Modifier and Type | Method and Description |
---|---|
abstract CellPath |
copy(AbstractAllocator allocator) |
static CellPath |
create(java.nio.ByteBuffer value) |
int |
dataSize() |
void |
digest(java.security.MessageDigest digest) |
boolean |
equals(java.lang.Object o) |
abstract java.nio.ByteBuffer |
get(int i) |
int |
hashCode() |
abstract int |
size() |
abstract long |
unsharedHeapSizeExcludingData() |
public abstract int size()
public abstract java.nio.ByteBuffer get(int i)
public static CellPath create(java.nio.ByteBuffer value)
public int dataSize()
public void digest(java.security.MessageDigest digest)
public abstract CellPath copy(AbstractAllocator allocator)
public abstract long unsharedHeapSizeExcludingData()
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2015 The Apache Software Foundation