Package org.apache.druid.server
Class QueryBlocklistRule
java.lang.Object
org.apache.druid.server.QueryBlocklistRule
A rule for matching queries against blocklist criteria. A query matches this rule if ALL
specified criteria match (AND logic). Null or empty criteria match everything.
-
Constructor Details
-
QueryBlocklistRule
-
-
Method Details
-
getRuleName
-
getDataSources
-
getQueryTypes
-
getContextMatches
-
matches
Returns true if the query matches ALL specified criteria (AND logic). Null or empty criteria match everything.- Parameters:
query- the query to check- Returns:
- true if the query matches this rule, false otherwise
-
equals
-
hashCode
public int hashCode() -
toString
-