|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
---|---|
org.apache.blur.thrift.generated | |
org.apache.blur.thrift.util |
Uses of Column in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated with type parameters of type Column | |
---|---|
List<Column> |
Record.columns
A list of columns, multiple columns with the same name are allowed. |
Methods in org.apache.blur.thrift.generated that return Column | |
---|---|
Column |
Column.deepCopy()
|
Column |
Column.setName(String name)
The name of the column. |
Column |
Column.setValue(String value)
The value to be indexed and stored. |
Methods in org.apache.blur.thrift.generated that return types with arguments of type Column | |
---|---|
List<Column> |
Record.getColumns()
A list of columns, multiple columns with the same name are allowed. |
Iterator<Column> |
Record.getColumnsIterator()
|
Methods in org.apache.blur.thrift.generated with parameters of type Column | |
---|---|
void |
Record.addToColumns(Column elem)
|
int |
Column.compareTo(Column other)
|
boolean |
Column.equals(Column that)
|
Method parameters in org.apache.blur.thrift.generated with type arguments of type Column | |
---|---|
Record |
Record.setColumns(List<Column> columns)
A list of columns, multiple columns with the same name are allowed. |
Constructors in org.apache.blur.thrift.generated with parameters of type Column | |
---|---|
Column(Column other)
Performs a deep copy on other. |
Constructor parameters in org.apache.blur.thrift.generated with type arguments of type Column | |
---|---|
Record(String recordId,
String family,
List<Column> columns)
|
Uses of Column in org.apache.blur.thrift.util |
---|
Methods in org.apache.blur.thrift.util that return Column | |
---|---|
static Column |
BlurThriftHelper.newColumn(String name,
String value)
|
Methods in org.apache.blur.thrift.util with parameters of type Column | |
---|---|
static Record |
BlurThriftHelper.newRecord(String family,
String recordId,
Column... columns)
|
static RecordMutation |
BlurThriftHelper.newRecordMutation(RecordMutationType type,
String family,
String recordId,
Column... columns)
|
static RecordMutation |
BlurThriftHelper.newRecordMutation(String family,
String recordId,
Column... columns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |