All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.gemfire-core.2.0-BETA.source-code.external-overview.html Maven / Gradle / Ivy

The newest version!



GemFire allows users to share application data across multiple Java Virtual Machine using familiar Java classes and programming constructs.

GemFire Distributed Object Caching

GemFire's distributed caching allows application access to distributed and cached data across multiple physical machines. GemFire's main API for accessing distributed data is the {@linkplain com.gemstone.gemfire.cache.Region}

GemFire provides a flexible and powerful API for distributed object caching. The API is particularly well-suited for caching application data and contains classes for receiving data events, reading and writing data to and from external sources, querying cached data using OQL, performing transactional operations, and active monitoring of data and data VMs.

A discussion of the Distributed Caching API and GemFire's implementation of it can be found {@linkplain com.gemstone.gemfire.cache here}.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy