Uses of Class
org.apache.pinot.common.request.Selection
-
Packages that use Selection Package Description org.apache.pinot.common.request -
-
Uses of Selection in org.apache.pinot.common.request
Methods in org.apache.pinot.common.request that return Selection Modifier and Type Method Description SelectionSelection. deepCopy()SelectionBrokerRequest. getSelections()Methods in org.apache.pinot.common.request with parameters of type Selection Modifier and Type Method Description intSelection. compareTo(Selection other)booleanSelection. equals(Selection that)voidBrokerRequest. setSelections(Selection selections)Constructors in org.apache.pinot.common.request with parameters of type Selection Constructor Description Selection(Selection other)Performs a deep copy on other.
-