Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7803

REST: Add support to get values inserted via API or SQL

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.5
    • rest
    • None

    Description

      Scenario 1:

      1. cache.put(1, new Person(1, Alex, 300))
      2. get via REST: http://host:port/ignite?cmd=get&cacheName=SQL_PUBLIC_PERSON&keyType=int&key=1

      Scenario 2:

      1. create table person(id integer primary key, name varchar(100), salary integer);
      2. insert into person(id, name, salary) values (1, Alex, 300)
      3. get via REST: http://host:port/ignite?cmd=get&cacheName=SQL_PUBLIC_PERSON&keyType=int&key=1

      Attachments

        Activity

          People

            pkonstantinov Pavel Konstantinov
            kuaw26 Alexey Kuznetsov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: