Registry / database / infinispan-tree

infinispan-tree

JSON →
library9.4.24.Finaljavamavenunverified

Tree API module for Infinispan, providing tree data structure support for distributed caching.

<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-tree</artifactId> <version>9.4.24.Final</version> </dependency>
INSTALL
IMPORT
SIG · INFINISPAN-TREE
I
infinispan-tree
databasejavav9.4.24.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TreeCache
org.infinispan.tree.TreeCache

Create and use a TreeCache

import org.infinispan.tree.TreeCache; import org.infinispan.tree.TreeCacheFactory; import org.infinispan.configuration.cache.ConfigurationBuilder; import org.infinispan.manager.DefaultCacheManager; public class Example { public static void main(String[] args) { DefaultCacheManager manager = new DefaultCacheManager(); TreeCache<String, String> cache = TreeCacheFactory.createTreeCache(manager.getCache()); cache.put("/root/key", "value"); System.out.println(cache.get("/root/key")); manager.stop(); } }
Debug
Known issues
breakingInfinispan Tree API is deprecated in newer versions (10+)
fix
Use Infinispan 9.x or migrate to standard Cache API with tree-like structures
affects: >=10.0.0
Upgrade
Version history
9.4.24.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
infinispan-tree — mvn dependency:get infinispan-tree · libregistry