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