Modifier and Type | Method and Description |
---|---|
java.util.List<Profile> |
TransformationCatalog.lookupLFNProfiles(java.lang.String namespace,
java.lang.String name,
java.lang.String version)
Get the list of Profiles associated with a particular logical transformation.
|
java.util.List<Profile> |
TransformationCatalog.lookupPFNProfiles(java.lang.String pfn,
java.lang.String resourceid,
TCType type)
Get the list of Profiles associated with a particular physical transformation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Profile> |
Profiles.getProfiles()
Returns the list of profiles for all namespaces.
|
java.util.List<Profile> |
Profiles.getProfiles(Namespace namespace)
Returns the list of profiles corresponding to a single namespace
|
java.util.List<Profile> |
Profiles.getProfiles(Profiles.NAMESPACES namespace)
Returns the list of profiles corresponding to a single namespace
|
java.util.List<Profile> |
Profiles.getProfiles(java.lang.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(java.util.List<Profile> profiles)
Adds multiple profiles.
|
void |
Profiles.addProfilesDirectly(java.util.List<Profile> profiles)
Adds multiple profiles to namespace bypassing any underlying namespace
specific checks.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteCatalogEntry.addProfile(Profile p)
Adds a profile.
|
void |
SiteCatalogEntry3.addProfile(Profile p)
Adds a profile.
|
void |
HeadNodeFS.addProfile(Profile p)
Adds a profile.
|
void |
FileServerType.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 |
---|---|
java.util.List<Profile> |
Database.lookupLFNProfiles(java.lang.String namespace,
java.lang.String name,
java.lang.String version)
Get the list of Profiles associated with a particular logical transformation.
|
java.util.List<Profile> |
Text.lookupLFNProfiles(java.lang.String namespace,
java.lang.String name,
java.lang.String version)
Get the list of Profiles associated with a particular logical transformation.
|
java.util.List<Profile> |
File.lookupLFNProfiles(java.lang.String namespace,
java.lang.String name,
java.lang.String version)
Get the list of Profiles associated with a particular logical transformation.
|
java.util.List<Profile> |
Database.lookupPFNProfiles(java.lang.String pfn,
java.lang.String resourceid,
TCType type)
Get the list of Profiles associated with a particular physical transformation.
|
java.util.List<Profile> |
Text.lookupPFNProfiles(java.lang.String pfn,
java.lang.String resourceid,
TCType type)
Get the list of Profiles associated with a particular physical transformation.
|
java.util.List<Profile> |
File.lookupPFNProfiles(java.lang.String pfn,
java.lang.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(java.lang.String home)
Returns the classpath for the default rc-client entry.
|
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<Profile> |
AbstractMultipleFTPerXFERJob.getEnvironmentVariables(java.lang.String site)
Returns the environment profiles that are required for the default
entry to sensibly work.
|