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(String catalogImplementor,
Properties props)
Connects the interface with the replica catalog implementation.
|
Modifier and Type | Class and Description |
---|---|
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 |
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 |
PegasusBag.mRCHandle
The handle to the replica catalog.
|
private ReplicaCatalog |
PegasusBag.mTransientRC
The transient replica catalog that tracks the files created or transferred
during the workflow
|
Modifier and Type | Method and Description |
---|---|
ReplicaCatalog |
PegasusBag.getHandleToTransientReplicaCatalog()
A convenice method to get the handle to the transient replica catalog
|
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.mTransientRC
A SimpleFile Replica Catalog, that tracks all the files that are being
materialized as part of workflow executaion.
|
Modifier and Type | Method and Description |
---|---|
private ReplicaCatalog |
MainEngine.initializeTransientRC(ADag dag)
Initializes the transient replica catalog and returns a handle to it.
|
Modifier and Type | Method and Description |
---|---|
void |
TransferEngine.addTransferNodes(ReplicaCatalogBridge rcb,
ReplicaCatalog transientCatalog)
Adds the transfer nodes to the workflow.
|
Modifier and Type | Field and Description |
---|---|
protected ReplicaCatalog |
Cleanup.mTransientRC
Handle to the transient replica catalog.
|
Modifier and Type | Field and Description |
---|---|
protected ReplicaCatalog |
Transfer.mTransientRC
The handle to the transient replica catalog.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.