Modifier and Type | Class and Description |
---|---|
class |
BaseRootExec |
static class |
ScreenCreator.ScreenRoot
Transfer batches to a user connection.
|
class |
SimpleRootExec
Deprecated.
|
static class |
SingleSenderCreator.SingleSenderRootExec |
Modifier and Type | Method and Description |
---|---|
static RootExec |
ImplCreator.getExec(ExecutorFragmentContext context,
FragmentRoot root)
Create and return fragment RootExec for given FragmentRoot.
|
RootExec |
ScreenCreator.getRoot(ExecutorFragmentContext context,
Screen config,
List<RecordBatch> children) |
RootExec |
SingleSenderCreator.getRoot(ExecutorFragmentContext context,
SingleSender config,
List<RecordBatch> children) |
RootExec |
RootCreator.getRoot(ExecutorFragmentContext context,
T config,
List<RecordBatch> children) |
Constructor and Description |
---|
SimpleRootExec(RootExec e)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BroadcastSenderRootExec
Broadcast Sender broadcasts incoming batches to all receivers (one or more).
|
Modifier and Type | Method and Description |
---|---|
RootExec |
BroadcastSenderCreator.getRoot(ExecutorFragmentContext context,
BroadcastSender config,
List<RecordBatch> children) |
Modifier and Type | Method and Description |
---|---|
RootExec |
OrderedPartitionSenderCreator.getRoot(ExecutorFragmentContext context,
OrderedPartitionSender config,
List<RecordBatch> children) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionSenderRootExec |
Modifier and Type | Method and Description |
---|---|
RootExec |
PartitionSenderCreator.getRoot(ExecutorFragmentContext context,
HashPartitionSender config,
List<RecordBatch> children) |
Modifier and Type | Method and Description |
---|---|
RootExec |
RangePartitionSenderCreator.getRoot(ExecutorFragmentContext context,
RangePartitionSender config,
List<RecordBatch> children) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.