public class InputSpec extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
InputSpec() |
InputSpec(String sourceVertexName,
InputDescriptor inputDescriptor,
int physicalEdgeCount) |
| Modifier and Type | Method and Description |
|---|---|
InputDescriptor |
getInputDescriptor() |
int |
getPhysicalEdgeCount() |
String |
getSourceVertexName() |
void |
readFields(DataInput in) |
void |
setInputDescriptor(InputDescriptor inputDescriptor) |
String |
toString() |
void |
write(DataOutput out) |
public InputSpec()
public InputSpec(String sourceVertexName, InputDescriptor inputDescriptor, int physicalEdgeCount)
public String getSourceVertexName()
public InputDescriptor getInputDescriptor()
public void setInputDescriptor(InputDescriptor inputDescriptor)
public int getPhysicalEdgeCount()
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2022 Apache Software Foundation. All rights reserved.