Uses of Class
org.apache.tika.eval.app.db.TableInfo
Package
Description
-
Uses of TableInfo in org.apache.tika.eval.app
Modifier and TypeFieldDescriptionstatic TableInfo
ExtractComparer.COMPARISON_CONTAINERS
static TableInfo
ExtractProfiler.CONTAINER_TABLE
static TableInfo
ExtractComparer.CONTENT_COMPARISONS
static TableInfo
ExtractProfiler.CONTENTS_TABLE
static TableInfo
ExtractComparer.CONTENTS_TABLE_A
static TableInfo
ExtractComparer.CONTENTS_TABLE_B
static TableInfo
ExtractProfiler.EMBEDDED_FILE_PATH_TABLE
static TableInfo
ExtractComparer.EMBEDDED_FILE_PATH_TABLE_A
static TableInfo
ExtractComparer.EMBEDDED_FILE_PATH_TABLE_B
static TableInfo
ExtractProfiler.EXCEPTION_TABLE
static TableInfo
ExtractComparer.EXCEPTION_TABLE_A
static TableInfo
ExtractComparer.EXCEPTION_TABLE_B
static TableInfo
ExtractProfiler.EXTRACT_EXCEPTION_TABLE
static TableInfo
ExtractComparer.EXTRACT_EXCEPTION_TABLE_A
static TableInfo
ExtractComparer.EXTRACT_EXCEPTION_TABLE_B
static TableInfo
FileProfiler.FILE_MIME_TABLE
static TableInfo
FileProfiler.FILE_PROFILES
static TableInfo
AbstractProfiler.MIME_TABLE
static TableInfo
ExtractProfiler.PROFILE_TABLE
static TableInfo
ExtractComparer.PROFILES_A
static TableInfo
ExtractComparer.PROFILES_B
static TableInfo
AbstractProfiler.REF_EXTRACT_EXCEPTION_TYPES
static TableInfo
ExtractComparer.REF_PAIR_NAMES
static TableInfo
AbstractProfiler.REF_PARSE_ERROR_TYPES
static TableInfo
AbstractProfiler.REF_PARSE_EXCEPTION_TYPES
static TableInfo
ExtractProfiler.TAGS_TABLE
static TableInfo
ExtractComparer.TAGS_TABLE_A
static TableInfo
ExtractComparer.TAGS_TABLE_B
Modifier and TypeMethodDescriptionvoid
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.app.EvalFilePaths fps, int i, ContentTags contentTags, Metadata m, String fileId, String containerId, List<Integer> numAttachments, TableInfo profileTable) -
Uses of TableInfo in org.apache.tika.eval.app.batch
Modifier and TypeMethodDescriptionprotected abstract TableInfo
EvalConsumerBuilder.getMimeTable()
protected TableInfo
ExtractComparerBuilder.getMimeTable()
protected TableInfo
ExtractProfilerBuilder.getMimeTable()
protected TableInfo
FileProfilerBuilder.getMimeTable()
Modifier and TypeMethodDescriptionEvalConsumerBuilder.getNonRefTableInfos()
ExtractComparerBuilder.getNonRefTableInfos()
ExtractProfilerBuilder.getNonRefTableInfos()
FileProfilerBuilder.getNonRefTableInfos()
EvalConsumerBuilder.getRefTableInfos()
ExtractComparerBuilder.getRefTableInfos()
ExtractProfilerBuilder.getRefTableInfos()
FileProfilerBuilder.getRefTableInfos()
Modifier and TypeMethodDescriptionvoid
DBConsumersManager.addErrorLogTablePair
(Path log, TableInfo tableInfo) Modifier and TypeMethodDescriptionprotected IDBWriter
EvalConsumerBuilder.getDBWriter
(List<TableInfo> tableInfos) -
Uses of TableInfo in org.apache.tika.eval.app.db
Modifier and TypeMethodDescriptionstatic void
JDBCUtil.batchInsert
(PreparedStatement insertStatement, TableInfo table, Map<Cols, String> data) Modifier and TypeMethodDescriptionvoid
JDBCUtil.createTables
(List<TableInfo> tableInfos, JDBCUtil.CREATE_TABLE createTable) ModifierConstructorDescriptionMimeBuffer
(Connection connection, TableInfo mimeTable, TikaConfig config) -
Uses of TableInfo in org.apache.tika.eval.app.io
Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionDBWriter
(Connection connection, List<TableInfo> tableInfos, JDBCUtil dbUtil, MimeBuffer mimeBuffer)