static class IncrementCoalescer.FullyQualifiedRow extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private byte[] | family | 
| private byte[] | qualifier | 
| private byte[] | rowKey | 
| private byte[] | table | 
| Constructor and Description | 
|---|
| FullyQualifiedRow(byte[] table,
                 byte[] rowKey,
                 byte[] fam,
                 byte[] qual) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| byte[] | getFamily() | 
| byte[] | getQualifier() | 
| byte[] | getRowKey() | 
| byte[] | getTable() | 
| int | hashCode() | 
| void | setFamily(byte[] fam) | 
| void | setQualifier(byte[] qual) | 
| void | setTable(byte[] table) | 
private byte[] table
private byte[] rowKey
private byte[] family
private byte[] qualifier
public FullyQualifiedRow(byte[] table, byte[] rowKey, byte[] fam, byte[] qual)
public byte[] getTable()
public void setTable(byte[] table)
public byte[] getRowKey()
public byte[] getFamily()
public void setFamily(byte[] fam)
public byte[] getQualifier()
public void setQualifier(byte[] qual)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.