Registry / networking / infinispan-client-rest

infinispan-client-rest

JSON →
library16.1.3javamavenunverified

REST client for Infinispan, allowing interaction with Infinispan caches via HTTP endpoints.

<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-client-rest</artifactId> <version>16.1.3</version> </dependency>
INSTALL
IMPORT
SIG · INFINISPAN-CLIENT-
I
infinispan-client-rest
networkingjavav16.1.3
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.

RestCacheClient
org.infinispan.client.rest.RestCacheClient

Create a REST client and access a cache.

import org.infinispan.client.rest.RestClient; import org.infinispan.client.rest.configuration.RestClientConfigurationBuilder; RestClient client = RestClient.forConfiguration(new RestClientConfigurationBuilder().build()); RestCacheClient cache = client.cache("myCache");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
16.1.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
infinispan-client-rest — mvn dependency:get infinispan-client-rest · libregistry