I have 2 enums defined as below in 2 separate files: MyErrorCodes.java @Getter public enum MyErrorCodes implements ErrorCode { ERROR1(90, 1, 01), ERROR2
I am trying to set up Apache Ignite cache store using PostgreSQL as an external storage. public class MyCacheStore extends CacheStoreAdapter<String, MyCache&
After going through several posts on getting and putting data into a SQL table in appche ignite with the help of BinaryObjects I wrote below code for a test. Th
I'm trying to get all items from a Apache Ignite cache. Currently I can get an individual item using ClientCache<Integer, BinaryObject> cache = igniteClie
This is all I have in my code. It's just the typical way of using Ignite: Ignite ignite = Ignition.ignite(); The error message I saw is: WARNING: An illegal