A C D E G H I L N O R S T V W
A
- AUDIT - Static variable in class org.apache.carbondata.common.logging.impl.AuditLevel
-
- audit(String) - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
log audit log
- audit(String) - Method in interface org.apache.carbondata.common.logging.LogService
-
- AuditExtendedRollingFileAppender - Class in org.apache.carbondata.common.logging.impl
-
Copied form log4j and modified for renaming files and restriction only for
audit logging
- AuditExtendedRollingFileAppender() - Constructor for class org.apache.carbondata.common.logging.impl.AuditExtendedRollingFileAppender
-
- AuditLevel - Class in org.apache.carbondata.common.logging.impl
-
- AuditLevel(int, String, int) - Constructor for class org.apache.carbondata.common.logging.impl.AuditLevel
-
Constructor
C
- CarbonIterator<E> - Class in org.apache.carbondata.common
-
CarbonIterator adds default implement for remove.
- CarbonIterator() - Constructor for class org.apache.carbondata.common.CarbonIterator
-
- close() - Method in class org.apache.carbondata.common.CarbonIterator
-
Close the resources
- currentLevel - Variable in class org.apache.carbondata.common.logging.impl.ExtendedRollingFileAppender
-
D
- debug(String) - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- debug(String) - Method in interface org.apache.carbondata.common.logging.LogService
-
E
- error(String) - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- error(Throwable, String) - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- error(Throwable) - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- error(String) - Method in interface org.apache.carbondata.common.logging.LogService
-
- error(Throwable) - Method in interface org.apache.carbondata.common.logging.LogService
-
- error(Throwable, String) - Method in interface org.apache.carbondata.common.logging.LogService
-
- ExtendedRollingFileAppender - Class in org.apache.carbondata.common.logging.impl
-
Copied from log4j to remove the hard coding for the file name from it Copied
form log4j and modified for renaming files
- ExtendedRollingFileAppender() - Constructor for class org.apache.carbondata.common.logging.impl.ExtendedRollingFileAppender
-
G
- getLogService(String) - Static method in class org.apache.carbondata.common.logging.LogServiceFactory
-
return Logger Service.
- getLogService() - Static method in class org.apache.carbondata.common.logging.LogServiceFactory
-
- getPartitionID(String) - Static method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
H
- hasNext() - Method in class org.apache.carbondata.common.CarbonIterator
-
I
- info(String) - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- info(String) - Method in interface org.apache.carbondata.common.logging.LogService
-
- initialize() - Method in class org.apache.carbondata.common.CarbonIterator
-
Initialize the iterator
- isDebugEnabled() - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- isDebugEnabled() - Method in interface org.apache.carbondata.common.logging.LogService
-
- isInfoEnabled() - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- isInfoEnabled() - Method in interface org.apache.carbondata.common.logging.LogService
-
- isWarnEnabled() - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- isWarnEnabled() - Method in interface org.apache.carbondata.common.logging.LogService
-
L
- LoggerAction - Enum in org.apache.carbondata.common.constants
-
enum to hold the bad record logger action
- LogService - Interface in org.apache.carbondata.common.logging
-
for Log Services
- LogServiceFactory - Class in org.apache.carbondata.common.logging
-
Log Service factory
N
- next() - Method in class org.apache.carbondata.common.CarbonIterator
-
O
- org.apache.carbondata.common - package org.apache.carbondata.common
-
- org.apache.carbondata.common.constants - package org.apache.carbondata.common.constants
-
- org.apache.carbondata.common.logging - package org.apache.carbondata.common.logging
-
- org.apache.carbondata.common.logging.impl - package org.apache.carbondata.common.logging.impl
-
R
- remove() - Method in class org.apache.carbondata.common.CarbonIterator
-
- rollOver() - Method in class org.apache.carbondata.common.logging.impl.ExtendedRollingFileAppender
-
Copied from log4j to remove hardcoding of file name
S
- setEventProperties(String, String) - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- setThreadName(String, String) - Static method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- StandardLogService - Class in org.apache.carbondata.common.logging.impl
-
Default Implementation of the LogService
- StandardLogService(String) - Constructor for class org.apache.carbondata.common.logging.impl.StandardLogService
-
Constructor.
- StandardLogService() - Constructor for class org.apache.carbondata.common.logging.impl.StandardLogService
-
- statistic(String) - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- STATISTIC - Static variable in class org.apache.carbondata.common.logging.impl.StatisticLevel
-
- statistic(String) - Method in interface org.apache.carbondata.common.logging.LogService
-
Below method will be used to log the statistic information
- StatisticLevel - Class in org.apache.carbondata.common.logging.impl
-
Extended log level class to log the statistic details
- StatisticLevel(int, String, int) - Constructor for class org.apache.carbondata.common.logging.impl.StatisticLevel
-
Constructor
- subAppend(LoggingEvent) - Method in class org.apache.carbondata.common.logging.impl.AuditExtendedRollingFileAppender
-
g
Call RollingFileAppender method to append the log...
- subAppend(LoggingEvent) - Method in class org.apache.carbondata.common.logging.impl.ExtendedRollingFileAppender
-
T
- toLevel(int, Level) - Static method in class org.apache.carbondata.common.logging.impl.AuditLevel
-
Returns custom level for debug type log message
- toLevel(String, Level) - Static method in class org.apache.carbondata.common.logging.impl.AuditLevel
-
Returns custom level for debug type log message
- toLevel(int, Level) - Static method in class org.apache.carbondata.common.logging.impl.StatisticLevel
-
Returns custom level for debug type log message
- toLevel(String, Level) - Static method in class org.apache.carbondata.common.logging.impl.StatisticLevel
-
Returns custom level for debug type log message
- toString() - Method in enum org.apache.carbondata.common.constants.LoggerAction
-
V
- valueOf(String) - Static method in enum org.apache.carbondata.common.constants.LoggerAction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.carbondata.common.constants.LoggerAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
W
- warn(String) - Method in class org.apache.carbondata.common.logging.impl.StandardLogService
-
- warn(String) - Method in interface org.apache.carbondata.common.logging.LogService
-
A C D E G H I L N O R S T V W
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.