Uses of Interface
org.apache.druid.sql.hook.DruidHook
Packages that use DruidHook
-
Uses of DruidHook in org.apache.druid.sql.hook
Methods in org.apache.druid.sql.hook with parameters of type DruidHookModifier and TypeMethodDescriptionvoidDruidHookDispatcher.register(DruidHook.HookKey<?> label, DruidHook<?> hook) voidDruidHookDispatcher.unregister(DruidHook.HookKey<?> key, DruidHook<?> hook) <T> CloseableDruidHookDispatcher.withHook(DruidHook.HookKey<T> key, DruidHook<T> hook)