Uses of Enum
org.apache.tika.eval.app.db.Cols
Packages that use Cols
Package
Description
-
Uses of Cols in org.apache.tika.eval.app
Method parameters in org.apache.tika.eval.app with type arguments of type ColsModifier and TypeMethodDescriptionprotected static String
AbstractProfiler.truncateContent
(ContentTags contentTags, int maxLength, Map<Cols, String> data) Get the content and record in the dataCONTENT_TRUNCATED_AT_MAX_LEN
whether the string was truncated -
Uses of Cols in org.apache.tika.eval.app.db
Methods in org.apache.tika.eval.app.db that return ColsModifier and TypeMethodDescriptionColInfo.getName()
static Cols
Returns the enum constant of this type with the specified name.static Cols[]
Cols.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.eval.app.db with parameters of type ColsMethod parameters in org.apache.tika.eval.app.db with type arguments of type ColsModifier and TypeMethodDescriptionstatic void
JDBCUtil.batchInsert
(PreparedStatement insertStatement, TableInfo table, Map<Cols, String> data) Constructors in org.apache.tika.eval.app.db with parameters of type Cols -
Uses of Cols in org.apache.tika.eval.app.io
Method parameters in org.apache.tika.eval.app.io with type arguments of type Cols