Uses of Interface
org.apache.druid.java.util.common.concurrent.DecoratedExecutorService.Decorator
Packages that use DecoratedExecutorService.Decorator
-
Uses of DecoratedExecutorService.Decorator in org.apache.druid.java.util.common.concurrent
Fields in org.apache.druid.java.util.common.concurrent declared as DecoratedExecutorService.DecoratorModifier and TypeFieldDescriptionprotected final DecoratedExecutorService.DecoratorDecoratedExecutorService.decoratorConstructors in org.apache.druid.java.util.common.concurrent with parameters of type DecoratedExecutorService.DecoratorModifierConstructorDescriptionDecoratedExecutorService(ExecutorService exec, DecoratedExecutorService.Decorator decorator) DecoratedScheduledExecutorService(ScheduledExecutorService delegate, DecoratedExecutorService.Decorator decorator)