Uses of Class
org.apache.pinot.common.request.QueryType
-
Packages that use QueryType Package Description org.apache.pinot.common.request -
-
Uses of QueryType in org.apache.pinot.common.request
Methods in org.apache.pinot.common.request that return QueryType Modifier and Type Method Description QueryTypeQueryType. deepCopy()QueryTypeBrokerRequest. getQueryType()Methods in org.apache.pinot.common.request with parameters of type QueryType Modifier and Type Method Description intQueryType. compareTo(QueryType other)booleanQueryType. equals(QueryType that)voidBrokerRequest. setQueryType(QueryType queryType)Constructors in org.apache.pinot.common.request with parameters of type QueryType Constructor Description QueryType(QueryType other)Performs a deep copy on other.
-