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

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

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

Fields in org.apache.blur.thrift.generated declared as Selector
 Selector BlurQuery.selector
          Selector is used to fetch data in the search results, if null only location ids will be fetched.
 Selector Blur.fetchRow_args.selector
          the Selector to use to fetch the Row or Record.
 

Fields in org.apache.blur.thrift.generated with type parameters of type Selector
 List<Selector> Blur.fetchRowBatch_args.selectors
          the Selector to use to fetch the Row or Record.
 

Methods in org.apache.blur.thrift.generated that return Selector
 Selector Selector.deepCopy()
           
 Selector BlurQuery.getSelector()
          Selector is used to fetch data in the search results, if null only location ids will be fetched.
 Selector Blur.fetchRow_args.getSelector()
          the Selector to use to fetch the Row or Record.
 Selector Selector.setColumnFamiliesToFetch(Set<String> columnFamiliesToFetch)
          The column families to fetch.
 Selector Selector.setColumnsToFetch(Map<String,Set<String>> columnsToFetch)
          The columns in the families to fetch.
 Selector Selector.setHighlightOptions(HighlightOptions highlightOptions)
          The HighlightOptions object controls how the data is highlighted.
 Selector Selector.setLocationId(String locationId)
          WARNING: This is an internal only attribute and is not intended for use by clients.
 Selector Selector.setMaxRecordsToFetch(int maxRecordsToFetch)
          Only valid for Row fetches, the number of records to fetch.
 Selector Selector.setOrderOfFamiliesToFetch(List<String> orderOfFamiliesToFetch)
          Can be null, if provided the provided family order will be the order in which the families are returned.
 Selector Selector.setRecordId(String recordId)
          The record id of the Record to be fetched, not to be used with location id.
 Selector Selector.setRecordOnly(boolean recordOnly)
          Fetch the Record only, not the entire Row.
 Selector Selector.setRowId(String rowId)
          The row id of the Row to be fetched, not to be used with location id.
 Selector Selector.setStartRecord(int startRecord)
          Only valid for Row fetches, the record in the row to start fetching.
 

Methods in org.apache.blur.thrift.generated that return types with arguments of type Selector
 List<Selector> Blur.fetchRowBatch_args.getSelectors()
          the Selector to use to fetch the Row or Record.
 Iterator<Selector> Blur.fetchRowBatch_args.getSelectorsIterator()
           
 

Methods in org.apache.blur.thrift.generated with parameters of type Selector
 void Blur.fetchRowBatch_args.addToSelectors(Selector elem)
           
 int Selector.compareTo(Selector other)
           
 boolean Selector.equals(Selector that)
           
 FetchResult SafeClientGen.fetchRow(String arg0, Selector arg1)
           
 FetchResult Blur.Iface.fetchRow(String table, Selector selector)
          Fetches a Row or a Record in the given table with the given Selector.
 FetchResult Blur.Client.fetchRow(String table, Selector selector)
           
 void Blur.AsyncIface.fetchRow(String table, Selector selector, AsyncMethodCallback<Blur.AsyncClient.fetchRow_call> resultHandler)
           
 void Blur.AsyncClient.fetchRow(String table, Selector selector, AsyncMethodCallback<Blur.AsyncClient.fetchRow_call> resultHandler)
           
 void SafeClientGen.send_fetchRow(String arg0, Selector arg1)
           
 void Blur.Client.send_fetchRow(String table, Selector selector)
           
 BlurQuery BlurQuery.setSelector(Selector selector)
          Selector is used to fetch data in the search results, if null only location ids will be fetched.
 Blur.fetchRow_args Blur.fetchRow_args.setSelector(Selector selector)
          the Selector to use to fetch the Row or Record.
 

Method parameters in org.apache.blur.thrift.generated with type arguments of type Selector
 List<FetchResult> Blur.Iface.fetchRowBatch(String table, List<Selector> selectors)
          Fetches a batch of Rows or Records in the given table with the given Selector list.
 List<FetchResult> Blur.Client.fetchRowBatch(String table, List<Selector> selectors)
           
 void Blur.AsyncIface.fetchRowBatch(String table, List<Selector> selectors, AsyncMethodCallback<Blur.AsyncClient.fetchRowBatch_call> resultHandler)
           
 void Blur.AsyncClient.fetchRowBatch(String table, List<Selector> selectors, AsyncMethodCallback<Blur.AsyncClient.fetchRowBatch_call> resultHandler)
           
 void Blur.Client.send_fetchRowBatch(String table, List<Selector> selectors)
           
 Blur.fetchRowBatch_args Blur.fetchRowBatch_args.setSelectors(List<Selector> selectors)
          the Selector to use to fetch the Row or Record.
 

Constructors in org.apache.blur.thrift.generated with parameters of type Selector
Blur.AsyncClient.fetchRow_call(String table, Selector selector, AsyncMethodCallback<Blur.AsyncClient.fetchRow_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.fetchRow_args(String table, Selector selector)
           
BlurQuery(Query query, List<Facet> facets, Selector selector, boolean useCacheIfPresent, long start, int fetch, long minimumNumberOfResults, long maxQueryTime, String uuid, String userContext, boolean cacheResult, long startTime, List<SortField> sortFields, String rowId)
           
Selector(Selector other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.blur.thrift.generated with type arguments of type Selector
Blur.AsyncClient.fetchRowBatch_call(String table, List<Selector> selectors, AsyncMethodCallback<Blur.AsyncClient.fetchRowBatch_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.fetchRowBatch_args(String table, List<Selector> selectors)
           
 

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

Methods in org.apache.blur.thrift.util that return Selector
static Selector BlurThriftHelper.newSelector(String locationId)
           
 



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