public class InputSpec extends Object implements Serializable
Input
.Constructor and Description |
---|
InputSpec(int multipleInputId,
int readOrder,
TableOperatorWrapper<?> output,
int outputOpInputId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
InputSelectionSpec |
getInputSelectionSpec() |
int |
getMultipleInputId() |
TableOperatorWrapper<?> |
getOutput() |
int |
getOutputOpInputId() |
int |
getReadOrder() |
int |
hashCode() |
String |
toString() |
public InputSpec(int multipleInputId, int readOrder, TableOperatorWrapper<?> output, int outputOpInputId)
public InputSelectionSpec getInputSelectionSpec()
public int getMultipleInputId()
public int getReadOrder()
public TableOperatorWrapper<?> getOutput()
public int getOutputOpInputId()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.