Questions tagged [infinispan]

Infinispan is an ASL2 licensed data grid platform for Java and other JVM languages, providing a distributed in-memory cache as well as a clustering toolkit.

Infinispan is an extremely scalable, highly available key/value data store and data grid platform. It is 100% open source, and written in . The purpose of Infinispan is to expose a data structure that is distributed, highly concurrent and designed ground-up to make the most of modern multi-processor and multi-core architectures. It is often used as a distributed cache, but also as a key/value store or object database.

For more details please check out Infinispan's documentation, issue tracker and source repository.

1078 questions
-1
votes
1 answer

Unable to access infinispan management interface over edge-terminated SSL OpenShift route

I am building an Infinispan cluster on OpenShift based off the documentation found here. I am trying to access the Management interface through the exposed 9990 port. I am using version 9.1.3.Final. When I set the route to be HTTP to the 9990…
James McShane
  • 779
  • 8
  • 15
-1
votes
1 answer

How to read the content of Infinispan Cache

I use Infinispan Cache in my Java project. How I can read content of Infinispan Cache? I searched the external libraries, but unsuccessfully. I want to open something on the browser and look at the contents, objects, current usage in RAM (it would…
-1
votes
1 answer

Do I need httpd to have single endpoint to Infinispan cluster

I have a RedHat DataGrid cluster with two nodes on different servers and I use it from Camel route. So, when I define endpoint to cache I set one of the node host (i.e.): DataGrid Cluster works fine in…
Vadim
  • 4,027
  • 2
  • 10
  • 26
-1
votes
1 answer

Implement Caching in Apache Shiro using JBoss Infinspan

I am using Apache shiro in a project for security implementation. I have injected the security realm using CDI. I want to implement authentication and authorization caching in shiro using Jboss Infinispan. Can someone please share some pointers?
-1
votes
2 answers

Design Patterns Key-value data stores application layer

Hello I am trying to find a reading about how to design your application layer when dealing with Key-Value data stores. In my case an In memory data grid. So far from own experience I have ended with Domain Driven Design. I was wondering if there…
Alexander Petrov
  • 9,204
  • 31
  • 70
-1
votes
1 answer

If all I need to do is cache POJOs, what is the benefit of using a caching technology like Infinispan over a static class?

If all I need to do is cache POJOs to save session information, what is the benefit of using some separate technology to cache them like Infinispan instead of just using a static class to store and retrieve them?
the beest
  • 463
  • 6
  • 26
-1
votes
1 answer

ClassNotFoundException: org.infinispan.remoting.transport.jgroups.JGroupsTransport

this issue drives me crazy recently i configured hibernate to work with infinispan 8.1 and just worked fine in debug mode with eclipse the problem when tried to deploy my application war on apache tomcat6 i get this exception Caused by:…
-1
votes
1 answer

Set infinispan entity cache eviction and expiration policies via cli console

I need to add some cli command to change my infinispan entity settings from
-2
votes
1 answer

Infinispan 14.0.2 vulnerabilities

i have scanned the latest version of infinispan 14.0.2 with our twistcli(Prisma Cloud) and found some…
reimgun
  • 1
  • 4
-2
votes
1 answer

Infinispan limitations to Cache value objects

I am wondering if there any limitations for the value of Infinispan's Cache? Say for Cache value, can I store a complex data structure such as a Map? E.g. Cache>
umphy
  • 126
  • 1
  • 10
-2
votes
1 answer

how can we use lock APIs in infinispan without using transaction

We can configure locking in infinispan_config.xml file. So during coding can we use the lock without using the transaction for get and put method into cache ? OR Can I use locking in nontransactional cache of inifinispan? i.e I would like to know…
Prasad R
  • 11
  • 3
-2
votes
1 answer

Infinispan : Remote Second Level Cache for Hibernate (JPA)

Does Infinispan support Distributed and Remote Second Level Cache for Hibernate when using JPA? Would you please give me the necessary Maven dependencies and the needed settings in persistence.xml? Any other necessary settings (orther files)…
Farah
  • 2,469
  • 5
  • 31
  • 52
-4
votes
1 answer

Time to live infinispan RemoteCacheManager

How to get time-to- live of an object in RemoteCacheManager in infinispan ?
1 2 3
71
72