Interface SnapshotResult

    • Method Detail

      • hasNext

        boolean hasNext()
                 throws LiveViewException
        See if there are more tuples to retrieve. If there are not currently any Tuples waiting to be read, this will block until either the next Tuple or the Snapshot end arrives.
        Returns:
        true if more tuples exist in result
        Throws:
        LiveViewException
      • close

        void close()
        closes any resource associated with the snapshot result
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable