Questions tagged [gemfire]

Pivotal GemFire is a distributed in-memory database developed in Java that provides real-time data management for applications, consistent transactional storage across nodes, and resilient clustering.

Pivotal GemFire is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.

GemFire pools memory, CPU, network resources, and optionally local disk across multiple processes to manage application objects and behavior. It uses dynamic replication and data partitioning techniques to implement high availability, improved performance, scalability, and fault tolerance. In addition to being a distributed data container, Pivotal GemFire is an in-memory data management system that provides reliable asynchronous event notifications and guaranteed message delivery.

502 questions
-1
votes
1 answer

Set up end to end Kerberos Authentication in Gemfire(Apache Geode)

I want to secure a gemfire(v9.9) cluster with kerberos authentication. I believe i have to, authenticate the client and gemfire server to KDC( active directory in my case), using JAAS and a keytab at the client get the session ticket( a byte [])…
Saurabh
  • 95
  • 2
  • 8
-1
votes
1 answer

GemfireTemplate with ClientRegionShortcut.CACHING_PROXY_HEAP_LRU doesn't cache locally

clientCache.createClientRegionFactory(ClientRegionShortcut.CACHING_PROXY_HEAP_LRU) works as expected when used with a spring-cache GemfireCacheManager and caches data locally. However when the same settings is used in conjunction with…
Divs
  • 1,578
  • 2
  • 24
  • 51
-1
votes
1 answer

Lucene integration with SDG

We are looking to use the newly added Lucene feature in Pivotal GemFire 9/Apache Geode. For this, we would need to know if there are any examples for the Lucene integration with Spring Data GemFire?
-1
votes
1 answer

Comparing two region in Gemfire

I have two huge regions REGION-A and REGION-B (200 Million rows in each region) Now I am checking to see if both the region are identical or not. Also, i want to return the mismatch. Is there any way in Gemfire to achieve this?
Vikas Rana
  • 11
  • 4
-1
votes
1 answer

GemFire put on server Region using JAVA

How can I connect to GemFire cluster with java code , get regions and put some values into this regions from client.
I.Scale
  • 35
  • 5
-1
votes
1 answer

Is Gemfire free?

I can see Gemfire is available for download at https://network.pivotal.io/products/pivotal-gemfire#/releases/2804/file_groups/500. Will I have to pay once I download and install it? Can I use it without restrictions and without professional…
Yash
  • 946
  • 1
  • 13
  • 28
-2
votes
1 answer

Spring Gemfire Cache implementation

I am trying to implement cache mechanism provide by Spring Data GemFire. Has anyone implemented a solution? I need to check on performance and ease to implement it.
1 2 3
33
34