A B C D F G H I L M N O P R S U W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activateOptions() - Method in class com.mapr.log4j.CentralTaskLogAppender
- activateOptions() - Method in class com.mapr.log4j.MaprfsDailyRollingLogAppender
- activateOptions() - Method in class com.mapr.log4j.MaprfsLogAppender
- activateOptions() - Method in class com.mapr.log4j.NoFormatLayout
- activateOptions() - Method in class org.apache.log4j.MaprfsDailyRollingUTCAppender
- append(LoggingEvent) - Method in class com.mapr.log4j.CentralTaskLogAppender
- append(LoggingEvent) - Method in class com.mapr.log4j.MaprfsDailyRollingLogAppender
-
This method differentiates DailyRollingFileAppender from its super class.
- append(LoggingEvent) - Method in class com.mapr.log4j.MaprfsLogAppender
- append(LoggingEvent) - Method in class com.mapr.log4j.MaprfsRollingLogAppender
- append(LoggingEvent) - Method in class com.mapr.log4j.YarnCentralTaskRollingLogAppender
B
- BUFFER_SIZE - Variable in class com.mapr.log4j.MaprfsLogAppender
C
- CentralTaskLogAppender - Class in com.mapr.log4j
-
A simple log4j-appender for the task child's map-reduce system logs.
- CentralTaskLogAppender() - Constructor for class com.mapr.log4j.CentralTaskLogAppender
- close() - Method in class com.mapr.log4j.CentralTaskLogAppender
- close() - Method in class com.mapr.log4j.MaprfsLogAppender
- closeFile() - Method in class com.mapr.log4j.MaprfsLogAppender
- com.mapr.log4j - package com.mapr.log4j
- createFile(Path) - Method in class com.mapr.log4j.MaprfsLogAppender
D
- DIR_PREFIX - Static variable in class com.mapr.log4j.MaprfsLogAppender
- dirPath - Static variable in class org.apache.log4j.MaprfsDailyRollingUTCAppender
F
- failoverAppender - Variable in class com.mapr.log4j.MaprfsLogAppender
- failoverAppenderName - Variable in class com.mapr.log4j.MaprfsLogAppender
- failoverToLocalLogs(Throwable) - Method in class com.mapr.log4j.MaprfsLogAppender
- fileName - Variable in class com.mapr.log4j.MaprfsLogAppender
- fileNamePath - Variable in class com.mapr.log4j.MaprfsLogAppender
- flush() - Method in interface com.mapr.log4j.LogFlusher
- flush() - Method in class com.mapr.log4j.MaprfsDailyRollingFileAppender
- flush() - Method in class com.mapr.log4j.MaprfsLogAppender
- flush() - Method in class com.mapr.log4j.MaprfsRollingFileAppender
- format(LoggingEvent) - Method in class com.mapr.log4j.NoFormatLayout
- format(LoggingEvent) - Method in class com.mapr.log4j.PatternLayoutByLevelWithHeader
-
Produces a formatted string according to the conversion pattern set for the level of the logging event passed in.
G
- getDatePattern() - Method in class com.mapr.log4j.MaprfsDailyRollingLogAppender
-
Returns the value of the DatePattern option.
- getDatePattern() - Method in class org.apache.log4j.MaprfsDailyRollingUTCAppender
-
Returns the value of the DatePattern option.
- getFile() - Method in class com.mapr.log4j.MaprfsLogAppender
- getFileSize() - Method in class com.mapr.log4j.MaprfsLogAppender
- getFileSizeLimit() - Method in class com.mapr.log4j.CentralTaskLogAppender
-
By default, there is no limit.
- getFileSizeLimit() - Method in class com.mapr.log4j.YarnCentralTaskLogAppender
- getFileSizeLimit() - Method in class com.mapr.log4j.YarnCentralTaskRollingLogAppender
-
This method is overridden to disable the max event based log file truncation in CentralTaskLogAppender.
- getFooter() - Method in class com.mapr.log4j.PatternLayoutByLevelWithHeader
- getFrameworkType() - Method in class com.mapr.log4j.CentralTaskLogAppender
- getFrameworkType() - Method in class com.mapr.log4j.YarnCentralTaskLogAppender
- getHeader() - Method in class com.mapr.log4j.PatternLayoutByLevelWithHeader
- getImmediateFlush() - Method in class com.mapr.log4j.MaprfsLogAppender
-
Returns value of the ImmediateFlush option.
- getImmediateSync() - Method in class com.mapr.log4j.MaprfsLogAppender
- getIsCleanup() - Method in class com.mapr.log4j.CentralTaskLogAppender
-
Get whether task is cleanup attempt or not.
- getLogFilePermission() - Method in class com.mapr.log4j.MaprfsLogAppender
- getLogFilePermission() - Method in class com.mapr.log4j.YarnCentralTaskLogAppender
- getMaxBackupIndex() - Method in class com.mapr.log4j.MaprfsDailyRollingLogAppender
- getMaxBackupIndex() - Method in class com.mapr.log4j.MaprfsRollingLogAppender
-
Returns the value of the MaxBackupIndex option.
- getMaxBackupIndex() - Method in class com.mapr.log4j.YarnCentralTaskRollingLogAppender
-
Returns the value of the MaxBackupIndex option.
- getMaxBackupIndex() - Method in class org.apache.log4j.MaprfsDailyRollingUTCAppender
- getMaximumFileSize() - Method in class com.mapr.log4j.MaprfsRollingLogAppender
-
Get the maximum size that the output file is allowed to reach before being rolled over to backup files.
- getMaximumFileSize() - Method in class com.mapr.log4j.YarnCentralTaskRollingLogAppender
-
Get the maximum size that the output file is allowed to reach before being rolled over to backup files.
- getSyncIntervalSeconds() - Method in class com.mapr.log4j.MaprfsLogAppender
- getTaskId() - Method in class com.mapr.log4j.CentralTaskLogAppender
-
Getter/Setter methods for log4j.
- getTotalLogFileSize() - Method in class com.mapr.log4j.CentralTaskLogAppender
H
- hflush() - Method in class com.mapr.log4j.MaprfsLogAppender
- hsync() - Method in class com.mapr.log4j.MaprfsLogAppender
I
- ignoresThrowable() - Method in class com.mapr.log4j.NoFormatLayout
- immediateFlush - Variable in class com.mapr.log4j.MaprfsLogAppender
- immediateSync - Variable in class com.mapr.log4j.MaprfsLogAppender
L
- LogFlusher - Interface in com.mapr.log4j
-
LogFlusher for MapRFS.
M
- maprFS - Variable in class com.mapr.log4j.MaprfsLogAppender
- MaprfsDailyRollingFileAppender - Class in com.mapr.log4j
-
DailyRollingFileAppender for MapRFS.
- MaprfsDailyRollingFileAppender() - Constructor for class com.mapr.log4j.MaprfsDailyRollingFileAppender
- MaprfsDailyRollingFileAppender(Layout, String, String) - Constructor for class com.mapr.log4j.MaprfsDailyRollingFileAppender
- MaprfsDailyRollingLogAppender - Class in com.mapr.log4j
-
DailyRollingLogAppender for MapRFS - majority of functionality is from DailyRollingFileAppender with enhanced asynch.
- MaprfsDailyRollingLogAppender() - Constructor for class com.mapr.log4j.MaprfsDailyRollingLogAppender
- MaprfsDailyRollingLogAppender(URI, String) - Constructor for class com.mapr.log4j.MaprfsDailyRollingLogAppender
- MaprfsDailyRollingUTCAppender - Class in org.apache.log4j
-
MaprfsDailyRollingUTCAppender extends
FileAppenderso that the underlying file is rolled over at a user chosen frequency. - MaprfsDailyRollingUTCAppender() - Constructor for class org.apache.log4j.MaprfsDailyRollingUTCAppender
-
The default constructor does nothing.
- MaprfsDailyRollingUTCAppender(Layout, String, String) - Constructor for class org.apache.log4j.MaprfsDailyRollingUTCAppender
-
Instantiate a
MaprfsDailyRollingUTCAppenderand open the file designated byfilename. - MaprfsLogAppender - Class in com.mapr.log4j
-
Base log appender to log into MapRFS it can be used on its own or most likely its children will be used: MaprfsDailyRollingLogAppender ( counterpart of DailyRollingFileAppender) MaprfsRollingLogAppender ( counterpart of RollingFileAppender ) This appender provides failover functionality to write using other (non MapRFS appender) in case logs can not be written into MapRFS.
- MaprfsLogAppender() - Constructor for class com.mapr.log4j.MaprfsLogAppender
- MaprfsLogAppender(URI) - Constructor for class com.mapr.log4j.MaprfsLogAppender
- MaprfsRollingFileAppender - Class in com.mapr.log4j
-
RollingFileAppender for MapRFS.
- MaprfsRollingFileAppender() - Constructor for class com.mapr.log4j.MaprfsRollingFileAppender
- MaprfsRollingFileAppender(Layout, String) - Constructor for class com.mapr.log4j.MaprfsRollingFileAppender
- MaprfsRollingFileAppender(Layout, String, boolean) - Constructor for class com.mapr.log4j.MaprfsRollingFileAppender
- MaprfsRollingLogAppender - Class in com.mapr.log4j
-
RollingLogAppender for MapRFS.
- MaprfsRollingLogAppender() - Constructor for class com.mapr.log4j.MaprfsRollingLogAppender
- MaprfsRollingLogAppender(URI, long, int) - Constructor for class com.mapr.log4j.MaprfsRollingLogAppender
- maxBackupIndex - Variable in class com.mapr.log4j.MaprfsRollingLogAppender
-
There is one backup file by default.
- maxBackupIndex - Variable in class com.mapr.log4j.YarnCentralTaskRollingLogAppender
-
There is one backup file by default.
- maxFileSize - Variable in class com.mapr.log4j.MaprfsRollingLogAppender
-
The default maximum file size is 10MB.
- maxFileSize - Variable in class com.mapr.log4j.YarnCentralTaskRollingLogAppender
-
The default maximum file size is 10MB.
N
- nameHierarchy - Variable in class com.mapr.log4j.MaprfsLogAppender
- NoFormatLayout - Class in com.mapr.log4j
- NoFormatLayout() - Constructor for class com.mapr.log4j.NoFormatLayout
O
- org.apache.log4j - package org.apache.log4j
P
- PatternLayoutByLevelWithHeader - Class in com.mapr.log4j
-
Customized PatternLayout to allow setting different layouts per log level also overwriting such useful methods as getHeader() and may be getFooter
- PatternLayoutByLevelWithHeader() - Constructor for class com.mapr.log4j.PatternLayoutByLevelWithHeader
- PatternLayoutByLevelWithHeader(String) - Constructor for class com.mapr.log4j.PatternLayoutByLevelWithHeader
R
- requiresLayout() - Method in class com.mapr.log4j.MaprfsLogAppender
S
- setConversionPattern(String) - Method in class com.mapr.log4j.PatternLayoutByLevelWithHeader
-
Set the ConversionPattern option.
- setDatePattern(String) - Method in class com.mapr.log4j.MaprfsDailyRollingLogAppender
-
The DatePattern takes a string in the same format as expected by
SimpleDateFormat. - setDatePattern(String) - Method in class org.apache.log4j.MaprfsDailyRollingUTCAppender
-
The DatePattern takes a string in the same format as expected by
SimpleDateFormat. - setDebugPattern(String) - Method in class com.mapr.log4j.PatternLayoutByLevelWithHeader
-
Set the ConversionPattern option for logging at the DEBUG level.
- setErrorPattern(String) - Method in class com.mapr.log4j.PatternLayoutByLevelWithHeader
-
Set the ConversionPattern option for logging at the ERROR level.
- setFailoverAppender(String) - Method in class com.mapr.log4j.MaprfsLogAppender
- setFatalPattern(String) - Method in class com.mapr.log4j.PatternLayoutByLevelWithHeader
-
Set the ConversionPattern option for logging at the FATAL level.
- setFile(String) - Method in class com.mapr.log4j.CentralTaskLogAppender
- setFile(String) - Method in class com.mapr.log4j.MaprfsLogAppender
- setFS(FileSystem) - Method in class com.mapr.log4j.MaprfsLogAppender
- setImmediateFlush(boolean) - Method in class com.mapr.log4j.MaprfsLogAppender
- setImmediateSync(boolean) - Method in class com.mapr.log4j.MaprfsLogAppender
- setInfoPattern(String) - Method in class com.mapr.log4j.PatternLayoutByLevelWithHeader
-
Set the ConversionPattern option for logging at the INFO level.
- setIsCleanup(boolean) - Method in class com.mapr.log4j.CentralTaskLogAppender
-
Set whether the task is a cleanup attempt or not.
- setMaxBackupIndex(int) - Method in class com.mapr.log4j.MaprfsDailyRollingLogAppender
- setMaxBackupIndex(int) - Method in class com.mapr.log4j.MaprfsRollingLogAppender
-
Set the maximum number of backup files to keep around.
- setMaxBackupIndex(int) - Method in class com.mapr.log4j.YarnCentralTaskRollingLogAppender
-
Set the maximum number of backup files to keep around.
- setMaxBackupIndex(int) - Method in class org.apache.log4j.MaprfsDailyRollingUTCAppender
- setMaxFileSize(String) - Method in class com.mapr.log4j.MaprfsRollingLogAppender
-
Set the maximum size that the output file is allowed to reach before being rolled over to backup files.
- setMaxFileSize(String) - Method in class com.mapr.log4j.YarnCentralTaskRollingLogAppender
-
Set the maximum size that the output file is allowed to reach before being rolled over to backup files.
- setMaximumFileSize(long) - Method in class com.mapr.log4j.MaprfsRollingLogAppender
-
Set the maximum size that the output file is allowed to reach before being rolled over to backup files.
- setMaximumFileSize(long) - Method in class com.mapr.log4j.YarnCentralTaskRollingLogAppender
-
Set the maximum size that the output file is allowed to reach before being rolled over to backup files.
- setSyncIntervalSeconds(long) - Method in class com.mapr.log4j.MaprfsLogAppender
- setTaskId(String) - Method in class com.mapr.log4j.CentralTaskLogAppender
- setTotalLogFileSize() - Method in class com.mapr.log4j.CentralTaskLogAppender
- setURI(String) - Method in class com.mapr.log4j.MaprfsLogAppender
- setWarnPattern(String) - Method in class com.mapr.log4j.PatternLayoutByLevelWithHeader
-
Set the ConversionPattern option for logging at the WARN level.
- subAppend(LoggingEvent) - Method in class org.apache.log4j.MaprfsDailyRollingUTCAppender
-
This method differentiates MaprfsDailyRollingUTCAppender from its super class.
- sync() - Method in class com.mapr.log4j.MaprfsLogAppender
- syncIntervalSeconds - Variable in class com.mapr.log4j.MaprfsLogAppender
U
- uri - Variable in class com.mapr.log4j.MaprfsLogAppender
W
- writeFooter() - Method in class com.mapr.log4j.MaprfsLogAppender
- writeHeader() - Method in class com.mapr.log4j.MaprfsLogAppender
-
Write a header as produced by the embedded layout's
Layout.getHeader()method.
Y
- YarnCentralTaskLogAppender - Class in com.mapr.log4j
-
A simple log4j-appender for the system logs generated by Yarn containers.
- YarnCentralTaskLogAppender() - Constructor for class com.mapr.log4j.YarnCentralTaskLogAppender
- YarnCentralTaskRollingLogAppender - Class in com.mapr.log4j
-
RollingLogAppender for YARN tasks.
- YarnCentralTaskRollingLogAppender() - Constructor for class com.mapr.log4j.YarnCentralTaskRollingLogAppender
All Classes All Packages