Not out of the box but you could use SQL or ScanQuery for that.

With SQL:
    SELECT _key FROM mycache
(given that your cache is SQL-enabled).

With ScanQuery:
    cache.query(new ScanQuery(), Cache.Entry::getKey)
(may need to fix type errors to compile this)

Stan

On Wed, Dec 4, 2019 at 2:36 AM Hemambara <[email protected]> wrote:

> Is there any way we can get complete keyset or values from a near cache.
> Something like cache.keyset()
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to