public class LlapDaemonInfo extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
LlapDaemonInfo() |
LlapDaemonInfo(String host,
int rpcPort,
int outputFormatPort) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost() |
int |
getOutputFormatPort() |
int |
getRpcPort() |
int |
hashCode() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public LlapDaemonInfo(String host, int rpcPort, int outputFormatPort)
public LlapDaemonInfo()
public String getHost()
public int getRpcPort()
public int getOutputFormatPort()
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 © 2024 The Apache Software Foundation. All rights reserved.