org.apache.blur.utils
Interface ReaderBlurRecord

All Known Implementing Classes:
BlurRecord, BlurThriftRecord

public interface ReaderBlurRecord


Method Summary
 void addColumn(String name, String value)
           
 void setFamilyStr(String family)
           
 void setRecordIdStr(String value)
           
 void setRowIdStr(String rowId)
           
 

Method Detail

setRecordIdStr

void setRecordIdStr(String value)

addColumn

void addColumn(String name,
               String value)

setFamilyStr

void setFamilyStr(String family)

setRowIdStr

void setRowIdStr(String rowId)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.