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

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

@InterfaceAudience.Private
public static class AggregatedLogFormat.LogValue
extends Object


Constructor Summary
AggregatedLogFormat.LogValue(List<String> rootLogDirs, org.apache.hadoop.yarn.api.records.ContainerId containerId, String user)
           
 
Method Summary
 String getUser()
           
 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,
                                    String user)
Method Detail

write

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

getUser

public String getUser()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.