public class JobEntryWriteToLog extends JobEntryBase implements Cloneable, JobEntryInterface
| 限定符和类型 | 字段和说明 |
|---|---|
org.pentaho.di.core.logging.LogLevel |
entryLogLevel
已过时。
Use
getEntryLogLevel() and
setEntryLogLevel(LogLevel) instead. |
attributesMap, containerObjectId, entryStepSetVariablesMap, extensionDataMap, log, metaStore, parentJob, parentJobMeta, rep, variables| 构造器和说明 |
|---|
JobEntryWriteToLog() |
JobEntryWriteToLog(String n) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone()
This method is called when a job entry is duplicated in Spoon.
|
boolean |
evaluate(org.pentaho.di.core.Result result)
Output message to job log.
|
boolean |
evaluates()
This method must return true if the job entry supports the true/false outgoing hops.
|
org.pentaho.di.core.Result |
execute(org.pentaho.di.core.Result prev_result,
int nr)
Execute this job entry and return the result.
|
org.pentaho.di.core.logging.LogLevel |
getEntryLogLevel() |
String |
getLogMessage() |
String |
getLogSubject() |
String |
getRealLogMessage() |
String |
getRealLogSubject() |
String |
getXML()
This method is called by PDI whenever a job entry needs to serialize its settings to XML.
|
boolean |
isUnconditional()
This method must return true if the job entry supports the unconditional outgoing hop.
|
void |
loadRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.repository.ObjectId id_jobentry,
List<org.pentaho.di.core.database.DatabaseMeta> databases,
List<SlaveServer> slaveServers)
This method is called by PDI whenever a job entry needs to read its configuration from a PDI repository.
|
void |
loadXML(Node entrynode,
List<org.pentaho.di.core.database.DatabaseMeta> databases,
List<SlaveServer> slaveServers,
Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore)
This method is called by PDI whenever a job entry needs to read its settings from XML.
|
boolean |
resetErrorsBeforeExecution()
Checks whether a reset of the number of errors is required before execution.
|
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.repository.ObjectId id_job)
This method is called by PDI whenever a job entry needs to save its settings to a PDI repository.
|
void |
setEntryLogLevel(org.pentaho.di.core.logging.LogLevel in) |
void |
setLogMessage(String s) |
void |
setLogSubject(String logsubjectin) |
check, check, clear, copyVariablesFrom, environmentSubstitute, environmentSubstitute, equals, exportResources, exportResources, fieldSubstitute, getAttribute, getAttributes, getAttributesMap, getBooleanValueOfVariable, getContainerObjectId, getDescription, getDialogClassName, getEntryStepSetVariable, getEntryStepSetVariablesMap, getExtensionDataMap, getFilename, getHolderType, getLogChannel, getLogChannelId, getLogLevel, getMetaStore, getName, getObjectCopy, getObjectId, getObjectName, getObjectRevision, getObjectType, getParent, getParentJob, getParentJobMeta, getParentVariableSpace, getPluginId, getRealFilename, getReferencedObjectDescriptions, getRegistrationDate, getRepository, getRepositoryDirectory, getResourceDependencies, getSQLStatements, getSQLStatements, getSQLStatements, getTypeDesc, getTypeId, getUsedDatabaseConnections, getVariable, getVariable, getVariables, hasChanged, hashCode, hasRepositoryReferences, initializeVariablesFrom, injectVariables, isBasic, isDebug, isDetailed, isDummy, isEvaluation, isForcingSeparateLogging, isFTP, isGatheringMetrics, isHTTP, isJob, isMail, isReferencedObjectEnabled, isRowlevel, isSFTP, isShell, isSpecial, isStart, isTransformation, listVariables, loadReferencedObject, loadReferencedObject, loadRep, loadXML, loadXML, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, lookupRepositoryReferences, parseRepositoryObjects, saveRep, setAttribute, setAttributes, setAttributesMap, setChanged, setChanged, setContainerObjectId, setDescription, setEntryStepSetVariable, setForcingSeparateLogging, setGatheringMetrics, setID, setLogLevel, setMetaStore, setName, setObjectId, setParentJob, setParentJobMeta, setParentVariableSpace, setPluginId, setRepository, setTypeId, setVariable, shareVariablesWith, toStringcheck, check, clear, exportResources, exportResources, getDescription, getDialogClassName, getFilename, getLogChannel, getName, getObjectId, getParentJob, getParentJobMeta, getPluginId, getRealFilename, getReferencedObjectDescriptions, getResourceDependencies, getSQLStatements, getSQLStatements, getSQLStatements, getTypeId, getUsedDatabaseConnections, hasChanged, hasRepositoryReferences, isDummy, isEvaluation, isJob, isMail, isReferencedObjectEnabled, isShell, isSpecial, isStart, isTransformation, loadReferencedObject, loadReferencedObject, loadRep, loadXML, lookupRepositoryReferences, saveRep, setChanged, setChanged, setDescription, setMetaStore, setName, setObjectId, setParentJob, setParentJobMeta, setPluginId, setRepository@Deprecated public org.pentaho.di.core.logging.LogLevel entryLogLevel
getEntryLogLevel() and
setEntryLogLevel(LogLevel) instead.public JobEntryWriteToLog(String n)
public JobEntryWriteToLog()
public Object clone()
JobEntryBaseclone 在接口中 JobEntryInterfaceclone 在类中 JobEntryBasepublic String getXML()
JobEntryBasegetXML 在接口中 JobEntryInterfacegetXML 在类中 JobEntryBasepublic void loadXML(Node entrynode, List<org.pentaho.di.core.database.DatabaseMeta> databases, List<SlaveServer> slaveServers, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleXMLException
JobEntryInterfaceloadXML 在接口中 JobEntryInterfaceloadXML 在类中 JobEntryBaseentrynode - the top-level XML nodedatabases - the list of databasesslaveServers - the list of slave serversrep - the repository objectmetaStore - The metaStore to optionally load from.org.pentaho.di.core.exception.KettleXMLException - if any errors occur during the loading of the XMLpublic void loadRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_jobentry, List<org.pentaho.di.core.database.DatabaseMeta> databases, List<SlaveServer> slaveServers) throws org.pentaho.di.core.exception.KettleException
JobEntryInterfaceloadRep 在接口中 JobEntryInterfaceloadRep 在类中 JobEntryBaserep - the repository objectmetaStore - the MetaStore to useid_jobentry - the id of the job entrydatabases - the list of databasesslaveServers - the list of slave serversorg.pentaho.di.core.exception.KettleException - if any errors occur during the loadpublic void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_job) throws org.pentaho.di.core.exception.KettleException
JobEntryInterfacesaveRep 在接口中 JobEntryInterfacesaveRep 在类中 JobEntryBaserep - the repositorymetaStore - the MetaStore to useid_job - the id_joborg.pentaho.di.core.exception.KettleException - if any errors occur during the savepublic boolean evaluate(org.pentaho.di.core.Result result)
public org.pentaho.di.core.Result execute(org.pentaho.di.core.Result prev_result,
int nr)
execute 在接口中 JobEntryInterfaceprev_result - The result of the previous executionnr - the number of rowspublic boolean resetErrorsBeforeExecution()
JobEntryBaseresetErrorsBeforeExecution 在接口中 JobEntryInterfaceresetErrorsBeforeExecution 在类中 JobEntryBasepublic boolean evaluates()
JobEntryBaseevaluates 在接口中 JobEntryInterfaceevaluates 在类中 JobEntryBasepublic boolean isUnconditional()
JobEntryBaseisUnconditional 在接口中 JobEntryInterfaceisUnconditional 在类中 JobEntryBasepublic String getRealLogMessage()
public String getRealLogSubject()
public String getLogMessage()
public String getLogSubject()
public void setLogMessage(String s)
public void setLogSubject(String logsubjectin)
public org.pentaho.di.core.logging.LogLevel getEntryLogLevel()
public void setEntryLogLevel(org.pentaho.di.core.logging.LogLevel in)
Copyright © 2024 Hitachi Vantara. All rights reserved.