@InterfaceAudience.Private public static class AggregatedLogFormat.LogWriter extends Object
Constructor and Description |
---|
AggregatedLogFormat.LogWriter(Configuration conf,
Path remoteAppLogFile,
UserGroupInformation userUgi) |
Modifier and Type | Method and Description |
---|---|
void |
append(AggregatedLogFormat.LogKey logKey,
AggregatedLogFormat.LogValue logValue) |
void |
closeWriter() |
void |
writeApplicationACLs(Map<ApplicationAccessType,String> appAcls) |
void |
writeApplicationOwner(String user) |
public AggregatedLogFormat.LogWriter(Configuration conf, Path remoteAppLogFile, UserGroupInformation userUgi) throws IOException
IOException
public void writeApplicationOwner(String user) throws IOException
IOException
public void writeApplicationACLs(Map<ApplicationAccessType,String> appAcls) throws IOException
IOException
public void append(AggregatedLogFormat.LogKey logKey, AggregatedLogFormat.LogValue logValue) throws IOException
IOException
public void closeWriter()
Copyright © 2013 Apache Software Foundation. All rights reserved.