|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
---|---|
org.apache.blur.thrift.generated | |
org.apache.blur.thrift.util |
Uses of Row in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated declared as Row | |
---|---|
Row |
FetchRowResult.row
The row fetched. |
Methods in org.apache.blur.thrift.generated that return Row | |
---|---|
Row |
Row.deepCopy()
|
Row |
FetchRowResult.getRow()
The row fetched. |
Row |
Row.setId(String id)
The row id. |
Row |
Row.setRecords(List<Record> records)
The list records within the row. |
Methods in org.apache.blur.thrift.generated with parameters of type Row | |
---|---|
int |
Row.compareTo(Row other)
|
boolean |
Row.equals(Row that)
|
FetchRowResult |
FetchRowResult.setRow(Row row)
The row fetched. |
Constructors in org.apache.blur.thrift.generated with parameters of type Row | |
---|---|
FetchRowResult(Row row,
int startRecord,
int maxRecordsToFetch,
boolean moreRecordsToFetch,
int totalRecords)
|
|
Row(Row other)
Performs a deep copy on other. |
Uses of Row in org.apache.blur.thrift.util |
---|
Methods in org.apache.blur.thrift.util that return Row | |
---|---|
static Row |
BlurThriftHelper.newRow(String rowId,
Record... records)
|
Methods in org.apache.blur.thrift.util with parameters of type Row | |
---|---|
static RowMutation |
BlurThriftHelper.newRowMutation(String table,
Row row)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |