Tabnine Logo
JobLogTable.getDefault
Code IndexAdd Tabnine to your IDE (free)

How to use
getDefault
method
in
org.pentaho.di.core.logging.JobLogTable

Best Java code snippets using org.pentaho.di.core.logging.JobLogTable.getDefault (Showing top 3 results out of 315)

origin: pentaho/pentaho-kettle

jobhops = new ArrayList<JobHopMeta>();
jobLogTable = JobLogTable.getDefault( this, this );
jobEntryLogTable = JobEntryLogTable.getDefault( this, this );
extraLogTables = new ArrayList<LogTableInterface>();
origin: pentaho/pentaho-kettle

private JobLogTable getJobLogTableWithAllEqFields( String fieldsValue ) {
 JobLogTable jobLogTable = JobLogTable.getDefault( mockedVariableSpace, mockedHasDbInterface );
 initCommonTableFields( jobLogTable, fieldsValue  );
 jobLogTable.setLogSizeLimit( fieldsValue );
 jobLogTable.setLogInterval( fieldsValue );
 return jobLogTable;
}
origin: pentaho/pentaho-kettle

@Test
public void recordsCleanUpMethodIsCalled_JobLogTable() throws Exception {
 JobLogTable jobLogTable = JobLogTable.getDefault( mockedVariableSpace, hasDatabasesInterface );
 setAllTableParamsDefault( jobLogTable );
 doCallRealMethod().when( mockedJob ).writeLogTableInformation( jobLogTable, LogStatus.END );
 mockedJob.writeLogTableInformation( jobLogTable, LogStatus.END );
 verify( mockedDataBase ).cleanupLogRecords( jobLogTable );
}
org.pentaho.di.core.loggingJobLogTablegetDefault

Popular methods of JobLogTable

  • getLogSizeLimit
  • setLogSizeLimit
  • getDatabaseMeta
  • getLogInterval
    Get the logging interval in seconds. Disabled if the logging interval is
  • getTableName
  • setConnectionName
  • setTableName
  • isBatchIdUsed
  • isLogFieldUsed
  • setAllGlobalParametersToNull
  • setBatchIdUsed
  • setLogFieldUsed
  • setBatchIdUsed,
  • setLogFieldUsed,
  • setLogInterval,
  • <init>,
  • clone,
  • findField,
  • getActualSchemaName,
  • getActualTableName,
  • getFields

Popular in Java

  • Making http requests using okhttp
  • compareTo (BigDecimal)
  • setScale (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now