Apache Geode CHANGELOG

Basic Configuration and Programming

Basic Configuration and Programming describes how to configure cluster and cache properties for your Apache Geode installation. For your applications, it provides guidance for writing code to manage your cache and cluster connection, data regions, and data entries, including custom classes.

  • Cluster and Cache Configuration

    To work with your Apache Geode applications, you use a combination of configuration files and application code.

  • Cache Management

    The Geode cache is the entry point to Geode caching management. Geode provides different APIs and XML configuration models to support the behaviors of different members.

  • Data Regions

    The region is the core building block of the Apache Geode cluster. All cached data is organized into data regions and you do all of your data puts, gets, and querying activities against them.

  • Data Entries

    The data entry is the key/value pair where you store your data. You can manage your entries individually and in batches. To use domain objects for your entry values and keys, you need to follow Apache Geode requirements for data storage and distribution.