Registry / database / infinispan-cachestore-rest

infinispan-cachestore-rest

JSON →
library11.0.19.Finaljavamavenunverified

Provides a cache store implementation for Infinispan that uses REST endpoints.

<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-cachestore-rest</artifactId> <version>11.0.19.Final</version> </dependency>
INSTALL
IMPORT
SIG · INFINISPAN-CACHEST
I
infinispan-cachestore-rest
databasejavav11.0.19.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.

RestStore
org.infinispan.persistence.rest.RestStore

Minimal usage of Infinispan REST CacheStore to initialize a store.

import org.infinispan.persistence.rest.RestStore; import org.infinispan.configuration.cache.PersistenceConfigurationBuilder; public class Example { public static void main(String[] args) { PersistenceConfigurationBuilder builder = new PersistenceConfigurationBuilder(); RestStore store = new RestStore(); store.init(builder); System.out.println("REST cache store initialized."); } }
Debug
Known issues
gotchaREST CacheStore requires a running REST server; not suitable for embedded use without external service.
fix
Ensure a REST endpoint is available and configured in Infinispan configuration.
affects: all
Upgrade
Version history
11.0.19.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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