| Class | Description |
|---|---|
| Directory |
This class implements a replica catalog on top of a directory.
|
| FlushedCache |
This class implements a replica catalog which directly writes to the output
file.
|
| JDBCRC |
This class implements a replica catalog on top of a simple table in a
JDBC database.
|
| LRC |
This class implements the VDS replica catalog interface on top of the
LRC.
|
| MRC |
A multiple replica catalog implementation that allows users to query
different multiple catalogs at the same time.
|
| Regex |
This class implements a replica catalog on top of a simple file with regular
expression based entries, which contains two or more columns.
|
| RLI |
This class implements the VDS replica catalog interface on top of RLI API.
|
| SimpleFile |
This class implements a replica catalog on top of a simple file which
contains two or more columns.
|