Registry / database / infinispan-remote-query-client

infinispan-remote-query-client

JSON →
library15.0.22.Finaljavamavenunverified

Provides remote query capabilities for Infinispan, enabling client-side querying of distributed caches.

<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-remote-query-client</artifactId> <version>15.0.22.Final</version> </dependency>
INSTALL
IMPORT
SIG · INFINISPAN-REMOTE-
I
infinispan-remote-query-client
databasejavav15.0.22.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.

RemoteCache
org.infinispan.client.hotrod.RemoteCache

Connects to a remote Infinispan cache and retrieves a RemoteCache instance.

import org.infinispan.client.hotrod.RemoteCache; import org.infinispan.client.hotrod.RemoteCacheManager; RemoteCacheManager manager = new RemoteCacheManager(); RemoteCache<String, String> cache = manager.getCache("myCache");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
15.0.22.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
infinispan-remote-query-client — mvn dependency:get infinispan-remote-query-client · libregistry