org.apache.hadoop.yarn.logaggregation
Class AggregatedLogFormat.LogKey
java.lang.Object
org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogKey
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable
- Enclosing class:
- AggregatedLogFormat
@InterfaceAudience.Public
public static class AggregatedLogFormat.LogKey
- extends Object
- implements org.apache.hadoop.io.Writable
AggregatedLogFormat.LogKey
public AggregatedLogFormat.LogKey()
AggregatedLogFormat.LogKey
public AggregatedLogFormat.LogKey(org.apache.hadoop.yarn.api.records.ContainerId containerId)
AggregatedLogFormat.LogKey
public AggregatedLogFormat.LogKey(String keyString)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
write
@InterfaceAudience.Private
public void write(DataOutput out)
throws IOException
- Specified by:
write in interface org.apache.hadoop.io.Writable
- Throws:
IOException
readFields
@InterfaceAudience.Private
public void readFields(DataInput in)
throws IOException
- Specified by:
readFields in interface org.apache.hadoop.io.Writable
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014 Apache Software Foundation. All Rights Reserved.