| Constructor and Description |
|---|
HBaseCellId(TTable table,
byte[] row,
byte[] family,
byte[] qualifier,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCellId() |
byte[] |
getFamily() |
static org.apache.phoenix.thirdparty.com.google.common.hash.Hasher |
getHasher() |
byte[] |
getQualifier() |
byte[] |
getRow() |
long |
getRowId() |
TTable |
getTable() |
long |
getTableId() |
long |
getTimestamp() |
String |
toString() |
public HBaseCellId(TTable table, byte[] row, byte[] family, byte[] qualifier, long timestamp)
public TTable getTable()
public byte[] getRow()
public byte[] getFamily()
public byte[] getQualifier()
public long getTimestamp()
public long getTableId()
getTableId in interface CellIdpublic static org.apache.phoenix.thirdparty.com.google.common.hash.Hasher getHasher()
Copyright © 2011–2023 Apache Software Foundation. All rights reserved.