Distributed Example API

These demonstration programs provide examples of how to use GemFire's distributed data caching features.

See:
          Description

Packages
cacheOverflow Contains a example of how the GemFire Cache's overflow feature can be used to store more data than can fit in a Java Virtual Machine's heap.
cacheRunner Contains an interactive console-based program that demonstrates many features of GemFire's distributed cache.
flashcache This package contains a simple NASDAQ stock quote application using the GemFire JCache API and the NASDAQ FlashQuote web site.
healthMonitor Contains a JMX RMI client program that demonstrates the use of GemFire's MBeans to monitor the health of a distributed system.
regionQueue This example uses GemFire Regions to build a distributed queue.
systemExplorer Contains an interactive console-based program that demonstrates many features of GemFire's admin API.
wan Contains an application that demonstrates the use of GemFire's WAN capabilities.

 

These demonstration programs provide examples of how to use GemFire's distributed data caching features.

The cacheRunner example provides an interactive command line utility for experimenting with many of the features of the GemFire distributed cache.

The cacheOverflow example show how a GemFire cache region can be configured to hold more data than can fit into a Java VM.

The FlashCache example demonstrates distributed caching of stock quote information.



Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.