@InterfaceAudience.Public public static class AggregatedLogFormat.LogKey extends Object implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
LogKey() |
LogKey(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
LogKey(String keyString) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public LogKey()
public LogKey(org.apache.hadoop.yarn.api.records.ContainerId containerId)
public LogKey(String keyString)
@InterfaceAudience.Private public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
@InterfaceAudience.Private public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.