Class AggregatedLogFormat.LogKey
java.lang.Object
org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogKey
- All Implemented Interfaces:
Writable
- Enclosing class:
- AggregatedLogFormat
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogKey
public LogKey() -
LogKey
-
LogKey
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
write
Description copied from interface:WritableSerialize the fields of this object toout.- Specified by:
writein interfaceWritable- Parameters:
out-DataOuputto serialize this object into.- Throws:
IOException- any other problem for write.
-
readFields
Description copied from interface:WritableDeserialize the fields of this object fromin.For efficiency, implementations should attempt to re-use storage in the existing object where possible.
- Specified by:
readFieldsin interfaceWritable- Parameters:
in-DataInputto deseriablize this object from.- Throws:
IOException- any other problem for readFields.
-
toString
-