Package | Description |
---|---|
org.apache.tika.eval | |
org.apache.tika.eval.batch | |
org.apache.tika.eval.db | |
org.apache.tika.eval.io |
Modifier and Type | Method and Description |
---|---|
void |
XMLErrorLogUpdater.update(Connection connection,
TableInfo tableInfo,
Path xmlLogFile) |
protected void |
AbstractProfiler.writeContentData(String fileId,
Map<Class,Object> textStats,
TableInfo contentsTable)
Checks to see if metadata is null or content is empty (null or only whitespace).
|
protected void |
AbstractProfiler.writeExceptionData(String fileId,
Metadata m,
TableInfo exceptionTable) |
protected void |
AbstractProfiler.writeExtractException(TableInfo extractExceptionTable,
String containerId,
String filePath,
ExtractReaderException.TYPE type) |
protected void |
AbstractProfiler.writeProfileData(org.apache.tika.eval.EvalFilePaths fps,
int i,
ContentTags contentTags,
Metadata m,
String fileId,
String containerId,
List<Integer> numAttachments,
TableInfo profileTable) |
Modifier and Type | Method and Description |
---|---|
protected List<TableInfo> |
ExtractComparerBuilder.getNonRefTableInfos() |
protected List<TableInfo> |
ExtractProfilerBuilder.getNonRefTableInfos() |
protected abstract List<TableInfo> |
EvalConsumerBuilder.getNonRefTableInfos() |
protected List<TableInfo> |
ExtractComparerBuilder.getRefTableInfos() |
protected List<TableInfo> |
ExtractProfilerBuilder.getRefTableInfos() |
protected abstract List<TableInfo> |
EvalConsumerBuilder.getRefTableInfos() |
Modifier and Type | Method and Description |
---|---|
void |
DBConsumersManager.addErrorLogTablePair(Path log,
TableInfo tableInfo) |
Modifier and Type | Method and Description |
---|---|
protected IDBWriter |
EvalConsumerBuilder.getDBWriter(List<TableInfo> tableInfos) |
Modifier and Type | Method and Description |
---|---|
static int |
JDBCUtil.insert(PreparedStatement insertStatement,
TableInfo table,
Map<Cols,String> data) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCUtil.createTables(List<TableInfo> tableInfos,
JDBCUtil.CREATE_TABLE createTable) |
Modifier and Type | Method and Description |
---|---|
void |
IDBWriter.writeRow(TableInfo table,
Map<Cols,String> data) |
void |
DBWriter.writeRow(TableInfo table,
Map<Cols,String> data) |
Constructor and Description |
---|
DBWriter(Connection connection,
List<TableInfo> tableInfos,
JDBCUtil dbUtil,
MimeBuffer mimeBuffer) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.