Class UpdateLog.RecentUpdates

    • Method Detail

      • getVersions

        public List<Long> getVersions​(int n)
      • getBufferUpdates

        public Set<Long> getBufferUpdates()
      • getVersions

        public List<Long> getVersions​(int n,
                                      long maxVersion)
      • lookup

        public Object lookup​(long version)
      • getDeleteByQuery

        public List<Object> getDeleteByQuery​(long afterVersion)
        Returns the list of deleteByQueries that happened after the given version
      • getMaxRecentVersion

        public long getMaxRecentVersion()