Uses of Class
org.apache.drill.exec.physical.PhysicalOperatorSetupException
Packages that use PhysicalOperatorSetupException
Package
Description
-
Uses of PhysicalOperatorSetupException in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base that throw PhysicalOperatorSetupExceptionModifier and TypeMethodDescriptionvoidGroupScan.applyAssignments(List<CoordinationProtos.DrillbitEndpoint> endpoints) voidStore.applyAssignments(List<CoordinationProtos.DrillbitEndpoint> endpoints) Inform the Store node about the actual decided DrillbitEndpoint assignments desired for storage purposes.Exchange.getSender(int minorFragmentId, PhysicalOperator child) Get the Sender associated with the given minorFragmentId.Store.getSpecificStore(PhysicalOperator child, int minorFragmentId) Provides full materialized Store operators for execution purposes.final voidAbstractExchange.setupReceivers(int majorFragmentId, List<CoordinationProtos.DrillbitEndpoint> receiverLocations) protected voidAbstractExchange.setupReceivers(List<CoordinationProtos.DrillbitEndpoint> receiverLocations) voidExchange.setupReceivers(int majorFragmentId, List<CoordinationProtos.DrillbitEndpoint> receiverLocations) Inform this Exchange node about its receiver locations.final voidAbstractExchange.setupSenders(int majorFragmentId, List<CoordinationProtos.DrillbitEndpoint> senderLocations) voidExchange.setupSenders(int majorFragmentId, List<CoordinationProtos.DrillbitEndpoint> senderLocations) Inform this Exchange node about its sender locations. -
Uses of PhysicalOperatorSetupException in org.apache.drill.exec.physical.config
Methods in org.apache.drill.exec.physical.config that throw PhysicalOperatorSetupExceptionModifier and TypeMethodDescriptionvoidScreen.applyAssignments(List<CoordinationProtos.DrillbitEndpoint> endpoints) BroadcastExchange.getSender(int minorFragmentId, PhysicalOperator child) protected voidSingleMergeExchange.setupReceivers(List<CoordinationProtos.DrillbitEndpoint> receiverLocations) protected voidUnionExchange.setupReceivers(List<CoordinationProtos.DrillbitEndpoint> receiverLocations) -
Uses of PhysicalOperatorSetupException in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment that throw PhysicalOperatorSetupExceptionModifier and TypeMethodDescriptionvoidQueueQueryParallelizer.adjustMemory(PlanningSet planningSet, Set<Wrapper> roots, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) Function called by the SimpleParallelizer to adjust the memory post parallelization.abstract voidSimpleParallelizer.adjustMemory(PlanningSet planningSet, Set<Wrapper> roots, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) voidWrapper.assignEndpoints(List<CoordinationProtos.DrillbitEndpoint> assignedEndpoints) voidSimpleParallelizer.collectStatsAndParallelizeFragments(PlanningSet planningSet, Set<Wrapper> roots, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) Traverse all the major fragments and parallelize each major fragment based on collected stats.voidFragmentParallelizer.parallelizeFragment(Wrapper fragment, ParallelizationParameters parameters, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) Parallelize the given fragment.voidHardAffinityFragmentParallelizer.parallelizeFragment(Wrapper fragmentWrapper, ParallelizationParameters parameters, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) voidSoftAffinityFragmentParallelizer.parallelizeFragment(Wrapper fragmentWrapper, ParallelizationParameters parameters, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) protected voidCall operation on each fragment. -
Uses of PhysicalOperatorSetupException in org.apache.drill.exec.store.phoenix
Methods in org.apache.drill.exec.store.phoenix that throw PhysicalOperatorSetupExceptionModifier and TypeMethodDescriptionvoidPhoenixGroupScan.applyAssignments(List<CoordinationProtos.DrillbitEndpoint> endpoints)