Apache Geode basic configuration and programming

       Basic Configuration and Programming describes how to configure the distributed system and cache properties when Apache Geode is installed. For your application, it provides guidance on writing code to manage your cache and distributed system connections, data areas, and data entry, including custom classes.

  • Distributed system and cache configuration

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

  • Cache management

    Geode cache is the entry point for Geode cache management. Geode provides different API and XML configuration models to support the behavior of different members.

  • data area

    The data area is the central core building block of a distributed system. All cached data is organized into data areas and all data storage, retrieval, and query actions you do are specific to the data area.

  • data entry

    Data entries are key/value pairs where you store data. You can manage your portals individually or in batches. To use domain objects and keys for your entry values, you need to follow Apache Geode requirements for data storage and distribution.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327042236&siteId=291194637