Skip navigation links
A C D E F G H I L M 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.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.LogService
 

E

error(String) - Method in class org.apache.carbondata.common.logging.LogService
 
error(Throwable) - Method in class org.apache.carbondata.common.logging.LogService
 
error(Throwable, String) - Method in class 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
 

F

formatSize(float) - Static method in class org.apache.carbondata.common.Strings
Append KB/MB/GB/TB to the input size and return

G

getLogService(String) - Static method in class org.apache.carbondata.common.logging.LogServiceFactory
return Logger Service.
getMessage() - Method in exception org.apache.carbondata.common.exceptions.sql.MalformedCarbonCommandException
getMessage
getOrDefault(Map<K, V>, K, V) - Static method in class org.apache.carbondata.common.Maps
Return value if key is contained in the map, else return defauleValue.

H

hasNext() - Method in class org.apache.carbondata.common.CarbonIterator
 

I

info(String) - Method in class org.apache.carbondata.common.logging.LogService
 
initialize() - Method in class org.apache.carbondata.common.CarbonIterator
Initialize the iterator
InterfaceAudience - Class in org.apache.carbondata.common.annotations
This annotation is ported and modified from Apache Hadoop project.
InterfaceAudience.Developer - Annotation Type in org.apache.carbondata.common.annotations
Intended for developers to develop extension for Apache CarbonData project For example, "Index DataMap" to add a new index implementation, etc
InterfaceAudience.Internal - Annotation Type in org.apache.carbondata.common.annotations
Intended only for internal usage within Apache CarbonData project.
InterfaceAudience.User - Annotation Type in org.apache.carbondata.common.annotations
Intended for use by any project or application.
InterfaceStability - Class in org.apache.carbondata.common.annotations
This annotation is ported and modified from Apache Hadoop project.
InterfaceStability() - Constructor for class org.apache.carbondata.common.annotations.InterfaceStability
 
InterfaceStability.Evolving - Annotation Type in org.apache.carbondata.common.annotations
Evolving, but can break compatibility at minor release (i.e.
InterfaceStability.Stable - Annotation Type in org.apache.carbondata.common.annotations
Can evolve while retaining compatibility for minor release boundaries.; can break compatibility only at major release (ie.
InterfaceStability.Unstable - Annotation Type in org.apache.carbondata.common.annotations
No guarantee is provided as to reliability or stability across any level of release granularity.
InvalidLoadOptionException - Exception in org.apache.carbondata.common.exceptions.sql
This exception will be thrown when loading option is invalid for SQL loading statement (LOAD DATA, INSERT INTO)
InvalidLoadOptionException(String) - Constructor for exception org.apache.carbondata.common.exceptions.sql.InvalidLoadOptionException
 
isDebugEnabled() - Method in class org.apache.carbondata.common.logging.LogService
 
isInfoEnabled() - Method in class org.apache.carbondata.common.logging.LogService
 
isWarnEnabled() - Method in class org.apache.carbondata.common.logging.LogService
 

L

LoggerAction - Enum in org.apache.carbondata.common.constants
enum to hold the bad record logger action
LogService - Class in org.apache.carbondata.common.logging
Log Services, wrapper of org.apache.log4j.Logger
LogService(String) - Constructor for class org.apache.carbondata.common.logging.LogService
 
LogServiceFactory - Class in org.apache.carbondata.common.logging
Log Service factory

M

MalformedCarbonCommandException - Exception in org.apache.carbondata.common.exceptions.sql
This exception will be thrown if any validation fails then parsing SQL statement.
MalformedCarbonCommandException(String) - Constructor for exception org.apache.carbondata.common.exceptions.sql.MalformedCarbonCommandException
Constructor
MalformedCarbonCommandException(String, Throwable) - Constructor for exception org.apache.carbondata.common.exceptions.sql.MalformedCarbonCommandException
Constructor
MalformedDataMapCommandException - Exception in org.apache.carbondata.common.exceptions.sql
This exception will be thrown when Datamap related SQL statement is invalid
MalformedDataMapCommandException(String) - Constructor for exception org.apache.carbondata.common.exceptions.sql.MalformedDataMapCommandException
 
MalformedDataMapCommandException(String, Throwable) - Constructor for exception org.apache.carbondata.common.exceptions.sql.MalformedDataMapCommandException
 
Maps - Class in org.apache.carbondata.common
 
Maps() - Constructor for class org.apache.carbondata.common.Maps
 
MetadataProcessException - Exception in org.apache.carbondata.common.exceptions
This exception will be thrown when failed to process metadata while executing carbon command
MetadataProcessException(String) - Constructor for exception org.apache.carbondata.common.exceptions.MetadataProcessException
 
MetadataProcessException(String, Throwable) - Constructor for exception org.apache.carbondata.common.exceptions.MetadataProcessException
 
mkString(String[], String) - Static method in class org.apache.carbondata.common.Strings
Provide same function as mkString in Scala.

N

next() - Method in class org.apache.carbondata.common.CarbonIterator
 
NoSuchDataMapException - Exception in org.apache.carbondata.common.exceptions.sql
This exception will be thrown if datamap is not found when executing datamap related SQL statement
NoSuchDataMapException(String, String) - Constructor for exception org.apache.carbondata.common.exceptions.sql.NoSuchDataMapException
 
NoSuchDataMapException(String) - Constructor for exception org.apache.carbondata.common.exceptions.sql.NoSuchDataMapException
 
NoSuchStreamException - Exception in org.apache.carbondata.common.exceptions
 
NoSuchStreamException(String) - Constructor for exception org.apache.carbondata.common.exceptions.NoSuchStreamException
 

O

org.apache.carbondata.common - package org.apache.carbondata.common
 
org.apache.carbondata.common.annotations - package org.apache.carbondata.common.annotations
 
org.apache.carbondata.common.constants - package org.apache.carbondata.common.constants
 
org.apache.carbondata.common.exceptions - package org.apache.carbondata.common.exceptions
 
org.apache.carbondata.common.exceptions.sql - package org.apache.carbondata.common.exceptions.sql
 
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

STATISTIC - Static variable in class org.apache.carbondata.common.logging.impl.StatisticLevel
 
statistic(String) - Method in class 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
Strings - Class in org.apache.carbondata.common
 
Strings() - Constructor for class org.apache.carbondata.common.Strings
 
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

TableStatusLockException - Exception in org.apache.carbondata.common.exceptions
This exception will be thrown when failed to acquire lock for table status metadata, or re-try timed out
TableStatusLockException(String) - Constructor for exception org.apache.carbondata.common.exceptions.TableStatusLockException
 
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.LogService
 
A C D E F G H I L M N O R S T V W 
Skip navigation links

Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.