|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchRowResult | |
---|---|
org.apache.blur.thrift.generated |
Uses of FetchRowResult in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated declared as FetchRowResult | |
---|---|
FetchRowResult |
FetchResult.rowResult
The row result if a row was selected form the Selector. |
Methods in org.apache.blur.thrift.generated that return FetchRowResult | |
---|---|
FetchRowResult |
FetchRowResult.deepCopy()
|
FetchRowResult |
FetchResult.getRowResult()
The row result if a row was selected form the Selector. |
FetchRowResult |
FetchRowResult.setMaxRecordsToFetch(int maxRecordsToFetch)
See Selector maxRecordsToFetch. |
FetchRowResult |
FetchRowResult.setMoreRecordsToFetch(boolean moreRecordsToFetch)
Are there more Records to fetch based on the Selector provided. |
FetchRowResult |
FetchRowResult.setRow(Row row)
The row fetched. |
FetchRowResult |
FetchRowResult.setStartRecord(int startRecord)
See Selector startRecord. |
FetchRowResult |
FetchRowResult.setTotalRecords(int totalRecords)
The total number of records the Selector found. |
Methods in org.apache.blur.thrift.generated with parameters of type FetchRowResult | |
---|---|
int |
FetchRowResult.compareTo(FetchRowResult other)
|
boolean |
FetchRowResult.equals(FetchRowResult that)
|
FetchResult |
FetchResult.setRowResult(FetchRowResult rowResult)
The row result if a row was selected form the Selector. |
Constructors in org.apache.blur.thrift.generated with parameters of type FetchRowResult | |
---|---|
FetchResult(boolean exists,
boolean deleted,
String table,
FetchRowResult rowResult,
FetchRecordResult recordResult)
|
|
FetchRowResult(FetchRowResult other)
Performs a deep copy on other. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |