@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
IOExceptionpublic void writeApplicationOwner(String user) throws IOException
IOExceptionpublic void writeApplicationACLs(Map<ApplicationAccessType,String> appAcls) throws IOException
IOExceptionpublic void append(AggregatedLogFormat.LogKey logKey, AggregatedLogFormat.LogValue logValue) throws IOException
IOExceptionpublic void closeWriter()
Copyright © 2013 Apache Software Foundation. All rights reserved.