Uses of Class
org.apache.drill.exec.rpc.control.WorkEventBus
Packages that use WorkEventBus
Package
Description
-
Uses of WorkEventBus in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return WorkEventBusModifier and TypeMethodDescriptionExecutorFragmentContext.getWorkEventBus()
FragmentContextImpl.getWorkEventBus()
-
Uses of WorkEventBus in org.apache.drill.exec.rpc.data
Constructors in org.apache.drill.exec.rpc.data with parameters of type WorkEventBusModifierConstructorDescriptionDataConnectionCreator
(BootStrapContext context, BufferAllocator allocator, WorkEventBus workBus, WorkManager.WorkerBee bee) -
Uses of WorkEventBus in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return WorkEventBusConstructors in org.apache.drill.exec.server with parameters of type WorkEventBusModifierConstructorDescriptionDrillbitContext
(CoordinationProtos.DrillbitEndpoint endpoint, BootStrapContext context, ClusterCoordinator coord, Controller controller, DataConnectionCreator connectionsPool, WorkEventBus workBus, PersistentStoreProvider provider) DrillbitContext
(CoordinationProtos.DrillbitEndpoint endpoint, BootStrapContext context, ClusterCoordinator coord, Controller controller, DataConnectionCreator connectionsPool, WorkEventBus workBus, PersistentStoreProvider provider, PersistentStoreProvider profileStoreProvider) -
Uses of WorkEventBus in org.apache.drill.exec.work
Methods in org.apache.drill.exec.work that return WorkEventBus