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 TableInfoExtractComparer.COMPARISON_CONTAINERSstatic TableInfoExtractProfiler.CONTAINER_TABLEstatic TableInfoExtractComparer.CONTENT_COMPARISONSstatic TableInfoExtractProfiler.CONTENTS_TABLEstatic TableInfoExtractComparer.CONTENTS_TABLE_Astatic TableInfoExtractComparer.CONTENTS_TABLE_Bstatic TableInfoExtractProfiler.EMBEDDED_FILE_PATH_TABLEstatic TableInfoExtractComparer.EMBEDDED_FILE_PATH_TABLE_Astatic TableInfoExtractComparer.EMBEDDED_FILE_PATH_TABLE_Bstatic TableInfoExtractProfiler.EXCEPTION_TABLEstatic TableInfoExtractComparer.EXCEPTION_TABLE_Astatic TableInfoExtractComparer.EXCEPTION_TABLE_Bstatic TableInfoExtractProfiler.EXTRACT_EXCEPTION_TABLEstatic TableInfoExtractComparer.EXTRACT_EXCEPTION_TABLE_Astatic TableInfoExtractComparer.EXTRACT_EXCEPTION_TABLE_Bstatic TableInfoProfilerBase.MIME_TABLEstatic TableInfoExtractProfiler.PROFILE_TABLEstatic TableInfoExtractComparer.PROFILES_Astatic TableInfoExtractComparer.PROFILES_Bstatic TableInfoProfilerBase.REF_EXTRACT_EXCEPTION_TYPESstatic TableInfoExtractComparer.REF_PAIR_NAMESstatic TableInfoProfilerBase.REF_PARSE_ERROR_TYPESstatic TableInfoProfilerBase.REF_PARSE_EXCEPTION_TYPESstatic TableInfoExtractProfiler.TAGS_TABLEstatic TableInfoExtractComparer.TAGS_TABLE_Astatic TableInfoExtractComparer.TAGS_TABLE_BMethods in org.apache.tika.eval.app with parameters of type TableInfoModifier and TypeMethodDescriptionprotected voidChecks to see if metadata is null or content is empty (null or only whitespace).protected voidProfilerBase.writeExceptionData(String fileId, Metadata m, TableInfo exceptionTable) protected voidProfilerBase.writeExtractException(TableInfo extractExceptionTable, String containerId, String filePath, ExtractReaderException.TYPE type) protected voidProfilerBase.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.db
Methods in org.apache.tika.eval.app.db with parameters of type TableInfoModifier and TypeMethodDescriptionstatic voidJDBCUtil.batchInsert(PreparedStatement insertStatement, TableInfo table, Map<Cols, String> data) Method parameters in org.apache.tika.eval.app.db with type arguments of type TableInfoModifier and TypeMethodDescriptionvoidJDBCUtil.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, MimeTypes mimeTypes) -
Uses of TableInfo in org.apache.tika.eval.app.io
Methods in org.apache.tika.eval.app.io with parameters of type TableInfoModifier and TypeMethodDescriptionvoidvoidConstructor parameters in org.apache.tika.eval.app.io with type arguments of type TableInfoModifierConstructorDescriptionDBWriter(Connection connection, List<TableInfo> tableInfos, JDBCUtil dbUtil, MimeBuffer mimeBuffer)