| Modifier and Type | Class and Description |
|---|---|
class |
BaseRootExec |
static class |
ScreenCreator.ScreenRoot |
static class |
SingleSenderCreator.SingleSenderRootExec |
| Modifier and Type | Method and Description |
|---|---|
static RootExec |
ImplCreator.getExec(FragmentContext context,
FragmentRoot root)
Create and return fragment RootExec for given FragmentRoot.
|
RootExec |
ScreenCreator.getRoot(FragmentContext context,
Screen config,
List<RecordBatch> children) |
RootExec |
SingleSenderCreator.getRoot(FragmentContext context,
SingleSender config,
List<RecordBatch> children) |
RootExec |
RootCreator.getRoot(FragmentContext context,
T config,
List<RecordBatch> children) |
| 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(FragmentContext context,
BroadcastSender config,
List<RecordBatch> children) |
| Modifier and Type | Method and Description |
|---|---|
RootExec |
OrderedPartitionSenderCreator.getRoot(FragmentContext context,
OrderedPartitionSender config,
List<RecordBatch> children) |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionSenderRootExec |
| Modifier and Type | Method and Description |
|---|---|
RootExec |
PartitionSenderCreator.getRoot(FragmentContext context,
HashPartitionSender config,
List<RecordBatch> children) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.