| ChunkWriter |
|
| DapCache |
Provide an LRU cache of DSPs.
|
| DapController |
|
| DapDSR |
Generate the DSR for a dataset.
|
| DapRequest |
User requests get cached here so that downstream code can access
the details of the request information.
|
| DapSerializer |
Given a DSP, serialize
possibly constrained data.
|
| DSPFactory |
Provide a factory for DSP instances
|
| FixedValue |
|
| Generator |
Given a DMR, return:
1.
|
| RandomValue |
|
| SerialWriter |
The SerialWriter class
is intended to provide the API
through which various kinds of
data are written into the ChunkWriter.
|
| SynDSP |
Provide a DSP interface to synthetic data (see Generator.java).
|
| URLMap.Result |
|
| URLMapDefault |
Define a URL map that assumes that there some prefix
of the urlpath that can be replaced by a path prefix
and that everything else is the same.
|
| Value |
|