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

java.lang.Object
  extended by org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogValue
Enclosing class:
AggregatedLogFormat

public static class AggregatedLogFormat.LogValue
extends Object


Constructor Summary
AggregatedLogFormat.LogValue(List<String> rootLogDirs, org.apache.hadoop.yarn.api.records.ContainerId containerId)
           
 
Method Summary
 void write(DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatedLogFormat.LogValue

public AggregatedLogFormat.LogValue(List<String> rootLogDirs,
                                    org.apache.hadoop.yarn.api.records.ContainerId containerId)
Method Detail

write

public void write(DataOutputStream out)
           throws IOException
Throws:
IOException


Copyright © 2012 Apache Software Foundation. All Rights Reserved.