Relative Content

Tag Archive for javaignite

Does Apache Ignite persistence not work for Atomic types?

I am trying to add support for persistent storage of a feature of an application. So far, I’ve noticed that caches are persisted and retrieved properly, as well as collections (which, from my understanding, is expected as IgniteSet, IgniteQueue are adapters for caches).
However, the IgniteAtomicReferences I use are not found upon restart of the application. I also cannot find any mention of this use-case in the documentation.