Uses of Class
org.apache.pinot.common.request.context.FilterContext.Type
-
Packages that use FilterContext.Type Package Description org.apache.pinot.common.request.context -
-
Uses of FilterContext.Type in org.apache.pinot.common.request.context
Methods in org.apache.pinot.common.request.context that return FilterContext.Type Modifier and Type Method Description FilterContext.TypeFilterContext. getType()static FilterContext.TypeFilterContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterContext.Type[]FilterContext.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.common.request.context with parameters of type FilterContext.Type Constructor Description FilterContext(FilterContext.Type type, List<FilterContext> children, Predicate predicate)
-