public class Screen extends AbstractStore
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
childINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
Screen(PhysicalOperator child,
CoordinationProtos.DrillbitEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
<T,X,E extends Throwable> |
accept(PhysicalVisitor<T,X,E> physicalVisitor,
X value)
Provides capability to build a set of output based on traversing a query graph tree.
|
void |
applyAssignments(List<CoordinationProtos.DrillbitEndpoint> endpoints)
Inform the Store node about the actual decided DrillbitEndpoint assignments desired for storage purposes.
|
DistributionAffinity |
getDistributionAffinity()
Get distribution affinity which describes the parallelization strategy of the operator.
|
CoordinationProtos.DrillbitEndpoint |
getEndpoint() |
int |
getMaxWidth()
The maximum allowable width for the Store operation.
|
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
List<EndpointAffinity> |
getOperatorAffinity()
Get the list of Endpoints with associated affinities that this operator has preference for.
|
String |
getOperatorType() |
Store |
getSpecificStore(PhysicalOperator child,
int minorFragmentId)
Provides full materialized Store operators for execution purposes.
|
String |
toString() |
getChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdacceptforEach, iterator, spliteratorpublic static final String OPERATOR_TYPE
public Screen(PhysicalOperator child, CoordinationProtos.DrillbitEndpoint endpoint)
public List<EndpointAffinity> getOperatorAffinity()
HasAffinitypublic int getMaxWidth()
Storepublic void applyAssignments(List<CoordinationProtos.DrillbitEndpoint> endpoints) throws PhysicalOperatorSetupException
Storeendpoints - The list of endpoints that this Store node are going to be executed on.PhysicalOperatorSetupExceptionpublic Store getSpecificStore(PhysicalOperator child, int minorFragmentId)
Storechild - The child operator that this operator will consume from.minorFragmentId - The particular minor fragment id associated with this particular fragment materialization.public CoordinationProtos.DrillbitEndpoint getEndpoint()
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild in class AbstractSinglepublic <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatoraccept in interface PhysicalOperatoraccept in class AbstractStoreE extends Throwablepublic String getOperatorType()
public DistributionAffinity getDistributionAffinity()
HasAffinitygetDistributionAffinity in interface HasAffinitygetDistributionAffinity in class AbstractStoreCopyright © 2021 The Apache Software Foundation. All rights reserved.