Package cacheRunner

Contains an interactive console-based program that demonstrates many features of GemFire's distributed cache.

See:
          Description

Class Summary
CacheRunner This class is a command-line application that allows the user to exercise GemFire's cache API.
ExampleObject Example Object For Java/C Caching
LoggingCacheCallback The abstract superclass of various GemFire CacheCallbacks that log information about the events that they receieve.
LoggingCacheListener A CacheListener that logs information about the events it receives.
LoggingCacheLoader A CacheLoader that logs information about the events it receives.
LoggingCacheWriter A CacheWriter
LoggingTransactionListener A GemFire TransactionListener that logs information about the events it receives.
Portfolio A stock portfolio that consists of multiple Position objects that represent shares of stock (a "security").
Position Represents a number of shares of a stock ("security") held in a Portfolio.
StringLoader A CacheLoader that simply returns the value of the key that is loaded.
 

Package cacheRunner Description

Contains an interactive console-based program that demonstrates many features of GemFire's distributed cache.



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