Apache Ignite : How to list all tables and all Caches
问题 Is there any way to list all tables present in a specific Cache and list all caches present on a Apache Ignite Server? ----------------------------------UPDATED-------------------------- Hi, I am running following code to know Cache name and list all tables present in my cache. This program list outs all cache name present on server. However table listing is printed as blank collection. Meanwhile SQL query present in example is working fine. public static void main(String[] args) throws