public class SolutionSetDeltaOperator extends OperatorDescriptorSingle
keyList, keys| 构造器和说明 |
|---|
SolutionSetDeltaOperator(org.apache.flink.api.common.operators.util.FieldList partitioningFields) |
| 限定符和类型 | 方法和说明 |
|---|---|
GlobalProperties |
computeGlobalProperties(GlobalProperties gProps)
Returns the global properties which are present after the operator was applied on the
provided global properties.
|
LocalProperties |
computeLocalProperties(LocalProperties lProps)
Returns the local properties which are present after the operator was applied on the
provided local properties.
|
protected List<RequestedGlobalProperties> |
createPossibleGlobalProperties()
Returns a list of global properties that are required by this operator descriptor.
|
protected List<RequestedLocalProperties> |
createPossibleLocalProperties()
Returns a list of local properties that are required by this operator descriptor.
|
org.apache.flink.runtime.operators.DriverStrategy |
getStrategy()
Gets the runtime strategy to be executed by this operator.
|
SingleInputPlanNode |
instantiate(Channel in,
SingleInputNode node) |
getPossibleGlobalProperties, getPossibleLocalPropertiespublic SolutionSetDeltaOperator(org.apache.flink.api.common.operators.util.FieldList partitioningFields)
public org.apache.flink.runtime.operators.DriverStrategy getStrategy()
AbstractOperatorDescriptorpublic SingleInputPlanNode instantiate(Channel in, SingleInputNode node)
instantiate 在类中 OperatorDescriptorSingleprotected List<RequestedGlobalProperties> createPossibleGlobalProperties()
OperatorDescriptorSinglecreatePossibleGlobalProperties 在类中 OperatorDescriptorSingleprotected List<RequestedLocalProperties> createPossibleLocalProperties()
OperatorDescriptorSinglecreatePossibleLocalProperties 在类中 OperatorDescriptorSinglepublic GlobalProperties computeGlobalProperties(GlobalProperties gProps)
OperatorDescriptorSinglecomputeGlobalProperties 在类中 OperatorDescriptorSinglegProps - The global properties on which the operator is applied.public LocalProperties computeLocalProperties(LocalProperties lProps)
OperatorDescriptorSinglecomputeLocalProperties 在类中 OperatorDescriptorSinglelProps - The local properties on which the operator is applied.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.