public final class PlanInputSpec extends Object implements NamedOperatorSpec
OperatorSpec.OperatorKind
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DataExchange |
getExchange()
Returns the data exchanging strategy.
|
InputGroup |
getGroup()
Returns the data exchanging group.
|
String |
getName()
Returns the name of this operator.
|
OperatorSpec.OperatorKind |
getOperatorKind()
Returns the kind of this operator.
|
int |
hashCode() |
static PlanInputSpec |
of(String name,
DataExchange exchange,
InputGroup group)
Creates a new instance.
|
String |
toString() |
public static final String KIND
public static PlanInputSpec of(String name, DataExchange exchange, InputGroup group)
name
- the port nameexchange
- the data exchanging strategygroup
- the data exchanging group (nullable)public OperatorSpec.OperatorKind getOperatorKind()
OperatorSpec
getOperatorKind
in interface OperatorSpec
public String getName()
NamedOperatorSpec
getName
in interface NamedOperatorSpec
public DataExchange getExchange()
public InputGroup getGroup()
null
if it is not definedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.