A B C D E F G I L M N P R S T U W 

M

main(String[]) - Static method in class uploadTable.FindCorrespondences
The main Method This is where the program starts.
makeDistinctValuesMap(Table) - Static method in class uploadTable.TableIndexer
makeDistinctValuesMap This method creates a hashmap containing the distinct values of the table's columns the input is a Table, the output is a hashmap with the following structure: { column1: {first_value_of_column1: occurence_count, second_value_of_column1: occurence_count,..}, column2: {first_value_of_column2: occurence_count, second_value_of_column2: occurence_count,..}, : }
MetaDataHandler - Class in extendedSearch2
 
MetaDataHandler() - Constructor for class extendedSearch2.MetaDataHandler
 
moderateBulkUploadTables(String) - Method in class controllers.ExtendTable
This method manages the controllers.ExtendTable#bulkUploadTables(String, String, long) on an high level.
A B C D E F G I L M N P R S T U W