Examples

Examples that use GemFire clients.
Sort
Category
38 Results for
Overflow to Disk
In this example, a VMware GemFire server hosts a partitioned region that stores strings. The example shows entry values being overflowed to disk and removed from memory. This examples demonstrates ho...
Persistent Regions
This example demonstrates VMware GemFire persistent regions. The data for a region resides in memory in the JVM for the server. When a region is persistent, the data for that region is also preserved...
Publish Micrometer Metrics
This example demonstrates publishing metrics from GemFire to a monitoring system comprised of Prometheus and Grafana. Steps to Run and Validate the Example From the gemfire-examples/micrometerMetrics...
Put Multiple Values At Once
This is example demonstrates putting a map of values into a VMware GemFire region, checking the size, and retrieving the values. This example assumes you have installed JDK11 and GemFire. Steps From ...
Region Colocation
This is a simple example that illustrates how to colocate the data of two VMware GemFire regions. By default, GemFire selects the data locations for a partitioned region independent of the data locat...
GemFire Transactions
This example demonstrates the use of VMware GemFire transactions to protect consistency during concurrent access and modification of data. This is a simple example that demonstrates the use of transa...
Replication Between Clusters
This example demonstrates GemFire support for asynchronous replication between clusters. WAN replication allows remote GemFire clusters to automatically keep their region data consistent through the ...
Replication Between Clusters With Delta Objects
This example demonstrates GemFire support for asynchronous replication between clusters using Delta objects. This example demonstrates GemFire support for asynchronous WAN replication between cluster...