You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/10 16:35:00 UTC

[jira] [Commented] (IGNITE-9247) CPP Thin: implement GetAll

    [ https://issues.apache.org/jira/browse/IGNITE-9247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16645228#comment-16645228 ] 

ASF GitHub Bot commented on IGNITE-9247:
----------------------------------------

GitHub user isapego opened a pull request:

    https://github.com/apache/ignite/pull/4950

    IGNITE-9247: CPP Thin: implemented operations on multiple keys and values

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9247

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4950.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4950
    
----
commit 95ade4afb96b5f6acd23f8db309500dc1dd65679
Author: Igor Sapego <is...@...>
Date:   2018-09-25T15:15:40Z

    IGNITE-9247: Added a test for iterator GetAll

commit 7ae28d2b7f801d3708d0540e52d5f9427a7b9e61
Author: Igor Sapego <is...@...>
Date:   2018-09-25T15:22:58Z

    IGNITE-9247: Added test for GetAll with containers

commit d85a1ab074d390fcc0c5e68508918c67060f446b
Author: Igor Sapego <is...@...>
Date:   2018-09-25T15:37:42Z

    IGNITE-9247: Implemented GetAll method stubs

commit a14889c4cde0f52f492c2b2338e091cd5b378aba
Author: Igor Sapego <is...@...>
Date:   2018-09-26T09:13:38Z

    IGNITE-9247: Implemented WritableSequenceImpl

commit 1fc4a02130a7a6dcf8838e83d1bd8bfa7a8e27b8
Author: Igor Sapego <is...@...>
Date:   2018-09-28T12:29:54Z

    IGNITE-9247: Implemented ReadableMapImpl

commit 5ec708bc01f2bc42eb2d697300e4122ac7ee34f2
Author: Igor Sapego <is...@...>
Date:   2018-10-09T13:04:39Z

    IGNITE-9247: Further progress

commit 9fe6504aed85678c5325a256668ddb7a2fb5516d
Author: Igor Sapego <is...@...>
Date:   2018-10-09T17:18:11Z

    IGNITE-9247: Implemented GetAll

commit dd9b76c5071b4680b7b42a99ca710bf23a6a8f8c
Author: Igor Sapego <is...@...>
Date:   2018-10-10T13:48:08Z

    IGNITE-9247: Implemented PutAll()

commit 08e06d14cda70f1bada850d1e3f74c81caa8f9a8
Author: Igor Sapego <is...@...>
Date:   2018-10-10T15:11:43Z

    IGNITE-9247: Implemented RemoveAll()

commit c025068e7bae4400dec7286316e3ec989663c927
Author: Igor Sapego <is...@...>
Date:   2018-10-10T15:22:58Z

    IGNITE-9247: Implemented ClearAll()

commit af482f181c676acad1b6eee758eda5b63e98c3ff
Author: Igor Sapego <is...@...>
Date:   2018-10-10T15:58:34Z

    IGNITE-9247: Implemented ContainsKeys()

commit 4ed373ad8ef46eaf4546f40f5557cbbbbeb7a5fb
Author: Igor Sapego <is...@...>
Date:   2018-10-10T16:29:08Z

    IGNITE-9247: Implemented Replace()

----


> CPP Thin: implement GetAll
> --------------------------
>
>                 Key: IGNITE-9247
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9247
>             Project: Ignite
>          Issue Type: New Feature
>          Components: thin client
>            Reporter: Stanislav Lukyanov
>            Assignee: Igor Sapego
>            Priority: Major
>
> Need to implement GetAll in C++ Thin client.
> Currently, there is no way to extract values from cache via C++ Thin client without knowing the keys beforehand. GetAll would be the easiest way to do that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)