org.apache.hadoop.yarn.logaggregation
Class AggregatedLogFormat.LogKey

java.lang.Object
  extended by org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogKey
All Implemented Interfaces:
org.apache.hadoop.io.Writable
Enclosing class:
AggregatedLogFormat

public static class AggregatedLogFormat.LogKey
extends Object
implements org.apache.hadoop.io.Writable


Constructor Summary
AggregatedLogFormat.LogKey()
           
AggregatedLogFormat.LogKey(org.apache.hadoop.yarn.api.records.ContainerId containerId)
           
AggregatedLogFormat.LogKey(String keyString)
           
 
Method Summary
 void readFields(DataInput in)
           
 String toString()
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
IOException

readFields

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 © 2012 Apache Software Foundation. All Rights Reserved.