Class SpiQuery<K,​V>

    • Constructor Detail

      • SpiQuery

        public SpiQuery()
        Deprecated.
    • Method Detail

      • getArgs

        public Object[] getArgs()
        Deprecated.
        Gets SQL arguments.
        Returns:
        SQL arguments.
      • setArgs

        public SpiQuery<K,​V> setArgs​(Object... args)
        Deprecated.
        Sets SQL arguments.
        Parameters:
        args - SQL arguments.
        Returns:
        this For chaining.
      • setPageSize

        public SpiQuery<K,​V> setPageSize​(int pageSize)
        Deprecated.
        Sets optional page size, if 0, then default is used.
        Overrides:
        setPageSize in class Query<javax.cache.Cache.Entry<K,​V>>
        Parameters:
        pageSize - Optional page size.
        Returns:
        this for chaining.
      • setLocal

        public SpiQuery<K,​V> setLocal​(boolean loc)
        Deprecated.
        Sets whether this query should be executed on local node only.
        Overrides:
        setLocal in class Query<javax.cache.Cache.Entry<K,​V>>
        Parameters:
        loc - Local flag.
        Returns:
        this for chaining.
      • toString

        public String toString()
        Deprecated.
        Overrides:
        toString in class Query<javax.cache.Cache.Entry<K,​V>>