Cache.See: Description
| Class | Description |
|---|---|
| CacheRunner |
This class is a command-line application that allows the user to
exercise GemFire's
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<K,V> |
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. |
Contains an interactive console-based program that demonstrates
many features of GemFire's distributed Cache.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.