| Class | Description |
|---|---|
| BenchmarkAckConsumer |
This example measures the time it takes for an acknowledgment to arrive back
at the producer.
|
| BenchmarkAckProducer |
This example measures the time it takes for an acknowledgement to arrive back
at the producer.
|
| BenchmarkClient |
This example measures the time it takes for a client put to return in a
hierarchical cache configuration.
|
| ClientConsumer |
In this example of client/server caching, the server listens on a port for
client requests and updates.
|
| ClientWorker |
In this example of client/server caching, the server listens on a port for
client requests and updates.
|
| CqClient |
In this example of hierarchical caching, the server listens on a port for
client requests and updates.
|
| DataEviction |
This example shows cached data eviction.
|
| DataExpiration |
Each data region can be configured to expire entries that have not been
accessed recently or that have not been updated recently.
|
| DataOverflow |
This example shows cached data overflow to disk.
|
| DataPersistence |
This example shows the persistence of cached data to disk.
|
| DeltaObj |
Sample Object class which implements Delta.
|
| DeltaPropagationClientFeeder |
DeltaPropagationClient.java has the client which connects to the
DeltaPropagationServer.java.
|
| DeltaPropagationClientReceiver |
Client that registers interest to receives all delta updates.
|
| DeltaPropagationServer |
DeltaPropagationServer.java has the server to which the
DeltaPropagationClient connects.
|
| DeltaReceiverListener |
Delta Propagation quick start receiver cache listener
|
| DeltaSimpleListener |
Delta Propagation quick start cache listener for simple uses
|
| DistributedLocking |
DistributedLocking.java demonstrates the user of distributed locking to
manage concurrent access to resources.
|
| DurableClient |
DurableClient.java has the client which connects to the DurableServer.java.
|
| DurableClientCacheListener<K,V> |
CacheListener for the durable client.
|
| DurableServer |
DurableServer.java has the server to which the DurableClient connects.
|
| FixedPartitionPeer1 |
This example shows basic Region operations on a fixed partitioned region,
which has data partitions on two VMs.
|
| FixedPartitionPeer2 |
This example shows basic Region operations on a fixed partitioned region,
which has data partitions on two VMs.
|
| FunctionExecutionPeer1 |
This is the peer to which FunctionExecutionPeer2 connects for function execution.
|
| FunctionExecutionPeer2 |
In this example of peer-to-peer function execution, one peer sends a request
for function execution to another peer.
|
| I18nClient |
In this example a server is loaded with an xml encoded in utf-8 with
Japanese Strings, the client then requests a list of all keys, and fetches
the contents of the server.
|
| JSONClient |
In this example of client/server caching, the server listens on a port for
client requests and updates.
|
| ManagedNode |
In this example of Managed Node.
1. |
| ManagerNode |
In this example of Manager Node.
|
| MultiGetFunction |
Application Function to retrieve values for multiple keys in a region.
|
| MultiuserSecurityClient |
In this example of secure client, the server listens on a port for client
requests and updates.
|
| MultiuserSecurityServer |
In this example the server starts on a port with security properties for
client requests.
|
| MyArrayListResultCollector |
MyArrayListResultCollector gathers result from all the function execution
nodes.
|
| PartitionedRegionVM1 |
This example shows basic Region operations on a partitioned region, which has
data partitions on two VMs.
|
| PartitionedRegionVM2 |
This example shows basic Region operations on a partitioned region, which
has data partitions on two VMs.
|
| 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. |
| PushConsumer |
This example shows a producer/consumer system with the consumer configured
as a replicate of the producer (push model, complete data replication).
|
| PushProducer |
This example shows a producer/consumer system with the consumer configured
as a replicate of the producer (push model, complete data replication).
|
| QuarterPartitionResolver |
Partitions data into two "quarters."
|
| Querying |
You can query on the data in your cached regions.
|
| SecurityClient |
In this example of secure client, the server listens on a port for client
requests and updates.
|
| SecurityServer |
In this example the server starts on a port with security properties for
client requests.
|
| ServerFreeMemFunction |
A non-data aware function to retrieve the amount of free Java heap memory on
the server, in MB.
|
| SimpleCacheListener<K,V> |
A simple CacheListener which prints lines to output.
|
| SimpleCacheLoader |
A simple CacheLoader implementation.
|
| SimpleCqListener |
A simple CqListener implementation.
|
| Transactions |
You can execute transactions against the data in the distributed cache as
you would in a database.
|
| Enum | Description |
|---|---|
| FixedPartitionPeer2.Months |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.