org.griphyn.common.catalog.replica |
|
Java Source File Name | Type | Comment |
JDBCRC.java | Class | This class implements a replica catalog on top of a simple table in a
JDBC database. |
LRC.java | Class | This class implements the VDS replica catalog interface on top of the
LRC. |
MRC.java | Class | A multiple replica catalog implementation that allows users to query
different multiple catalogs at the same time.
To use it set
pegasus.catalog.replica MRC
Each associated replica catalog can be configured via properties as follows. |
ReplicaCatalogException.java | Class | Class to notify of failures. |
ReplicaFactory.java | Class | This factory loads a replica catalog, as specified by the properties.
Each invocation of the factory will result in a new instance of a
connection to the replica catalog.
author: Karan Vahi author: Jens-S. |
RLI.java | Class | This class implements the VDS replica catalog interface on top of RLI API.
A thing to take care of is that all delete and remove operations are
propoagated to all the Local Replica Catalogs (LRCs) reporting to the RLI.
Hence,
you should be careful while deleting LFNs, as deletions can cascade to
multiple LRCs. |
SimpleFile.java | Class | This class implements a replica catalog on top of a simple file which
contains two or more columns. |
Windward.java | Class | An implementation of the Replica Catalog interface that talks to Windward
Data Characterization Catalog. |