public static class TezOperator.VertexGroupInfo
extends java.lang.Object
Constructor and Description |
---|
TezOperator.VertexGroupInfo() |
TezOperator.VertexGroupInfo(POStore store) |
Modifier and Type | Method and Description |
---|---|
void |
addInput(OperatorKey input) |
java.util.List<OperatorKey> |
getInputs() |
java.lang.String |
getOutput() |
POStore |
getStore() |
OutputDescriptor |
getStoreOutputDescriptor() |
VertexGroup |
getVertexGroup() |
boolean |
removeInput(OperatorKey input) |
void |
setOutput(java.lang.String output) |
void |
setStoreOutputDescriptor(OutputDescriptor storeOutDescriptor) |
void |
setVertexGroup(VertexGroup vertexGroup) |
public TezOperator.VertexGroupInfo()
public TezOperator.VertexGroupInfo(POStore store)
public java.util.List<OperatorKey> getInputs()
public void addInput(OperatorKey input)
public boolean removeInput(OperatorKey input)
public java.lang.String getOutput()
public void setOutput(java.lang.String output)
public POStore getStore()
public OutputDescriptor getStoreOutputDescriptor()
public void setStoreOutputDescriptor(OutputDescriptor storeOutDescriptor)
public VertexGroup getVertexGroup()
public void setVertexGroup(VertexGroup vertexGroup)
Copyright © 2007-2012 The Apache Software Foundation