标签: apache caching cassandra persistence ignite
我使用Ignite和cassandra作为持久存储。将记录放入点火缓存中很好地存储在cassandra中。 当我启动Ignite时,当触发生命周期事件“After Node Starts”时,我运行以下代码
-Property Name
我在所有的print语句中得到零。我尝试执行一些查询,然后获得EMPTY结果集。只有在使用特定ID的cache.get()方法时才检索记录?!!
我想在启动时加载所有缓存....请帮忙吗?