Modifier and Type | Method and Description |
---|---|
static ReplicaCatalog |
ReplicaFactory.loadInstance()
Connects the interface with the replica catalog implementation.
|
static ReplicaCatalog |
ReplicaFactory.loadInstance(CommonProperties props)
Connects the interface with the replica catalog implementation.
|
static ReplicaCatalog |
ReplicaFactory.loadInstance(PegasusProperties props)
Connects the interface with the replica catalog implementation.
|
static ReplicaCatalog |
ReplicaFactory.loadInstance(java.lang.String catalogImplementor,
java.util.Properties props)
Connects the interface with the replica catalog implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
Directory
This class implements a replica catalog on top of a directory.
|
class |
FlushedCache
This class implements a replica catalog which directly writes to the output
file.
|
class |
JDBCRC
This class implements a replica catalog on top of a simple table in a
JDBC database.
|
class |
MRC
A multiple replica catalog implementation that allows users to query
different multiple catalogs at the same time.
|
class |
Regex
This class implements a replica catalog on top of a simple file with regular
expression based entries, which contains two or more columns.
|
class |
SimpleFile
This class implements a replica catalog on top of a simple file which
contains two or more columns.
|
Modifier and Type | Field and Description |
---|---|
private ReplicaCatalog |
PlannerCache.mGetRCCache
The cache storing the GET urls for the files in the workflow
|
private ReplicaCatalog |
PlannerCache.mPutRCCache
The cache storing the PUT urls for the files in the workflow
|
private ReplicaCatalog |
PegasusBag.mRCHandle
The handle to the replica catalog.
|
Modifier and Type | Method and Description |
---|---|
private ReplicaCatalog |
PlannerCache.intializeRCAsCache(ADag dag,
FileServerType.OPERATION type)
Initializes the transient replica catalog and returns a handle to it.
|
Modifier and Type | Field and Description |
---|---|
private ReplicaCatalog |
RCClient.m_rc
Maintains the interface to the replica catalog implementation.
|
Modifier and Type | Field and Description |
---|---|
private ReplicaCatalog |
ReplicaCatalogBridge.mReplicaCatalog
The handle to the main Replica Catalog.
|
private ReplicaCatalog |
TransferEngine.mWorkflowCache
A Replica Catalog, that tracks all the GET URL's for the files on the
staging sites.
|
Modifier and Type | Method and Description |
---|---|
private ReplicaCatalog |
TransferEngine.initializeWorkflowCacheFile(ADag dag)
Initializes a Replica Catalog Instance that is used to store
the GET URL's for all files on the staging site ( inputs staged and outputs
created ).
|
Modifier and Type | Field and Description |
---|---|
protected ReplicaCatalog |
Replica.mRCCatalog |