- queryDatabase() - Static method in class org.transitime.worldbank.gtfsRtExample.DataFetcher
-
Gets a database connection, queries the database for the GPS data,
and puts the resulting data into a List of ApiVehicle objects.
- queryDatabaseFilteringDuplicates() - Static method in class org.transitime.worldbank.gtfsRtExample.DataFetcher
-
Gets the ApiVehicle from the database but only returns the last
record for each vehicle.
- queueLevel() - Method in class org.transitime.db.hibernate.DataDbLogger
-
Returns how much capacity of the queue is being used up.
- queueSize() - Method in class org.transitime.db.hibernate.DataDbLogger
-
Returns how many items are in queue to be processed