Uses of Class
org.apache.tika.eval.app.db.TableInfo
-
Packages that use TableInfo Package Description org.apache.tika.eval.app org.apache.tika.eval.app.batch org.apache.tika.eval.app.db org.apache.tika.eval.app.io -
-
Uses of TableInfo in org.apache.tika.eval.app
Methods in org.apache.tika.eval.app with parameters of type TableInfo Modifier and Type Method 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.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 TableInfo Modifier and Type Method Description protected 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 TableInfo Modifier and Type Method Description protected abstract List<TableInfo>
EvalConsumerBuilder. getNonRefTableInfos()
protected List<TableInfo>
ExtractComparerBuilder. getNonRefTableInfos()
protected List<TableInfo>
ExtractProfilerBuilder. getNonRefTableInfos()
protected List<TableInfo>
FileProfilerBuilder. getNonRefTableInfos()
protected abstract List<TableInfo>
EvalConsumerBuilder. getRefTableInfos()
protected List<TableInfo>
ExtractComparerBuilder. getRefTableInfos()
protected List<TableInfo>
ExtractProfilerBuilder. getRefTableInfos()
protected List<TableInfo>
FileProfilerBuilder. getRefTableInfos()
Methods in org.apache.tika.eval.app.batch with parameters of type TableInfo Modifier and Type Method Description void
DBConsumersManager. addErrorLogTablePair(Path log, TableInfo tableInfo)
Method parameters in org.apache.tika.eval.app.batch with type arguments of type TableInfo Modifier and Type Method Description protected 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 TableInfo Modifier and Type Method Description static void
JDBCUtil. batchInsert(PreparedStatement insertStatement, TableInfo table, Map<Cols,String> data)
Method parameters in org.apache.tika.eval.app.db with type arguments of type TableInfo Modifier and Type Method Description void
JDBCUtil. createTables(List<TableInfo> tableInfos, JDBCUtil.CREATE_TABLE createTable)
Constructors in org.apache.tika.eval.app.db with parameters of type TableInfo Constructor Description MimeBuffer(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 TableInfo Modifier and Type Method Description void
DBWriter. writeRow(TableInfo table, Map<Cols,String> data)
void
IDBWriter. writeRow(TableInfo table, Map<Cols,String> data)
Constructor parameters in org.apache.tika.eval.app.io with type arguments of type TableInfo Constructor Description DBWriter(Connection connection, List<TableInfo> tableInfos, JDBCUtil dbUtil, MimeBuffer mimeBuffer)
-