org.apache.storm.hbase.common
Interface IColumn


public interface IColumn

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


Method Summary
 byte[] family()
           
 byte[] qualifier()
           
 long timestamp()
           
 byte[] value()
           
 

Method Detail

family

byte[] family()

qualifier

byte[] qualifier()

value

byte[] value()

timestamp

long timestamp()


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