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

Packages that use Record
org.apache.blur.thrift.generated   
org.apache.blur.thrift.util   
 

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)
           
 



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