Uses of Class
PamguardMVC.uid.UIDTrackerData
-
Uses of UIDTrackerData in PamguardMVC.uid
Modifier 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.Modifier and TypeMethodDescriptionboolean
DatabaseUIDFunctions.addToTable
(PamCursor c, UIDTrackerData uidData) Add the name/uid pair to the tracker table.