Package org.apache.druid.query.policy
Class NoopPolicyEnforcer
java.lang.Object
org.apache.druid.query.policy.NoopPolicyEnforcer
- All Implemented Interfaces:
PolicyEnforcer
Allows all data sources (no restrictions).
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.query.policy.PolicyEnforcer
validateOrElseThrow, validateOrElseThrow
-
Method Details
-
validate
Description copied from interface:PolicyEnforcerReturns true if the policy complies with the policy enforcer.- Specified by:
validatein interfacePolicyEnforcer
-
instance
-
equals
-
hashCode
public int hashCode()
-