org.apache.blur.utils
Class BlurThriftRecord

java.lang.Object
  extended by org.apache.blur.thrift.generated.Record
      extended by org.apache.blur.utils.BlurThriftRecord
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Record>, TBase<Record,Record._Fields>, ReaderBlurRecord

public class BlurThriftRecord
extends Record
implements ReaderBlurRecord

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.blur.thrift.generated.Record
Record._Fields
 
Field Summary
 
Fields inherited from class org.apache.blur.thrift.generated.Record
columns, family, metaDataMap, recordId
 
Constructor Summary
BlurThriftRecord()
           
 
Method Summary
 void addColumn(String name, String value)
           
 void setFamilyStr(String family)
           
 void setRecordIdStr(String value)
           
 void setRowIdStr(String rowId)
           
 
Methods inherited from class org.apache.blur.thrift.generated.Record
addToColumns, clear, compareTo, deepCopy, equals, equals, fieldForId, getColumns, getColumnsIterator, getColumnsSize, getFamily, getFieldValue, getRecordId, hashCode, isSet, isSetColumns, isSetFamily, isSetRecordId, read, setColumns, setColumnsIsSet, setFamily, setFamilyIsSet, setFieldValue, setRecordId, setRecordIdIsSet, toString, unsetColumns, unsetFamily, unsetRecordId, validate, write
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlurThriftRecord

public BlurThriftRecord()
Method Detail

addColumn

public void addColumn(String name,
                      String value)
Specified by:
addColumn in interface ReaderBlurRecord

setRecordIdStr

public void setRecordIdStr(String value)
Specified by:
setRecordIdStr in interface ReaderBlurRecord

setFamilyStr

public void setFamilyStr(String family)
Specified by:
setFamilyStr in interface ReaderBlurRecord

setRowIdStr

public void setRowIdStr(String rowId)
Specified by:
setRowIdStr in interface ReaderBlurRecord


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