public interface IColumn
Interface definition for classes that support being written to HBase as a regular column.
Modifier and Type | Method and Description |
---|---|
byte[] |
family() |
byte[] |
qualifier() |
long |
timestamp() |
byte[] |
value() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.