Class Summary |
OSApplicationHowTo |
The OSApplicationHowTo is a simple application that
demonstrates how to use the OceanStore client API to write an
application that connects to OceanStore. |
OSTestBranching |
The OSApplicationHowTo is a simple application that
demonstrates how to use the OceanStore client API to write an
application that connects to OceanStore. |
ReadLatencyMicroBenchmark |
The ReadLatencyMicroBenchmark reports the results of a
simple microbenchmark that performs a number of replace
operations on a single data object. |
ReadTputMicroBenchmark |
The ReplaceMicroBenchmark reports the results of a
simple microbenchmark that performs a number of replace
operations on a single data object. |
ReadTputMicroBenchmark.EventTrigger |
|
ReadWriteTest |
The ReadWriteTest is a simple OceanStore application
that alternately writes data into a data object and then read
data from the data object. |
ReadWriteTestRemote |
|
ReplaceMicroBenchmark |
The ReplaceMicroBenchmark reports the results of a
simple microbenchmark that performs a number of replace
operations on a single data object. |
StreamMicroBenchmark |
|
StreamMicroBenchmarkMaster |
|
StreamMicroBenchmarkMessage |
|
TagMicroBenchmark |
|
TagMicroBenchmarkControl |
|
TagMicroBenchmarkMessage |
|
TapestryHowto |
A simple example of how to write your own DD client and message
types. |
TapestryHowto.Ping |
One of two DD messages used in this test. |
TapestryHowto.Pong |
This class is identical in all by type from the Ping class above, so
I'm not going to comment it further. |
TputMicroBenchmark |
The TputMicroBenchmark stage, also called the test
client, works with the TputMicroBenchmarkMaster , also caused the master, to
benchmark the update throughput of the system. |
TputMicroBenchmarkMaster |
The TputMicroBenchmarkMaster stage, also called the
test master, works with the TputMicroBenchmark , also caused the test client, to
benchmark the update throughput of the system. |
TputMicroBenchmarkMessage |
A small message class used to communicate between a
TputMicroBenchmark stage and a
TputMicroBenchmarkMaster stage. |
TrafficGenerator |
The TrafficGenerator is a small, simple client that
provides a stream of random OceanStore traffic. |