Registry / database / infinispan-server-hotrod

infinispan-server-hotrod

JSON →
library16.1.4javamavenunverified

Infinispan Hot Rod Server provides a high-performance, distributed cache server implementing the Hot Rod protocol for remote cache access.

<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-server-hotrod</artifactId> <version>16.1.4</version> </dependency>
INSTALL
IMPORT
SIG · INFINISPAN-SERVER-
I
infinispan-server-hotrod
databasejavav16.1.4
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.

HotRodServer
org.infinispan.server.hotrod.HotRodServer

Starts an Infinispan Hot Rod server with a default cache manager.

import org.infinispan.manager.DefaultCacheManager; import org.infinispan.server.hotrod.HotRodServer; import org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder; public class HotRodServerExample { public static void main(String[] args) throws Exception { DefaultCacheManager cacheManager = new DefaultCacheManager(); HotRodServer server = new HotRodServer(); server.start(new HotRodServerConfigurationBuilder().build(), cacheManager); System.out.println("Hot Rod server started on port 11222"); server.stop(); } }
Debug
Known issues
breakingHot Rod server configuration changed significantly between Infinispan 15.x and 16.x, breaking backward compatibility.
fix
Review migration guide from Infinispan 15 to 16 for configuration changes.
affects: >=16.0.0
Upgrade
Version history
16.1.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
infinispan-server-hotrod — mvn dependency:get infinispan-server-hotrod · libregistry