public static class SingleSenderCreator.SingleSenderRootExec extends BaseRootExec
| Modifier and Type | Class and Description |
|---|---|
static class |
SingleSenderCreator.SingleSenderRootExec.Metric |
ENABLE_BATCH_DUMP_CONFIG, fragmentContext, oContext, stats| Constructor and Description |
|---|
SingleSenderRootExec(RootFragmentContext context,
RecordBatch batch,
SingleSender config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
innerNext() |
void |
receivingFragmentFinished(ExecProtos.FragmentHandle handle)
Inform sender that receiving fragment is finished and doesn't need any more
data.
|
void |
updateStats(FragmentWritableBatch writableBatch) |
close, dumpBatches, findLeaf, next, nextpublic SingleSenderRootExec(RootFragmentContext context, RecordBatch batch, SingleSender config) throws OutOfMemoryException
OutOfMemoryExceptionpublic boolean innerNext()
innerNext in class BaseRootExecpublic void updateStats(FragmentWritableBatch writableBatch)
public void receivingFragmentFinished(ExecProtos.FragmentHandle handle)
RootExecRootExec.next() will return false.receivingFragmentFinished in interface RootExecreceivingFragmentFinished in class BaseRootExechandle - The handle pointing to the downstream receiver that does not need
anymore data.Copyright © 2021 The Apache Software Foundation. All rights reserved.