Interface HistoryEntry

All Known Implementing Classes:
VersionLogEntry

public interface HistoryEntry
View history entry.

An entry contains a change to the view state. At the given timestamp, the current version was set to the given version ID.

  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    int
     
  • Method Details

    • timestampMillis

      long timestampMillis()
    • versionId

      int versionId()