Interface PlatformContinuousQuery

    • Method Detail

      • start

        void start​(IgniteCacheProxy cache,
                   boolean loc,
                   int bufSize,
                   long timeInterval,
                   boolean autoUnsubscribe,
                   Query initialQry,
                   boolean includeExpired)
            throws IgniteCheckedException
        Start continuous query execution.
        Parameters:
        cache - Cache.
        loc - Local flag.
        bufSize - Buffer size.
        timeInterval - Time interval.
        autoUnsubscribe - Auto-unsubscribe flag.
        initialQry - Initial query.
        includeExpired - Whether to include expired events.
        Throws:
        IgniteCheckedException - If failed.
      • close

        void close()
        Close continuous query.
      • getInitialQueryCursor

        PlatformTarget getInitialQueryCursor()
        Gets initial query cursor (if any).
        Returns:
        Initial query cursor.