Index

A C D E F G H I L M N O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values

A

addField(Parser<HttpdLogRecord>, RowSetLoader, Map<String, Casts>, String, String, Map<String, TypeProtos.MinorType>) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This record will be used with a single parser.
addFieldsToParser(RowSetLoader) - Method in class org.apache.drill.exec.store.httpd.HttpdParser
 

C

close() - Method in class org.apache.drill.exec.store.httpd.HttpdLogBatchReader
 
configureScan(FileScanLifecycleBuilder, EasySubScan) - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatPlugin
 

D

DEFAULT_NAME - Static variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatPlugin
 
DEFAULT_TS_FORMAT - Static variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
drillFormattedFieldName(String) - Static method in class org.apache.drill.exec.store.httpd.HttpdUtils
Drill cannot deal with fields with dots in them like request.referer.

E

equals(Object) - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
extensions - Variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 

F

finishRecord() - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
Call this method after a record has been parsed.
flattenWildcards - Variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 

G

getDoubles() - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
 
getExtensions() - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
getFieldNameFromMap(String) - Static method in class org.apache.drill.exec.store.httpd.HttpdUtils
The HTTPD parser formats fields using the format HTTP.URI:request.firstline.uri.query.
getFlattenWildcards() - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
getLogFormat() - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
getLogParserRemapping() - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
getLongs() - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
 
getMaxErrors() - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
getParseUserAgent() - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
getStrings() - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
 
getTimestampFormat() - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
getTimestamps() - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
 

H

hashCode() - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
HttpdLogBatchReader - Class in org.apache.drill.exec.store.httpd
 
HttpdLogBatchReader(HttpdLogFormatConfig, EasySubScan, FileSchemaNegotiator) - Constructor for class org.apache.drill.exec.store.httpd.HttpdLogBatchReader
 
HttpdLogFormatConfig - Class in org.apache.drill.exec.store.httpd
 
HttpdLogFormatConfig(List<String>, String, String, int, boolean, boolean, String) - Constructor for class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
HttpdLogFormatPlugin - Class in org.apache.drill.exec.store.httpd
 
HttpdLogFormatPlugin(String, DrillbitContext, Configuration, StoragePluginConfig, HttpdLogFormatConfig) - Constructor for class org.apache.drill.exec.store.httpd.HttpdLogFormatPlugin
 
HttpdLogRecord - Class in org.apache.drill.exec.store.httpd
 
HttpdLogRecord(String, boolean) - Constructor for class org.apache.drill.exec.store.httpd.HttpdLogRecord
 
HttpdParser - Class in org.apache.drill.exec.store.httpd
 
HttpdParser(String, String, boolean, boolean, String, EasySubScan) - Constructor for class org.apache.drill.exec.store.httpd.HttpdParser
 
HttpdUtils - Class in org.apache.drill.exec.store.httpd
 
HttpdUtils() - Constructor for class org.apache.drill.exec.store.httpd.HttpdUtils
 

I

isMetadataQuery() - Method in class org.apache.drill.exec.store.httpd.HttpdParser
 
isOnlyImplicitColumns() - Method in class org.apache.drill.exec.store.httpd.HttpdParser
 
isStarQuery() - Method in class org.apache.drill.exec.store.httpd.HttpdParser
 
isWildcard(String) - Static method in class org.apache.drill.exec.store.httpd.HttpdUtils
Returns true if the field is a wildcard AKA map field, false if not.

L

logFormat - Variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
logParserRemapping - Variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 

M

MATCHED_COL_NAME - Static variable in class org.apache.drill.exec.store.httpd.HttpdLogBatchReader
 
maxErrors - Variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 

N

next() - Method in class org.apache.drill.exec.store.httpd.HttpdLogBatchReader
 

O

OPERATOR_TYPE - Static variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatPlugin
 
org.apache.drill.exec.store.httpd - package org.apache.drill.exec.store.httpd
 

P

parse(String) - Method in class org.apache.drill.exec.store.httpd.HttpdParser
We do not expose the underlying parser or the record which is used to manage the writers.
PARSER_WILDCARD - Static variable in class org.apache.drill.exec.store.httpd.HttpdParser
 
PARSER_WILDCARD - Static variable in class org.apache.drill.exec.store.httpd.HttpdUtils
 
parseUserAgent - Variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 

R

RAW_LINE_COL_NAME - Static variable in class org.apache.drill.exec.store.httpd.HttpdLogBatchReader
 

S

SAFE_SEPARATOR - Static variable in class org.apache.drill.exec.store.httpd.HttpdUtils
 
SAFE_WILDCARD - Static variable in class org.apache.drill.exec.store.httpd.HttpdUtils
 
set(String, Double) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.
set(String, Long) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.
set(String, String) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.
setDate(String, String) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.
setTime(String, String) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.
setTimestamp(String, String) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.
setTimestampFromEpoch(String, Long) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.
setupParser() - Method in class org.apache.drill.exec.store.httpd.HttpdParser
 
setWildcard(String, Double) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.
setWildcard(String, Long) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.
setWildcard(String, String) - Method in class org.apache.drill.exec.store.httpd.HttpdLogRecord
This method is referenced and called via reflection.

T

timestampFormat - Variable in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
toString() - Method in class org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
 
A C D E F G H I L M N O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values