You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2019/09/11 23:50:00 UTC

[jira] [Assigned] (GEODE-7194) CMS "get" should not return a list

     [ https://issues.apache.org/jira/browse/GEODE-7194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen Nichols reassigned GEODE-7194:
-----------------------------------

    Assignee: Owen Nichols

> CMS "get" should not return a list
> ----------------------------------
>
>                 Key: GEODE-7194
>                 URL: https://issues.apache.org/jira/browse/GEODE-7194
>             Project: Geode
>          Issue Type: Improvement
>          Components: management
>            Reporter: Owen Nichols
>            Assignee: Owen Nichols
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> currently, you have to use ClusterManagementService "get" method like this:
> {{Index index = cms.get(index).getConfigResult().get(0);}}
> instead it would be nice to be able to just do this:
> {{Index index = cms.get(index).getConfigResult();}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)