Category "ignite"

Conflicting enum values java

I have 2 enums defined as below in 2 separate files: MyErrorCodes.java @Getter public enum MyErrorCodes implements ErrorCode { ERROR1(90, 1, 01), ERROR2

Apache Ignite Cache Store + HikariCP DataSource

I am trying to set up Apache Ignite cache store using PostgreSQL as an external storage. public class MyCacheStore extends CacheStoreAdapter<String, MyCache&

Apache Ignite No data inserted while using cache.put method with BinaryObjects

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

Apache Ignite - get all from cache

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

Apache Ignite IllegalAccessException from GridUnsafe when using Ignite object

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