Modifier and Type | Method and Description |
---|---|
List<Profile> |
TransformationCatalog.lookupLFNProfiles(String namespace,
String name,
String version)
Get the list of Profiles associated with a particular logical transformation.
|
List<Profile> |
TransformationCatalog.lookupPFNProfiles(String pfn,
String resourceid,
TCType type)
Get the list of Profiles associated with a particular physical transformation.
|
Modifier and Type | Method and Description |
---|---|
List<Profile> |
Profiles.getProfiles()
Returns the list of profiles for all namespaces.
|
List<Profile> |
Profiles.getProfiles(Namespace namespace)
Returns the list of profiles corresponding to a single namespace
|
List<Profile> |
Profiles.getProfiles(Profiles.NAMESPACES namespace)
Returns the list of profiles corresponding to a single namespace
|
List<Profile> |
Profiles.getProfiles(String namespace)
Returns the list of profiles corresponding to a single namespace
|
Modifier and Type | Method and Description |
---|---|
void |
Profiles.addProfile(Profile p)
Adds a profile.
|
void |
Profiles.addProfileDirectly(Profile p)
Adds a profile directly to namespace bypassing any underlying namespace
specific checks.
|
Modifier and Type | Method and Description |
---|---|
void |
Profiles.addProfiles(List<Profile> profiles)
Adds multiple profiles.
|
void |
Profiles.addProfilesDirectly(List<Profile> profiles)
Adds multiple profiles to namespace bypassing any underlying namespace
specific checks.
|
Modifier and Type | Method and Description |
---|---|
void |
FileServerType.addProfile(Profile p)
Adds a profile.
|
void |
HeadNodeFS.addProfile(Profile p)
Adds a profile.
|
void |
SiteCatalogEntry3.addProfile(Profile p)
Adds a profile.
|
void |
SiteCatalogEntry.addProfile(Profile p)
Adds a profile.
|
void |
WorkerNodeFS.addProfile(Profile p)
Adds a profile.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationCatalogEntry.addProfile(Profile profile)
Allows you to add one profile at a time to the transformation.
|
Modifier and Type | Method and Description |
---|---|
List<Profile> |
File.lookupLFNProfiles(String namespace,
String name,
String version)
Get the list of Profiles associated with a particular logical transformation.
|
List<Profile> |
Text.lookupLFNProfiles(String namespace,
String name,
String version)
Get the list of Profiles associated with a particular logical transformation.
|
List<Profile> |
Database.lookupLFNProfiles(String namespace,
String name,
String version)
Get the list of Profiles associated with a particular logical transformation.
|
List<Profile> |
File.lookupPFNProfiles(String pfn,
String resourceid,
TCType type)
Get the list of Profiles associated with a particular physical transformation.
|
List<Profile> |
Text.lookupPFNProfiles(String pfn,
String resourceid,
TCType type)
Get the list of Profiles associated with a particular physical transformation.
|
List<Profile> |
Database.lookupPFNProfiles(String pfn,
String resourceid,
TCType type)
Get the list of Profiles associated with a particular physical transformation.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
Database.addProfile(Profile p,
long id,
boolean pfn)
Add a lfn or pfn profile to the TC
|
private boolean |
Database.deleteProfile(Profile p,
long id,
boolean pfn)
Delete a given lfn or pfn profile
|
Modifier and Type | Method and Description |
---|---|
void |
Job.addProfile(Profile p)
Adds a profile to the job object
|
Modifier and Type | Method and Description |
---|---|
void |
Namespace.checkKeyInNS(Profile profile)
It takes in a Profiles object and puts them into the namespace after
checking if the namespace in the Profile object is same as the namepsace
implementation.
|
Modifier and Type | Method and Description |
---|---|
private Profile |
TransformationCatalogTextParser.getProfile()
Parses a single line and returns a profile.
|
Modifier and Type | Method and Description |
---|---|
private Profile |
ReplicaCatalogBridge.getClassPath(String home)
Returns the classpath for the default rc-client entry.
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<Profile> |
AbstractMultipleFTPerXFERJob.getEnvironmentVariables(String site)
Returns the environment profiles that are required for the default
entry to sensibly work.
|