Uses of Class
PamguardMVC.uid.UIDTrackerData
Packages that use UIDTrackerData
-
Uses of UIDTrackerData in PamguardMVC.uid
Methods in PamguardMVC.uid that return types with arguments of type UIDTrackerDataModifier and TypeMethodDescriptionDatabaseUIDFunctions.getAllUIDsfromTrackerTable()
Returns an ArrayList of table name / highest UID pairs (contained in uidTrackerData objects) from the UID tracker table.DatabaseUIDFunctions.getUIDsFromAllTables()
Returns a list of UIDs from the tables in the current databasebinaryUIDFunctions.getUIDsFromBinaryStores()
Goes through the binary index files and figures out the last UID for each modulebinaryUIDFunctions.readLogFile()
Reads the UID information from the binary store log file.Methods in PamguardMVC.uid with parameters of type UIDTrackerDataModifier and TypeMethodDescriptionboolean
DatabaseUIDFunctions.addToTable
(PamCursor c, UIDTrackerData uidData) Add the name/uid pair to the tracker table.