Uses of Class
org.apache.tika.eval.app.db.TableInfo
Packages that use TableInfo
Package
Description
-
Uses of TableInfo in org.apache.tika.eval.app
Fields in org.apache.tika.eval.app declared as TableInfoModifier 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
Methods in org.apache.tika.eval.app with parameters of type TableInfoModifier 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
Methods in org.apache.tika.eval.app.batch that return TableInfoModifier and TypeMethodDescriptionprotected abstract TableInfo
EvalConsumerBuilder.getMimeTable()
protected TableInfo
ExtractComparerBuilder.getMimeTable()
protected TableInfo
ExtractProfilerBuilder.getMimeTable()
protected TableInfo
FileProfilerBuilder.getMimeTable()
Methods in org.apache.tika.eval.app.batch that return types with arguments of type TableInfoModifier and TypeMethodDescriptionEvalConsumerBuilder.getNonRefTableInfos()
ExtractComparerBuilder.getNonRefTableInfos()
ExtractProfilerBuilder.getNonRefTableInfos()
FileProfilerBuilder.getNonRefTableInfos()
EvalConsumerBuilder.getRefTableInfos()
ExtractComparerBuilder.getRefTableInfos()
ExtractProfilerBuilder.getRefTableInfos()
FileProfilerBuilder.getRefTableInfos()
Methods in org.apache.tika.eval.app.batch with parameters of type TableInfoModifier and TypeMethodDescriptionvoid
DBConsumersManager.addErrorLogTablePair
(Path log, TableInfo tableInfo) Method parameters in org.apache.tika.eval.app.batch with type arguments of type TableInfoModifier and TypeMethodDescriptionprotected IDBWriter
EvalConsumerBuilder.getDBWriter
(List<TableInfo> tableInfos) -
Uses of TableInfo in org.apache.tika.eval.app.db
Methods in org.apache.tika.eval.app.db with parameters of type TableInfoModifier and TypeMethodDescriptionstatic void
JDBCUtil.batchInsert
(PreparedStatement insertStatement, TableInfo table, Map<Cols, String> data) static int
Deprecated.Method parameters in org.apache.tika.eval.app.db with type arguments of type TableInfoModifier and TypeMethodDescriptionvoid
JDBCUtil.createTables
(List<TableInfo> tableInfos, JDBCUtil.CREATE_TABLE createTable) Constructors in org.apache.tika.eval.app.db with parameters of type TableInfoModifierConstructorDescriptionMimeBuffer
(Connection connection, TableInfo mimeTable, TikaConfig config) -
Uses of TableInfo in org.apache.tika.eval.app.io
Methods in org.apache.tika.eval.app.io with parameters of type TableInfoModifier and TypeMethodDescriptionvoid
void
Constructor parameters in org.apache.tika.eval.app.io with type arguments of type TableInfoModifierConstructorDescriptionDBWriter
(Connection connection, List<TableInfo> tableInfos, JDBCUtil dbUtil, MimeBuffer mimeBuffer)