public class Column extends Object
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
family |
private byte[] |
qualifier |
| Constructor and Description |
|---|
Column(byte[] family,
byte[] qualifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getFamily() |
byte[] |
getQualifier() |
int |
hashCode() |
Copyright © 2023 Apache NiFi Project. All rights reserved.