Uses of Interface
org.apache.drill.exec.rpc.control.Controller
Packages that use Controller
Package
Description
-
Uses of Controller in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return ControllerModifier and TypeMethodDescriptionExchangeFragmentContext.getController()FragmentContextImpl.getController() -
Uses of Controller in org.apache.drill.exec.rpc.control
Classes in org.apache.drill.exec.rpc.control that implement ControllerModifier and TypeClassDescriptionclassManages communication tunnels between nodes. -
Uses of Controller in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return ControllerConstructors in org.apache.drill.exec.server with parameters of type ControllerModifierConstructorDescriptionDrillbitContext(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 Controller in org.apache.drill.exec.service
Methods in org.apache.drill.exec.service that return Controller -
Uses of Controller in org.apache.drill.exec.work
Methods in org.apache.drill.exec.work with parameters of type ControllerModifier and TypeMethodDescriptionvoidWorkManager.start(CoordinationProtos.DrillbitEndpoint endpoint, Controller controller, DataConnectionCreator data, ClusterCoordinator coord, PersistentStoreProvider provider, PersistentStoreProvider profilesProvider)