Uses of Class
edu.isi.pegasus.planner.common.PegasusProperties
-
-
Uses of PegasusProperties in edu.isi.pegasus.common.credential.impl
Fields in edu.isi.pegasus.common.credential.impl declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesAbstract. mPropsThe object holding all the properties pertaining to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.common.logging
Methods in edu.isi.pegasus.common.logging with parameters of type PegasusProperties Modifier and Type Method Description static LogFormatterLogFormatterFactory. loadInstance(PegasusProperties properties)Loads the appropriate LogFormatter class as specified by properties.static LogManagerLogManagerFactory. loadInstance(PegasusProperties properties)Loads the appropriate LogManager class as specified by properties.static LogManagerLogManagerFactory. loadSingletonInstance(PegasusProperties properties)Loads the appropriate LogManager class as specified by properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.replica
Methods in edu.isi.pegasus.planner.catalog.replica with parameters of type PegasusProperties Modifier and Type Method Description static ReplicaCatalogReplicaFactory. loadInstance(PegasusProperties props)Connects the interface with the replica catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site
Methods in edu.isi.pegasus.planner.catalog.site with parameters of type PegasusProperties Modifier and Type Method Description static SiteCatalogSiteFactory. loadInstance(PegasusProperties properties)Connects the interface with the site catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site.classes
Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type PegasusProperties Modifier and Type Method Description private booleanSiteStore. hashedOutputMapperUsed(PegasusProperties properties)Returns a boolean indicating whether the Hashed Output Mapper was used or notvoidSiteStore. setForPlannerUse(PegasusProperties properties, PlannerOptions options)A setter method that is to be set to use getWorkDirectory functions, correctly. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site.impl.old
Fields in edu.isi.pegasus.planner.catalog.site.impl.old declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesPoolInfoProvider. mPropsThe object holding all the properties pertaining to Pegasus.Methods in edu.isi.pegasus.planner.catalog.site.impl.old with parameters of type PegasusProperties Modifier and Type Method Description static PoolInfoProviderSiteFactory. loadInstance(PegasusProperties properties, boolean singleton)Connects the interface with the site catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.transformation
Fields in edu.isi.pegasus.planner.catalog.transformation declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesMapper. mPropsHandle to Pegasus PropertiesMethods in edu.isi.pegasus.planner.catalog.transformation with parameters of type PegasusProperties Modifier and Type Method Description static TransformationCatalogTransformationFactory. loadInstance(PegasusProperties properties)Connects the interface with the transformation catalog implementation.static TransformationCatalogTransformationFactory. loadInstance(PegasusProperties properties, LogManager logger)Connects the interface with the transformation catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.transformation.impl
Fields in edu.isi.pegasus.planner.catalog.transformation.impl declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesFile. mPropsThe handle to the properties object.private PegasusPropertiesText. mPropsThe handle to the properties object. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.work
Methods in edu.isi.pegasus.planner.catalog.work with parameters of type PegasusProperties Modifier and Type Method Description static WorkCatalogWorkFactory. loadInstance(PegasusProperties props)Connects the interface with the work catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesPegasusBag. mPropsThe handle to thePegasusProperties.private PegasusPropertiesPlannerCache. mPropsThe PegasusPropertiesMethods in edu.isi.pegasus.planner.classes that return PegasusProperties Modifier and Type Method Description PegasusPropertiesPegasusBag. getPegasusProperties()A convenice method to get PegasusPropertiesMethods in edu.isi.pegasus.planner.classes with parameters of type PegasusProperties Modifier and Type Method Description voidPlannerMetrics. setApplicationMetrics(PegasusProperties properties)Sets the app metrics that need to be forwarded.voidJob. updateProfiles(PegasusProperties properties)Updates all the profile namespaces with the information specified by the user in the properties file, that apply to this job. -
Uses of PegasusProperties in edu.isi.pegasus.planner.client
Fields in edu.isi.pegasus.planner.client declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesRCClient. m_pegasus_propsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesExecutable. mPropsThe object holding all the properties pertaining to Pegasus.Methods in edu.isi.pegasus.planner.client with parameters of type PegasusProperties Modifier and Type Method Description (package private) voidRCClient. connect(PegasusProperties properties)Connects the interface with the replica catalog implementation.private java.lang.StringCPlanner. determineRootWorkflowUUID(ADag dag, PlannerOptions options, PegasusProperties properties)Determines the workflow uuid for a workflowprivate java.util.List<TransformationCatalogEntry>TCConverter. parseTC(PegasusProperties pegasusProperties)Parses the input format specified in the properties file and returns list of TransfromationCatalogEntryjava.lang.StringPartitionDAX. partitionDAX(PegasusProperties properties, java.lang.String daxFile, java.lang.String directory, java.lang.String type)protected voidExecutable. setupLogging(LogManager logger, PegasusProperties properties)Sets up the logging options for this class. -
Uses of PegasusProperties in edu.isi.pegasus.planner.cluster
Fields in edu.isi.pegasus.planner.cluster declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesAbstract. mPropsThe handle to the properties object holding all the properties.protected PegasusPropertiesHorizontal. mPropsThe handle to the properties object holding all the properties.Methods in edu.isi.pegasus.planner.cluster with parameters of type PegasusProperties Modifier and Type Method Description static PartitionerClustererFactory. loadPartitioner(PegasusProperties properties, java.lang.String type, GraphNode root, java.util.Map graph)Loads the appropriate partitioner on the basis of the clustering type specified in the options passed to the planner. -
Uses of PegasusProperties in edu.isi.pegasus.planner.cluster.aggregator
Fields in edu.isi.pegasus.planner.cluster.aggregator declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesAbstract. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesJobAggregatorInstanceFactory. mPropsThe handle to the properties object holding all the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code
Fields in edu.isi.pegasus.planner.code declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesGridStartFactory. mPropsThe properties object holding all the properties.Methods in edu.isi.pegasus.planner.code with parameters of type PegasusProperties Modifier and Type Method Description voidPOSTScript. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)Initialize the POSTScript implementation.private POSTScriptGridStartFactory. loadPOSTScript(PegasusProperties properties, java.lang.String submitDir, java.lang.String path, java.lang.String className)Loads the implementing class corresponding to the class. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code.generator
Fields in edu.isi.pegasus.planner.code.generator declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesAbstract. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesBraindump. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesDAXReplicaStore. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesMonitordNotify. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesStampede. mPropsThe object holding all the properties pertaining to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code.generator.condor
Fields in edu.isi.pegasus.planner.code.generator.condor declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesSUBDAXGenerator. mPropsThe handle to Pegasus Properties.Methods in edu.isi.pegasus.planner.code.generator.condor with parameters of type PegasusProperties Modifier and Type Method Description protected java.lang.StringCondorGenerator. getCategoryDAGManKnobs(PegasusProperties properties)Write out the DAGMan knobs for each category the user mentions in the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code.generator.condor.style
Fields in edu.isi.pegasus.planner.code.generator.condor.style declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesAbstract. mPropsThe object holding all the properties pertaining to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code.gridstart
Fields in edu.isi.pegasus.planner.code.gridstart declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesKickstart. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesNetloggerPostScript. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesNoGridStart. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesNoPOSTScript. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesPegasusExitCode. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesPegasusLite. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesUserPOSTScript. mPropsThe object holding all the properties pertaining to Pegasus.Methods in edu.isi.pegasus.planner.code.gridstart with parameters of type PegasusProperties Modifier and Type Method Description protected java.lang.StringNetloggerPostScript. getPostScriptProperties(PegasusProperties properties)Returns the properties that need to be passed to the the postscript invocation in the java format.protected java.lang.StringPegasusExitCode. getPostScriptProperties(PegasusProperties properties)Returns the properties that need to be passed to the the postscript invocation in the java format.voidNetloggerPostScript. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)Initialize the POSTScript implementation.voidNoPOSTScript. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)Initialize the POSTScript implementation.voidPegasusExitCode. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)Initialize the POSTScript implementation.voidUserPOSTScript. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)Initialize the POSTScript implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.common
Methods in edu.isi.pegasus.planner.common that return PegasusProperties Modifier and Type Method Description static PegasusPropertiesPegasusProperties. getInstance()Returns an instance to this properties object.static PegasusPropertiesPegasusProperties. getInstance(java.lang.String confProperties)Returns an instance to this properties object.static PegasusPropertiesPegasusProperties. nonSingletonInstance()To get a reference to the the object.protected static PegasusPropertiesPegasusProperties. nonSingletonInstance(java.lang.String confProperties)To get a reference to the the object.Methods in edu.isi.pegasus.planner.common with parameters of type PegasusProperties Modifier and Type Method Description protected voidPegasusConfiguration. checkAndSetProperty(PegasusProperties properties, java.lang.String key, java.lang.String value)Checks for a property, if it does not exist then sets the property to the value passedprivate voidPegasusConfiguration. loadConfigurationProperties(PegasusProperties properties)Loads configuration specific properties into PegasusPropertiesvoidPegasusConfiguration. loadConfigurationPropertiesAndOptions(PegasusProperties properties, PlannerOptions options)Loads configuration specific properties into PegasusProperties, and adjusts planner options accordingly.booleanPegasusConfiguration. setupForCondorIO(PegasusProperties properties)Returns a boolean indicating if properties are setup for condor io -
Uses of PegasusProperties in edu.isi.pegasus.planner.namespace
Methods in edu.isi.pegasus.planner.namespace with parameters of type PegasusProperties Modifier and Type Method Description voidDagman. assimilate(PegasusProperties properties, Profiles.NAMESPACES namespace)Assimilate the profiles in the namespace in a controlled manner.voidNamespace. assimilate(PegasusProperties properties, Profiles.NAMESPACES namespace)Assimilate the profiles in the namespace in a controlled manner.voidCondor. checkKeyInNS(PegasusProperties properties, java.lang.String pool)It puts in the namespace specific information specified in the properties file into the namespace.voidDagman. checkKeyInNS(PegasusProperties properties, java.lang.String pool)It puts in the namespace specific information specified in the properties file into the namespace.voidENV. checkKeyInNS(PegasusProperties properties, java.lang.String pool)It puts in the namespace specific information specified in the properties file into the namespace.voidGlobus. checkKeyInNS(PegasusProperties properties, java.lang.String pool)It puts in the namespace specific information specified in the properties file into the namespace.voidHints. checkKeyInNS(PegasusProperties properties, java.lang.String pool)It puts in the namespace specific information specified in the properties file into the namespace.abstract voidNamespace. checkKeyInNS(PegasusProperties properties, java.lang.String pool)It puts in the namespace specific information specified in the properties file into the namespace.voidPegasus. checkKeyInNS(PegasusProperties properties, java.lang.String pool)It puts in the namespace specific information specified in the properties file into the namespace.voidSelector. checkKeyInNS(PegasusProperties properties, java.lang.String pool)It puts in the namespace specific information specified in the properties file into the namespace.voidStat. checkKeyInNS(PegasusProperties properties, java.lang.String pool)It puts in the namespace specific information specified in the properties file into the namespace. -
Uses of PegasusProperties in edu.isi.pegasus.planner.parser
Fields in edu.isi.pegasus.planner.parser declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesParser. mPropsThe object holding all the properties pertaining to Pegasus.Constructors in edu.isi.pegasus.planner.parser with parameters of type PegasusProperties Constructor Description ConfigXmlParser(PegasusProperties properties)Default Class Constructor.ConfigXmlParser(java.lang.String configFileName, PegasusProperties properties)Class Constructor intializes the parser and turns on validation.Parser(PegasusProperties properties)Intialises the parser.PDAXParser(PegasusProperties properties)The default constructor.PDAXParser(java.lang.String fileName, PegasusProperties properties)The constructor initialises the parser, and turns on the validation feature in Xerces. -
Uses of PegasusProperties in edu.isi.pegasus.planner.parser.dax
Fields in edu.isi.pegasus.planner.parser.dax declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesDAX2CDAG. mPropsThe handle to the properties object.protected PegasusPropertiesDAX2Graph. mPropsThe handle to the properties object.private PegasusPropertiesDAX2Metadata. mPropsThe handle to the properties object.protected PegasusPropertiesDAX2NewGraph. mPropsThe handle to the properties object. -
Uses of PegasusProperties in edu.isi.pegasus.planner.parser.pdax
Fields in edu.isi.pegasus.planner.parser.pdax declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesPDAX2MDAG. mPropsThe handle to the properties file.Methods in edu.isi.pegasus.planner.parser.pdax with parameters of type PegasusProperties Modifier and Type Method Description static java.lang.StringPDAX2MDAG. constructDAGManKnobs(PegasusProperties properties)Constructs Any extra arguments that need to be passed to dagman, as determined from the properties file.static CallbackPDAXCallbackFactory. loadInstance(PegasusProperties properties, PlannerOptions options, java.lang.String directory)Loads the implementing class corresponding to the type specified by the user.static CallbackPDAXCallbackFactory. loadInstance(PegasusProperties properties, PlannerOptions options, java.lang.String directory, java.lang.String className)Loads the implementing class corresponding to the type specified by the user.Constructors in edu.isi.pegasus.planner.parser.pdax with parameters of type PegasusProperties Constructor Description PDAX2MDAG(java.lang.String directory, PegasusProperties properties, PlannerOptions options)The overloaded constructor. -
Uses of PegasusProperties in edu.isi.pegasus.planner.partitioner
Fields in edu.isi.pegasus.planner.partitioner declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesClustererCallback. mPropsThe handle to the properties object.protected PegasusPropertiesPartitioner. mPropsThe object holding all the properties pertaining to Pegasus.protected PegasusPropertiesWriterCallback. mPropsHandle to the properties available.Methods in edu.isi.pegasus.planner.partitioner with parameters of type PegasusProperties Modifier and Type Method Description voidClustererCallback. initialize(PegasusProperties properties, Clusterer clusterer)Initializes the callback.voidWriterCallback. initialize(PegasusProperties properties, java.lang.String daxFile, java.lang.String daxName, java.lang.String directory)Initializes the Writer Callback.static DAXWriterDAXWriter. loadInstance(PegasusProperties properties, java.lang.String daxFile, java.lang.String directory)The ends up loading the PDAXWriter.static DAXWriterDAXWriter. loadInstance(java.lang.String className, PegasusProperties properties, java.lang.String daxFile, java.lang.String directory)Loads the implementing PDAXWriter.static PartitionerPartitionerFactory. loadInstance(PegasusProperties properties, GraphNode root, java.util.Map graph, java.lang.String className)Loads the implementing class corresponding to the type specified by the user.Constructors in edu.isi.pegasus.planner.partitioner with parameters of type PegasusProperties Constructor Description BFS(GraphNode root, java.util.Map graph, PegasusProperties properties)The overloaded constructor.Horizontal(GraphNode root, java.util.Map graph, PegasusProperties properties)The overloaded constructor.Label(GraphNode root, java.util.Map graph, PegasusProperties properties)The overloaded constructor.One2One(GraphNode root, java.util.Map graph, PegasusProperties properties)The overloaded constructor.Partitioner(GraphNode root, java.util.Map graph, PegasusProperties properties)The overloaded constructor.Whole(GraphNode root, java.util.Map graph, PegasusProperties properties)The overloaded constructor. -
Uses of PegasusProperties in edu.isi.pegasus.planner.provenance.pasoa.pps
Methods in edu.isi.pegasus.planner.provenance.pasoa.pps with parameters of type PegasusProperties Modifier and Type Method Description static PPSPPSFactory. loadPPS(PegasusProperties properties)Loads the appropriate PPS implementation on the basis of the property set in the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.provenance.pasoa.producer
Methods in edu.isi.pegasus.planner.provenance.pasoa.producer with parameters of type PegasusProperties Modifier and Type Method Description static XMLProducerXMLProducerFactory. loadXMLProducer(PegasusProperties properties)Loads the appropriate XMLProducer on the basis of the property set in the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.ranking
Methods in edu.isi.pegasus.planner.ranking with parameters of type PegasusProperties Modifier and Type Method Description booleanGetDAX. connect(PegasusProperties properties)A convenience method to connect on the basis of PegasusProperties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesAuthenticate. mPropsThe handle to the PegasusProperties object.protected PegasusPropertiesEngine. mPropsThe object holding all the properties pertaining to Pegasus.private PegasusPropertiesThreadPool. mPropsThe handle to the properties object.Methods in edu.isi.pegasus.planner.refiner with parameters of type PegasusProperties Modifier and Type Method Description private java.util.Map<java.lang.String,NameValue>TransferEngine. constructSiteToSRMServerMap(PegasusProperties props)Constructs a Properties objects by parsing the relevant SRM pegasus properties.protected java.lang.StringReplicaCatalogBridge. getCommandLineProperties(PegasusProperties properties)Returns the properties that need to be passed to the the rc-client invocation on the command line .voidReplicaCatalogBridge. initialize(ADag dag, PegasusProperties properties, PlannerOptions options)Intialises the refiner.Constructors in edu.isi.pegasus.planner.refiner with parameters of type PegasusProperties Constructor Description Authenticate(PegasusProperties properties, PoolInfoProvider poolHandle)The overloaded constructor.ThreadPool(PegasusProperties properties, java.util.Set pools)The overloaded constructor. -
Uses of PegasusProperties in edu.isi.pegasus.planner.refiner.cleanup
Fields in edu.isi.pegasus.planner.refiner.cleanup declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesCleanup. mPropsThe handle to the properties passed to Pegasus.private PegasusPropertiesInPlace. mPropsThe handle to the properties passed to Pegasus.private PegasusPropertiesRM. mPropsThe handle to the properties passed to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.planner.refiner.createdir
Fields in edu.isi.pegasus.planner.refiner.createdir declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesDefaultImplementation. mPropsThe handle to the pegasus properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.selector.replica
Fields in edu.isi.pegasus.planner.selector.replica declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesDefault. mPropsThe properties object containing the properties passed to the planner.protected PegasusPropertiesLocal. mPropsThe properties object containing the properties passed to the planner.Methods in edu.isi.pegasus.planner.selector.replica with parameters of type PegasusProperties Modifier and Type Method Description static ReplicaSelectorReplicaSelectorFactory. loadInstance(PegasusProperties properties)Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file.static ReplicaSelectorReplicaSelectorFactory. loadInstance(PegasusProperties properties, java.lang.String className)Loads the implementing class corresponding to the class.Constructors in edu.isi.pegasus.planner.selector.replica with parameters of type PegasusProperties Constructor Description Default(PegasusProperties properties)The overloaded constructor, that is called by load method.Local(PegasusProperties properties)The overloaded constructor, that is called by load method.Regex(PegasusProperties properties)The overloaded constructor, that is called by load method.Restricted(PegasusProperties properties)The overloaded constructor, that is called by load method. -
Uses of PegasusProperties in edu.isi.pegasus.planner.selector.site
Fields in edu.isi.pegasus.planner.selector.site declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesAbstract. mPropsThe properties passed to Pegasus at runtime. -
Uses of PegasusProperties in edu.isi.pegasus.planner.selector.site.heft
Fields in edu.isi.pegasus.planner.selector.site.heft declared as PegasusProperties Modifier and Type Field Description private PegasusPropertiesAlgorithm. mPropsThe handle to the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.transfer
Fields in edu.isi.pegasus.planner.transfer declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesAbstractRefiner. mPropsThe handle to the properties object holding the properties relevant to Pegasus.private PegasusPropertiesRemoteTransfer. mPropsThe handle to the properties object holding the properties relevant to Pegasus.private PegasusPropertiesTPT. mPropsThe handle to the properties object holding the properties relevant to Pegasus.Constructors in edu.isi.pegasus.planner.transfer with parameters of type PegasusProperties Constructor Description RemoteTransfer(PegasusProperties properties)The overloaded constructor.TPT(PegasusProperties properties)The overloaded constructor. -
Uses of PegasusProperties in edu.isi.pegasus.planner.transfer.implementation
Fields in edu.isi.pegasus.planner.transfer.implementation declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesAbstract. mPropsThe handle to the properties object holding the properties relevant to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.planner.transfer.sls
Fields in edu.isi.pegasus.planner.transfer.sls declared as PegasusProperties Modifier and Type Field Description protected PegasusPropertiesCondor. mPropsThe handle to the properties.protected PegasusPropertiesTransfer. mPropsThe handle to the properties.
-