Examples

Examples that use GemFire clients.
Sort
Category
38 Results for
Asynchronous Event Queues & Listeners
This is a simple example that demonstrates asynchronous event queues and listeners for VMware GemFire. An asynchronous event queue is an ordered collection of events that occurred on a region, e.g., ...
Client Security
Demonstrates basic command security and user authentication in a client application backed by a secured GemFire cluster. It also demonstrates use of secure sockets (SSL) between all members and betwe...
Compression in Replicated Regions
This example demonstrates enabling Compression in a VMware GemFire replicated region. This is a simple example that demonstrates enabling Compression in a replicated region. The Default compression a...
Continuous Queries
Continuous Queries (CQ) allow clients to subscribe to server-side VMware GemFire events using a SQL-like query. When a client registers a CQ, the client will receive all events that modify the query ...
Entry Eviction
Eviction of entries from a VMware GemFire region allows control over the system resources consumed by any given region. This is a simple example that demonstrates eviction of entries from a region. T...
Entry Expiration
Expiration of entries from a VMware GemFire region can be used to prevent stale entries from lingering in a region. This is a simple example that demonstrates expiration of entries from a region. Thi...
Functions
This example calculates which integers in the region are prime numbers. The determination of the primes occurs inside the server by way of a VMware GemFire function and the client displays the primes...
Durable Messaging
Durable messaging can be used for subscriptions that you need maintained for your VMware GemFire clients even when your clients are down or disconnected. This example demonstrates VMware GemFire’s Du...