Vladimir Steshin created IGNITE-21333:
-----------------------------------------
Summary: 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
{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 which
CacheConfiguration's data user wanted to get.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)