Uses of Class
edu.isi.pegasus.common.logging.LogManager
-
-
Uses of LogManager in edu.isi.pegasus.common.credential.impl
Fields in edu.isi.pegasus.common.credential.impl declared as LogManager Modifier and Type Field Description protected LogManagerAbstract. mLoggerA handle to the logging object. -
Uses of LogManager in edu.isi.pegasus.common.logging
Fields in edu.isi.pegasus.common.logging declared as LogManager Modifier and Type Field Description private static LogManagerLogManager. mLoggerEnsures only one object is created always.private static LogManagerLogManagerFactory. mSingletonInstanceHolds a singleton instance that is populated via the loadSingletonInstance() method.Methods in edu.isi.pegasus.common.logging that return LogManager Modifier and Type Method Description LogManagerLogManager. add(java.lang.String value)Add to the internal log buffer message a value with the default key.LogManagerLogManager. add(java.lang.String key, java.lang.String value)Add to the internal log buffer message a value with the key oassed The buffer is logged later when the log() method is called.static LogManagerLogManager. getInstance(java.lang.String logger, java.lang.String formatter)To get a reference to the the object.static LogManagerLogManagerFactory. loadInstance(PegasusProperties properties)Loads the appropriate LogManager class as specified by properties.static LogManagerLogManagerFactory. loadInstance(java.lang.String implementor, java.lang.String formatImplementor, java.util.Properties properties)Loads the Log Formatter specified.static LogManagerLogManagerFactory. loadSingletonInstance()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 LogManager in edu.isi.pegasus.common.logging.logger
Subclasses of LogManager in edu.isi.pegasus.common.logging.logger Modifier and Type Class Description classDefaultThe logging class that to log messages at different levels.classLog4jA Log4j implementation of the LogManager interface. -
Uses of LogManager in edu.isi.pegasus.common.util
Fields in edu.isi.pegasus.common.util declared as LogManager Modifier and Type Field Description private LogManagerCondorVersion. mLoggerThe default logger.private LogManagerDefaultStreamGobblerCallback. mLoggerThe instance to the logger to log messages.private LogManagerStreamGobbler. mLoggerThe handle to the logging object.private LogManagerXMLWriter. mLoggerMethods in edu.isi.pegasus.common.util with parameters of type LogManager Modifier and Type Method Description static CondorVersionCondorVersion. getInstance(LogManager logger)Factory method to instantiate the class.Constructors in edu.isi.pegasus.common.util with parameters of type LogManager Constructor Description CondorVersion(LogManager logger)The default constructor. -
Uses of LogManager in edu.isi.pegasus.planner.catalog.replica.impl
Fields in edu.isi.pegasus.planner.catalog.replica.impl declared as LogManager Modifier and Type Field Description protected LogManagerJDBCRC. mLoggerThe handle to the logging object.protected LogManagerMRC. mLoggerThe handle to the logging manager. -
Uses of LogManager in edu.isi.pegasus.planner.catalog.site.classes
Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type LogManager Modifier and Type Method Description static SiteCatalogEntrySiteInfo2SiteCatalogEntry. convert(SiteInfo s, LogManager logger)An adapter method that converts theSiteInfoobject toSiteCatalogEntryobject. -
Uses of LogManager in edu.isi.pegasus.planner.catalog.site.impl
Fields in edu.isi.pegasus.planner.catalog.site.impl declared as LogManager Modifier and Type Field Description private LogManagerOSGMM. mLoggerThe handle to the log manager.private LogManagerXML. mLoggerThe handle to the log manager.private LogManagerXML2. mLoggerThe Logging instance. -
Uses of LogManager in edu.isi.pegasus.planner.catalog.site.impl.old
Fields in edu.isi.pegasus.planner.catalog.site.impl.old declared as LogManager Modifier and Type Field Description protected LogManagerPoolInfoProvider. mLoggerThe LogManager object which is used to log all the messages.private static LogManagerPoolMode. mLogger -
Uses of LogManager in edu.isi.pegasus.planner.catalog.site.impl.old.classes
Fields in edu.isi.pegasus.planner.catalog.site.impl.old.classes declared as LogManager Modifier and Type Field Description private LogManagerPoolConfig. mLoggerThe handle to the logging object. -
Uses of LogManager in edu.isi.pegasus.planner.catalog.transformation
Fields in edu.isi.pegasus.planner.catalog.transformation declared as LogManager Modifier and Type Field Description protected LogManagerMapper. mLoggerHandle to the logger.private static LogManagerTCMode. mLoggerMethods in edu.isi.pegasus.planner.catalog.transformation with parameters of type LogManager Modifier and Type Method Description static TransformationCatalogTransformationFactory. loadInstance(PegasusProperties properties, LogManager logger)Connects the interface with the transformation catalog implementation. -
Uses of LogManager in edu.isi.pegasus.planner.catalog.transformation.client
Fields in edu.isi.pegasus.planner.catalog.transformation.client declared as LogManager Modifier and Type Field Description protected LogManagerClient. mLoggerConstructors in edu.isi.pegasus.planner.catalog.transformation.client with parameters of type LogManager Constructor Description TCAdd(TransformationCatalog tc, LogManager mLogger, java.util.Map argsmap)TCDelete(TransformationCatalog tc, LogManager mLogger, java.util.Map argsmap)TCQuery(TransformationCatalog tc, LogManager mLogger, java.util.Map argsmap) -
Uses of LogManager in edu.isi.pegasus.planner.catalog.transformation.impl
Fields in edu.isi.pegasus.planner.catalog.transformation.impl declared as LogManager Modifier and Type Field Description private LogManagerCreateTCDatabase. mLoggerThe default logger.protected static LogManagerDatabase. mLoggerThe LogManager object which is used to log all the messages.protected LogManagerFile. mLoggerThe LogManager object which is used to log all the messages.protected LogManagerText. mLoggerThe LogManager object which is used to log all the messages. -
Uses of LogManager in edu.isi.pegasus.planner.catalog.work
Fields in edu.isi.pegasus.planner.catalog.work declared as LogManager Modifier and Type Field Description protected LogManagerDatabase. mLoggerThe handle to the logging object. -
Uses of LogManager in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as LogManager Modifier and Type Field Description LogManagerData. mLoggerThe LogManager object which is used to log all the messages.private LogManagerPegasusBag. mLoggerThe handle to the LogManager.private LogManagerTCMap. mLoggerMethods in edu.isi.pegasus.planner.classes that return LogManager Modifier and Type Method Description LogManagerPegasusBag. getLogger()A convenice method to get Logger/ -
Uses of LogManager in edu.isi.pegasus.planner.client
Fields in edu.isi.pegasus.planner.client declared as LogManager Modifier and Type Field Description private LogManagerRCClient. m_rls_loggerLogger for RLS implementation for the time being.protected LogManagerExecutable. mLoggerThe LogManager object which is used to log all the messages.Methods in edu.isi.pegasus.planner.client with parameters of type LogManager Modifier and Type Method Description protected voidExecutable. setupLogging(LogManager logger, PegasusProperties properties)Sets up the logging options for this class.Constructors in edu.isi.pegasus.planner.client with parameters of type LogManager Constructor Description CPlanner(LogManager logger)The overload constructor.Executable(LogManager logger)The constructor which ends up initialising the PegasusProperties object. -
Uses of LogManager in edu.isi.pegasus.planner.cluster
Fields in edu.isi.pegasus.planner.cluster declared as LogManager Modifier and Type Field Description protected LogManagerAbstract. mLoggerThe handle to the logger object.protected LogManagerHorizontal. mLoggerThe handle to the logger object. -
Uses of LogManager in edu.isi.pegasus.planner.cluster.aggregator
Fields in edu.isi.pegasus.planner.cluster.aggregator declared as LogManager Modifier and Type Field Description protected LogManagerAbstract. mLoggerThe handle to the LogManager that logs all the messages. -
Uses of LogManager in edu.isi.pegasus.planner.code.generator
Fields in edu.isi.pegasus.planner.code.generator declared as LogManager Modifier and Type Field Description protected LogManagerAbstract. mLoggerThe LogManager object which is used to log all the messages.protected LogManagerBraindump. mLoggerThe handle to the logging object.protected LogManagerDAXReplicaStore. mLoggerThe handle to the logging object.private LogManagerMetrics. mLoggerThe logger objectprotected LogManagerMonitordNotify. mLoggerThe handle to the logging object.private LogManagerNetloggerJobMapper. mLoggerThe handle to pegasus logger used for run.protected LogManagerStampede. mLoggerThe handle to the logging object.private LogManagerStork. mLoggerThe LogManager object which is used to log all the messages.Constructors in edu.isi.pegasus.planner.code.generator with parameters of type LogManager Constructor Description NetloggerJobMapper(LogManager logger)The default constructor. -
Uses of LogManager in edu.isi.pegasus.planner.code.generator.condor
Fields in edu.isi.pegasus.planner.code.generator.condor declared as LogManager Modifier and Type Field Description private LogManagerSUBDAXGenerator. mLoggerHandle to the logging manager. -
Uses of LogManager in edu.isi.pegasus.planner.code.generator.condor.style
Fields in edu.isi.pegasus.planner.code.generator.condor.style declared as LogManager Modifier and Type Field Description protected LogManagerAbstract. mLoggerA handle to the logging object. -
Uses of LogManager in edu.isi.pegasus.planner.code.gridstart
Fields in edu.isi.pegasus.planner.code.gridstart declared as LogManager Modifier and Type Field Description private LogManagerKickstart. mLoggerThe LogManager object which is used to log all the messages.protected LogManagerNetloggerPostScript. mLoggerThe LogManager object which is used to log all the messages.protected LogManagerNoGridStart. mLoggerThe LogManager object which is used to log all the messages.protected LogManagerNoPOSTScript. mLoggerThe LogManager object which is used to log all the messages.protected LogManagerPegasusExitCode. mLoggerThe LogManager object which is used to log all the messages.protected LogManagerPegasusLite. mLoggerThe LogManager object which is used to log all the messages.protected LogManagerUserPOSTScript. mLoggerThe LogManager object which is used to log all the messages. -
Uses of LogManager in edu.isi.pegasus.planner.common
Fields in edu.isi.pegasus.planner.common declared as LogManager Modifier and Type Field Description private LogManagerPegasusConfiguration. mLoggerThe logger to use.private LogManagerUserOptions. mLoggerThe Logger object used to log the messages.Constructors in edu.isi.pegasus.planner.common with parameters of type LogManager Constructor Description PegasusConfiguration(LogManager logger)Overloaded Constructor -
Uses of LogManager in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as LogManager Modifier and Type Field Description protected static LogManagerAbstractJob. mLoggerprivate LogManagerADAG. mLoggerprotected LogManagerCatalogType. mLogger -
Uses of LogManager in edu.isi.pegasus.planner.namespace
Fields in edu.isi.pegasus.planner.namespace declared as LogManager Modifier and Type Field Description LogManagerNamespace. mLoggerThe LogManager object which is used to log all the messages. -
Uses of LogManager in edu.isi.pegasus.planner.parser
Fields in edu.isi.pegasus.planner.parser declared as LogManager Modifier and Type Field Description private LogManagerSiteCatalogTextParser. m_loggerThe handle to the logger used to log messages.protected LogManagerParser. mLoggerThe LogManager object which logs the Pegasus messages.private LogManagerTransformationCatalogTextParser. mLoggerThe transformation to the logger used to log messages.private LogManagerXMLErrorHandler. mLoggerThe handle to the logging object that is used to log the messages.Constructors in edu.isi.pegasus.planner.parser with parameters of type LogManager Constructor Description TransformationCatalogTextParser(java.io.Reader r, LogManager logger)Initializes the parser with an input stream to read from. -
Uses of LogManager in edu.isi.pegasus.planner.parser.dax
Fields in edu.isi.pegasus.planner.parser.dax declared as LogManager Modifier and Type Field Description private LogManagerDAX2CDAG. mLoggerThe handle to the loggerprotected LogManagerDAX2Graph. mLoggerThe logging object. -
Uses of LogManager in edu.isi.pegasus.planner.parser.pdax
Fields in edu.isi.pegasus.planner.parser.pdax declared as LogManager Modifier and Type Field Description private LogManagerPDAX2MDAG. mLoggerThe handle to the logging object. -
Uses of LogManager in edu.isi.pegasus.planner.partitioner
Fields in edu.isi.pegasus.planner.partitioner declared as LogManager Modifier and Type Field Description protected LogManagerDAXWriter. mLoggerThe handle to the logging object.private LogManagerLabel. mLoggerThe handle to the Logging object.protected LogManagerPartitioner. mLoggerThe handle to the internal logging object.private LogManagerPDAXWriter. mLoggerThe handle to the logging object.protected LogManagerWriterCallback. mLoggerThe handle to the logger object. -
Uses of LogManager in edu.isi.pegasus.planner.partitioner.graph
Fields in edu.isi.pegasus.planner.partitioner.graph declared as LogManager Modifier and Type Field Description private LogManagerMapGraph. mLoggerThe handle to the logging manager. -
Uses of LogManager in edu.isi.pegasus.planner.ranking
Fields in edu.isi.pegasus.planner.ranking declared as LogManager Modifier and Type Field Description private LogManagerGetDAX. mLoggerThe instance to the Logging manager.private LogManagerRank. mLoggerThe handle to the logging object. -
Uses of LogManager in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as LogManager Modifier and Type Field Description private LogManagerAuthenticate. mLoggerThe handle to the LogManager object.protected LogManagerEngine. mLoggerThe logging object which is used to log all the messages.protected LogManagerNodeCollapser. mLoggerThe handle to the logger object.private LogManagerThreadPool. mLoggerThe handle to the LogManager object. -
Uses of LogManager in edu.isi.pegasus.planner.refiner.cleanup
Fields in edu.isi.pegasus.planner.refiner.cleanup declared as LogManager Modifier and Type Field Description private LogManagerCleanup. mLoggerThe handle to the logger.private LogManagerInPlace. mLoggerThe handle to the logging object used for logging. -
Uses of LogManager in edu.isi.pegasus.planner.refiner.createdir
Fields in edu.isi.pegasus.planner.refiner.createdir declared as LogManager Modifier and Type Field Description protected LogManagerAbstractStrategy. mLoggerThe handle to the logging object, that is used to log the messages.protected LogManagerDefaultImplementation. mLoggerThe handle to the logging object. -
Uses of LogManager in edu.isi.pegasus.planner.selector
Fields in edu.isi.pegasus.planner.selector declared as LogManager Modifier and Type Field Description protected LogManagerTransformationSelector. mLogger -
Uses of LogManager in edu.isi.pegasus.planner.selector.replica
Fields in edu.isi.pegasus.planner.selector.replica declared as LogManager Modifier and Type Field Description protected LogManagerDefault. mLoggerThe handle to the logging object that is used to log the various debug messages.protected LogManagerLocal. mLoggerThe handle to the logging object that is used to log the various debug messages. -
Uses of LogManager in edu.isi.pegasus.planner.selector.site
Fields in edu.isi.pegasus.planner.selector.site declared as LogManager Modifier and Type Field Description protected LogManagerAbstract. mLoggerThe handle to the logger. -
Uses of LogManager in edu.isi.pegasus.planner.selector.site.heft
Fields in edu.isi.pegasus.planner.selector.site.heft declared as LogManager Modifier and Type Field Description private LogManagerAlgorithm. mLoggerThe handle to the LogManager -
Uses of LogManager in edu.isi.pegasus.planner.transfer
Fields in edu.isi.pegasus.planner.transfer declared as LogManager Modifier and Type Field Description protected LogManagerAbstractRefiner. mLoggerThe logging object which is used to log all the messages.private LogManagerRemoteTransfer. mLoggerThe handle to the logging object.private LogManagerTPT. mLoggerThe handle to the logging object. -
Uses of LogManager in edu.isi.pegasus.planner.transfer.implementation
Fields in edu.isi.pegasus.planner.transfer.implementation declared as LogManager Modifier and Type Field Description protected LogManagerAbstract. mLoggerThe logging object which is used to log all the messages. -
Uses of LogManager in edu.isi.pegasus.planner.transfer.mapper.impl
Fields in edu.isi.pegasus.planner.transfer.mapper.impl declared as LogManager Modifier and Type Field Description protected LogManagerAbstractFileFactoryBasedMapper. mLoggerThe handle to the logger.protected LogManagerFixed. mLoggerThe handle to the logger.protected LogManagerReplica. mLoggerThe handle to the logger. -
Uses of LogManager in edu.isi.pegasus.planner.transfer.sls
Fields in edu.isi.pegasus.planner.transfer.sls declared as LogManager Modifier and Type Field Description protected LogManagerCondor. mLoggerThe handle to the logging manager.protected LogManagerTransfer. mLoggerThe handle to the logging manager.
-