Uses of Class
org.apache.pinot.common.request.SelectionSort
-
Packages that use SelectionSort Package Description org.apache.pinot.common.request -
-
Uses of SelectionSort in org.apache.pinot.common.request
Methods in org.apache.pinot.common.request that return SelectionSort Modifier and Type Method Description SelectionSortSelectionSort. deepCopy()Methods in org.apache.pinot.common.request that return types with arguments of type SelectionSort Modifier and Type Method Description List<SelectionSort>BrokerRequest. getOrderBy()Iterator<SelectionSort>BrokerRequest. getOrderByIterator()List<SelectionSort>Selection. getSelectionSortSequence()Iterator<SelectionSort>Selection. getSelectionSortSequenceIterator()Methods in org.apache.pinot.common.request with parameters of type SelectionSort Modifier and Type Method Description voidBrokerRequest. addToOrderBy(SelectionSort elem)voidSelection. addToSelectionSortSequence(SelectionSort elem)intSelectionSort. compareTo(SelectionSort other)booleanSelectionSort. equals(SelectionSort that)Method parameters in org.apache.pinot.common.request with type arguments of type SelectionSort Modifier and Type Method Description voidBrokerRequest. setOrderBy(List<SelectionSort> orderBy)voidSelection. setSelectionSortSequence(List<SelectionSort> selectionSortSequence)Constructors in org.apache.pinot.common.request with parameters of type SelectionSort Constructor Description SelectionSort(SelectionSort other)Performs a deep copy on other.
-