Interface DatedData

All Known Implementing Classes:
IndexArchive, SuggestData

public interface DatedData
Data that's actuality can be assigned to a date and time.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get unix timestamp in millis for the last time this data was modified.
  • Method Details

    • getModificationTime

      long getModificationTime()
      Get unix timestamp in millis for the last time this data was modified.
      Returns:
      unix time in millis