Class SetTrack

java.lang.Object
org.deltava.dao.jedis.JedisDAO
org.deltava.dao.jedis.SetTrack

public class SetTrack extends JedisDAO
A Data Access Object to save temporary ACARS track data to Redis.
Since:
7.0
Version:
11.3
Author:
Luke
  • Constructor Details

    • SetTrack

      public SetTrack()
  • Method Details

    • write

      public void write(Collection<TrackUpdate> upds)
      Adds route entries to Redis.
      Parameters:
      upds - a Collection of TrackUpdate beans
    • clear

      public void clear(boolean isACARS, String flightID)
      Deletes a track from the cache.
      Parameters:
      isACARS - TRUE if ACARS, FALSE if simFDR
      flightID - the Flight ID