| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.physical.config |
| Modifier and Type | Field and Description |
|---|---|
protected List<MinorFragmentEndpoint> |
AbstractSender.destinations |
| Modifier and Type | Method and Description |
|---|---|
List<MinorFragmentEndpoint> |
Sender.getDestinations()
Get the list of destination endpoints that this Sender will be communicating with.
|
List<MinorFragmentEndpoint> |
AbstractSender.getDestinations() |
static List<MinorFragmentEndpoint> |
PhysicalOperatorUtil.getIndexOrderedEndpoints(List<CoordinationProtos.DrillbitEndpoint> endpoints)
Helper method to create a list of MinorFragmentEndpoint instances from a given endpoint assignment list.
|
List<MinorFragmentEndpoint> |
Receiver.getProvidingEndpoints()
A receiver is expecting streams from one or more providing endpoints.
|
List<MinorFragmentEndpoint> |
AbstractReceiver.getProvidingEndpoints() |
| Constructor and Description |
|---|
AbstractReceiver(int oppositeMajorFragmentId,
List<MinorFragmentEndpoint> senders,
boolean spooling) |
AbstractSender(int oppositeMajorFragmentId,
PhysicalOperator child,
List<MinorFragmentEndpoint> destinations) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ArrayListMultimap<Integer,MinorFragmentEndpoint> |
AbstractMuxExchange.receiverToSenderMapping |
protected Map<Integer,MinorFragmentEndpoint> |
AbstractDeMuxExchange.receiverToSenderMapping |
protected Map<Integer,MinorFragmentEndpoint> |
AbstractMuxExchange.senderToReceiverMapping |
protected com.google.common.collect.ArrayListMultimap<Integer,MinorFragmentEndpoint> |
AbstractDeMuxExchange.senderToReceiversMapping |
| Modifier and Type | Method and Description |
|---|---|
List<MinorFragmentEndpoint> |
SingleSender.getDestinations() |
| Constructor and Description |
|---|
BroadcastSender(int oppositeMajorFragmentId,
PhysicalOperator child,
List<MinorFragmentEndpoint> destinations) |
HashPartitionSender(int oppositeMajorFragmentId,
PhysicalOperator child,
LogicalExpression expr,
List<MinorFragmentEndpoint> endpoints) |
MergingReceiverPOP(int oppositeMajorFragmentId,
List<MinorFragmentEndpoint> senders,
List<Order.Ordering> orderings,
boolean spooling) |
OrderedPartitionSender(List<Order.Ordering> orderings,
FieldReference ref,
PhysicalOperator child,
List<MinorFragmentEndpoint> endpoints,
int oppositeMajorFragmentId,
int sendingWidth,
int recordsToSample,
int samplingFactor,
float completionFactor) |
UnorderedReceiver(int oppositeMajorFragmentId,
List<MinorFragmentEndpoint> senders,
boolean spooling) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.