You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/05/01 21:27:01 UTC

[jira] [Commented] (GEODE-5010) Introduce *ResultModel objects to replace *ResultData

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

ASF subversion and git services commented on GEODE-5010:
--------------------------------------------------------

Commit 6d13e8c203efcf10dcd8e585cc1a894fa8d48e27 in geode's branch refs/heads/develop from [~jens.deppe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=6d13e8c ]

GEODE-5010: Introduce *ResultModel objects to replace *ResultData (#1870)


- The changes here are intended to allow for support of both the old and new
  model for producing results. As such the interface structures are a mess but
  will be cleaned up once all commands have been converted.
- Not all types of return values are supported but will be added as commands
  are converted. In particular commands that return actual result data in the
  form of files or file content.
- Sub-sections are not supported anymore.
- All commands should now return a ResultModel object


> Introduce *ResultModel objects to replace *ResultData
> -----------------------------------------------------
>
>                 Key: GEODE-5010
>                 URL: https://issues.apache.org/jira/browse/GEODE-5010
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, gfsh
>            Reporter: Jens Deppe
>            Assignee: Jens Deppe
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Introduce POJOs to be used as replacements for CompositeResultData, TabularResultData, InfoResultData and ErrorResultData.
> These POJOs will be json serializable using Jackson
> Provide ability to use both legacy and these new POJOs until all commands have been migrated.



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