Examples

Examples that use GemFire clients.
Sort
Category
38 Results for
GemFire Queries
This example demonstrates simple queries on a VMware GemFire region. In this example, two servers host a single partitioned region with entries that represent employee information. The example does q...
GemFire Rest API
This example demonstrates putting values into a VMware GemFire replicated region and retrieving the values using the GemFire REST API. This is a simple example that demonstrates putting values into a...
JDBC Connector
The JDBC Connector allows VMware GemFire to connect to external data sources with JDBC. Steps Install MySQL: https://dev.mysql.com/downloads/ If your MySQL installation does not include JDBC driver, ...
JSON + GemFire
This example starts a GemFire cluster and uses the JSON-related APIs to convert a JSON string into a JsonDocument. The converted JSON strings are stored as region entry values. The GemFire JSON-relat...
Lucene Indexes
In this example, two VMware GemFire servers host a single partitioned region with entries that represent employee information. The example indexes the first and last names of employees. This example ...
Lucene Spatial Indexing
These examples demonstrate how to use GemFire's LuceneSerializer and LuceneQueryProvider APIs to customize how GemFire data is stored and indexed in Lucene. All the examples are run from Example.java...
OQL Indexing
This example demonstrates an index for OQL queries on a VMware GemFire region. A region can contain objects of arbitrary complexity, including objects that contain other objects. The values of a regi...
Partitioned Regions
This example demonstrates the basic property of partitioning where the data entries are distributed across all VMware GemFire servers that host a region. The distribution is like database sharding, e...