org.apache.storm.hbase.common
Interface ICounter


public interface ICounter

Interface definition for classes that support being written to HBase as a counter column.


Method Summary
 byte[] family()
           
 long increment()
           
 byte[] qualifier()
           
 

Method Detail

family

byte[] family()

qualifier

byte[] qualifier()

increment

long increment()


Copyright © 2016 The Apache Software Foundation. All Rights Reserved.