Uses of Class
org.apache.blur.thrift.generated.Record

Packages that use Record
org.apache.blur.analysis   
org.apache.blur.manager.writer   
org.apache.blur.shell   
org.apache.blur.thrift.generated   
org.apache.blur.thrift.util   
org.apache.blur.utils   
 

Uses of Record in org.apache.blur.analysis
 

Methods in org.apache.blur.analysis with parameters of type Record
abstract  List<org.apache.lucene.document.Field> FieldManager.getFields(String rowId, Record record)
          Gets an Iterable of fields for indexing and storing fields into Lucene.
 List<org.apache.lucene.document.Field> BaseFieldManager.getFields(String rowId, Record record)
           
 

Uses of Record in org.apache.blur.manager.writer
 

Methods in org.apache.blur.manager.writer with parameters of type Record
 void MutatableAction.appendColumns(String rowId, Record record)
           
 void MutatableAction.replaceColumns(String rowId, Record record)
           
 void MutatableAction.replaceRecord(String rowId, Record record)
           
 

Uses of Record in org.apache.blur.shell
 

Methods in org.apache.blur.shell with parameters of type Record
static void GetRowCommand.format(PagingPrintWriter out, Record record, int maxWidth)
           
 

Uses of Record in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated declared as Record
 Record RecordMutation.record
          The Record to mutate.
 Record FetchRecordResult.record
          The record fetched.
 

Fields in org.apache.blur.thrift.generated with type parameters of type Record
 List<Record> Row.records
          The list records within the row.
 

Methods in org.apache.blur.thrift.generated that return Record
 Record Record.deepCopy()
           
 Record RecordMutation.getRecord()
          The Record to mutate.
 Record FetchRecordResult.getRecord()
          The record fetched.
 Record Record.setColumns(List<Column> columns)
          A list of columns, multiple columns with the same name are allowed.
 Record Record.setFamily(String family)
          The family in which this record resides.
 Record Record.setRecordId(String recordId)
          Record id uniquely identifies a record within a single row.
 

Methods in org.apache.blur.thrift.generated that return types with arguments of type Record
 List<Record> Row.getRecords()
          The list records within the row.
 Iterator<Record> Row.getRecordsIterator()
           
 

Methods in org.apache.blur.thrift.generated with parameters of type Record
 void Row.addToRecords(Record elem)
           
 int Record.compareTo(Record other)
           
 boolean Record.equals(Record that)
           
 RecordMutation RecordMutation.setRecord(Record record)
          The Record to mutate.
 FetchRecordResult FetchRecordResult.setRecord(Record record)
          The record fetched.
 

Method parameters in org.apache.blur.thrift.generated with type arguments of type Record
 Row Row.setRecords(List<Record> records)
          The list records within the row.
 

Constructors in org.apache.blur.thrift.generated with parameters of type Record
FetchRecordResult(String rowid, Record record)
           
Record(Record other)
          Performs a deep copy on other.
RecordMutation(RecordMutationType recordMutationType, Record record)
           
 

Constructor parameters in org.apache.blur.thrift.generated with type arguments of type Record
Row(String id, List<Record> records)
           
 

Uses of Record in org.apache.blur.thrift.util
 

Methods in org.apache.blur.thrift.util that return Record
static Record BlurThriftHelper.newRecord(String family, String recordId, Column... columns)
           
 

Methods in org.apache.blur.thrift.util with parameters of type Record
static RecordMutation BlurThriftHelper.findRecordMutation(RowMutation mutation, Record record)
           
static boolean BlurThriftHelper.match(RecordMutation mutation, Record record)
           
static boolean BlurThriftHelper.match(Record left, Record right)
           
static Row BlurThriftHelper.newRow(String rowId, Record... records)
           
 

Uses of Record in org.apache.blur.utils
 

Subclasses of Record in org.apache.blur.utils
 class BlurThriftRecord
           
 

Methods in org.apache.blur.utils with parameters of type Record
static List<org.apache.lucene.document.Field> RowDocumentUtil.getDoc(FieldManager fieldManager, String rowId, Record record)
           
static RecordMutation BlurUtil.toRecordMutation(Record record)
           
static void BlurUtil.validateRowIdAndRecord(String rowId, Record record)
           
 



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