For now it does not have any of that. KeyValueView [1] is a table access interface in Ignite 3 that is most similar to a "cache".
https://github.com/apache/ignite-3/blob/main/modules/api/src/main/java/org/apache/ignite/table/KeyValueView.java On Thu, May 30, 2024 at 6:19 PM Amit Jolly <[email protected]> wrote: > HI, > > Will Apache Ignite 3.0 be compliant with JSR107 sepc? > > In particular, I am looking at the feature CacheEntryProcessor support in > Ignite 3.0 > > > https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteCache.html#invoke-K-org.apache.ignite.cache.CacheEntryProcessor-java.lang.Object...- > > > https://www.javadoc.io/doc/javax.cache/cache-api/latest/javax/cache/processor/EntryProcessor.html > > Thanks, > > Amit Jolly >
