Class AggregatedLogFormat.LogKey
java.lang.Object
org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogKey
- All Implemented Interfaces:
org.apache.hadoop.io.Writable
- Enclosing class:
- AggregatedLogFormat
@Public
public static class AggregatedLogFormat.LogKey
extends Object
implements org.apache.hadoop.io.Writable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidreadFields(DataInput in) toString()voidwrite(DataOutput out)
-
Constructor Details
-
LogKey
public LogKey() -
LogKey
public LogKey(org.apache.hadoop.yarn.api.records.ContainerId containerId) -
LogKey
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
write
- Specified by:
writein interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
readFields
- Specified by:
readFieldsin interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
toString
-