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 TableInfoFileProfiler.FILE_MIME_TABLEstatic TableInfoFileProfiler.FILE_PROFILESstatic TableInfoAbstractProfiler.MIME_TABLEstatic TableInfoExtractProfiler.PROFILE_TABLEstatic TableInfoExtractComparer.PROFILES_Astatic TableInfoExtractComparer.PROFILES_Bstatic TableInfoAbstractProfiler.REF_EXTRACT_EXCEPTION_TYPESstatic TableInfoExtractComparer.REF_PAIR_NAMESstatic TableInfoAbstractProfiler.REF_PARSE_ERROR_TYPESstatic TableInfoAbstractProfiler.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 TypeMethodDescriptionvoidXMLErrorLogUpdater.update(Connection connection, TableInfo tableInfo, Path xmlLogFile) protected voidAbstractProfiler.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 voidAbstractProfiler.writeExceptionData(String fileId, Metadata m, TableInfo exceptionTable) protected voidAbstractProfiler.writeExtractException(TableInfo extractExceptionTable, String containerId, String filePath, ExtractReaderException.TYPE type) protected voidAbstractProfiler.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 TableInfoEvalConsumerBuilder.getMimeTable()protected TableInfoExtractComparerBuilder.getMimeTable()protected TableInfoExtractProfilerBuilder.getMimeTable()protected TableInfoFileProfilerBuilder.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 TypeMethodDescriptionvoidDBConsumersManager.addErrorLogTablePair(Path log, TableInfo tableInfo) Method parameters in org.apache.tika.eval.app.batch with type arguments of type TableInfoModifier and TypeMethodDescriptionprotected IDBWriterEvalConsumerBuilder.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 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, 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 TypeMethodDescriptionvoidvoidConstructor parameters in org.apache.tika.eval.app.io with type arguments of type TableInfoModifierConstructorDescriptionDBWriter(Connection connection, List<TableInfo> tableInfos, JDBCUtil dbUtil, MimeBuffer mimeBuffer)