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

Vladimir Steshin updated IGNITE-21333:
--------------------------------------
    Description: 
{code:java}
org.apache.ignite.dump.DumpConsumer
{code}
is a public API. But it has an internal class StoredCacheData as a parameter in
{code:java}
void onCacheConfigs(Iterator<StoredCacheData> caches);
{code}

We should change it to CacheConfiguration. Or we may consider what part of 
CacheConfiguration's a user wants to get. 

  was:
{code:java}
org.apache.ignite.dump.DumpConsumer
{code}
is a public API. But it has an internal class StoredCacheData as a parameter in
{code:java}
void onCacheConfigs(Iterator<StoredCacheData> caches);
{code}

We should change it to CacheConfiguration. Or we may consider what part of 
CacheConfiguration's a user wanted to get. 


> Remove internal class from the dump consumer public API
> -------------------------------------------------------
>
>                 Key: IGNITE-21333
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21333
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vladimir Steshin
>            Priority: Major
>              Labels: ise
>
> {code:java}
> org.apache.ignite.dump.DumpConsumer
> {code}
> is a public API. But it has an internal class StoredCacheData as a parameter 
> in
> {code:java}
> void onCacheConfigs(Iterator<StoredCacheData> caches);
> {code}
> We should change it to CacheConfiguration. Or we may consider what part of 
> CacheConfiguration's a user wants to get. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to