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 |
---|
IncrementCoalescer.FullyQualifiedRow(byte[] table,
byte[] rowKey,
byte[] fam,
byte[] qual) |
private byte[] table
private byte[] rowKey
private byte[] family
private byte[] qualifier
public IncrementCoalescer.FullyQualifiedRow(byte[] table, byte[] rowKey, byte[] fam, byte[] qual)
public byte[] getTable()
public void setTable(byte[] table)
public byte[] getRowKey()
public void setRowKey(byte[] rowKey)
public byte[] getFamily()
public void setFamily(byte[] fam)
public byte[] getQualifier()
public void setQualifier(byte[] qual)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.