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

Packages that use SortField
org.apache.blur.thrift.generated   
 

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

Fields in org.apache.blur.thrift.generated with type parameters of type SortField
 List<SortField> BlurQuery.sortFields
          The sortfields are applied in order to sort the results.
 

Methods in org.apache.blur.thrift.generated that return SortField
 SortField SortField.deepCopy()
           
 SortField SortField.setColumn(String column)
           
 SortField SortField.setFamily(String family)
           
 SortField SortField.setReverse(boolean reverse)
           
 

Methods in org.apache.blur.thrift.generated that return types with arguments of type SortField
 List<SortField> BlurQuery.getSortFields()
          The sortfields are applied in order to sort the results.
 Iterator<SortField> BlurQuery.getSortFieldsIterator()
           
 

Methods in org.apache.blur.thrift.generated with parameters of type SortField
 void BlurQuery.addToSortFields(SortField elem)
           
 int SortField.compareTo(SortField other)
           
 boolean SortField.equals(SortField that)
           
 

Method parameters in org.apache.blur.thrift.generated with type arguments of type SortField
 BlurQuery BlurQuery.setSortFields(List<SortField> sortFields)
          The sortfields are applied in order to sort the results.
 

Constructors in org.apache.blur.thrift.generated with parameters of type SortField
SortField(SortField other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.blur.thrift.generated with type arguments of type SortField
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)
           
 



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