public class NodeDef extends Object implements org.apache.hadoop.io.Writable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(NodeDef other) |
String |
getConf() |
String |
getCred() |
Class<? extends NodeHandler> |
getHandlerClass() |
String |
getName() |
String |
getNodeDefVersion() |
List<String> |
getTransitions() |
String |
getUserRetryInterval() |
String |
getUserRetryMax() |
int |
hashCode() |
void |
readFields(DataInput dataInput) |
void |
write(DataOutput dataOutput) |
public Class<? extends NodeHandler> getHandlerClass()
public List<String> getTransitions()
public String getUserRetryMax()
public String getUserRetryInterval()
public String getNodeDefVersion()
public void readFields(DataInput dataInput) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput dataOutput) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2014 Apache Software Foundation. All Rights Reserved.