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

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

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

origin: pentaho/pentaho-kettle

fdLogInterval.right = new FormAttachment( 100, 0 );
wLogInterval.setLayoutData( fdLogInterval );
wLogInterval.setText( Const.NVL( jobLogTable.getLogInterval(), "" ) );
origin: pentaho/pentaho-kettle

int intervalInSeconds = Const.toInt( environmentSubstitute( jobLogTable.getLogInterval() ), -1 );
origin: pentaho/pentaho-kettle

public void tableFieldsChangedCorrectlyAfterNullingGlobalParams( String valueForAllFields,
                                 String expectedAfterNullingGlobalParams ) {
 PerformanceLogTable performanceLogTable = getPerformanceLogTableWithAllEqFields( valueForAllFields );
 performanceLogTable.setAllGlobalParametersToNull();
 commonTableFieldsValueChecker( performanceLogTable, expectedAfterNullingGlobalParams );
 assertEquals( performanceLogTable.getLogInterval(), expectedAfterNullingGlobalParams );
 JobLogTable jobLogTable = getJobLogTableWithAllEqFields( valueForAllFields );
 jobLogTable.setAllGlobalParametersToNull();
 commonTableFieldsValueChecker( jobLogTable, expectedAfterNullingGlobalParams );
 assertEquals( jobLogTable.getLogInterval(), expectedAfterNullingGlobalParams );
 assertEquals( jobLogTable.getLogSizeLimit(), expectedAfterNullingGlobalParams );
 TransLogTable transLogTable = getTransLogTableWithAllEqFields( valueForAllFields );
 transLogTable.setAllGlobalParametersToNull();
 commonTableFieldsValueChecker( transLogTable, expectedAfterNullingGlobalParams );
 assertEquals( transLogTable.getLogInterval(), expectedAfterNullingGlobalParams );
 assertEquals( transLogTable.getLogSizeLimit(), expectedAfterNullingGlobalParams );
}
org.pentaho.di.core.loggingJobLogTablegetLogInterval

Javadoc

Get the logging interval in seconds. Disabled if the logging interval is

Popular methods of JobLogTable

  • getLogSizeLimit
  • setLogSizeLimit
  • getDatabaseMeta
  • getTableName
  • setConnectionName
  • setTableName
  • getDefault
  • isBatchIdUsed
  • isLogFieldUsed
  • setAllGlobalParametersToNull
  • setBatchIdUsed
  • setLogFieldUsed
  • setBatchIdUsed,
  • setLogFieldUsed,
  • setLogInterval,
  • <init>,
  • clone,
  • findField,
  • getActualSchemaName,
  • getActualTableName,
  • getFields

Popular in Java

  • Reactive rest calls using spring rest template
  • setContentView (Activity)
  • putExtra (Intent)
  • addToBackStack (FragmentTransaction)
  • 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
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Path (java.nio.file)
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • CodeWhisperer alternatives
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