Location of the main class file of the algorithm in the JAR defined in algoJarPath
Location of the algorithm-specific jar file relative to the metanome folder
Defines the needed classes to run the algorithm for the Java CLI
plattform-dependent string to be used after -cp argument
terminal command to execute the algorithm as string
config in metanome-readable format
a valid java memory string to be put after -xmx Checks whether config.memory is a valid java memory string and returns it if it is, otherwise it will use 75% of total system memory
Moves files from metanome output folder to a more permanent location
location of file generated by Metanome
File name to be passed to metanome as a name for result files
post-processing for moved files
absolute location of a file containing results for these this.schemaAndTables and this algorithm this is the final path after all operations
algorithm-specific table key required by the metanome CLI Defines whether the algorithm is made to be used work on files or database tables (we're accessing database tables regardless)
Generated using TypeDoc
adds this algorithm execution to the index file. The index file is used to locate metanome result files. Previously, the file was identified by concatenating the table names in the file name, but this was impossible since file names have limited length