congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
ProgressMonitorListener.beginTask
Code IndexAdd Tabnine to your IDE (free)

How to use
beginTask
method
in
org.pentaho.di.core.ProgressMonitorListener

Best Java code snippets using org.pentaho.di.core.ProgressMonitorListener.beginTask (Showing top 14 results out of 315)

origin: pentaho/pentaho-kettle

@Override
public void beginTask( String message, int nrWorks ) {
 monitor.beginTask( message, nrWorks );
}
origin: pentaho/pentaho-kettle

writer = new OutputStreamWriter( os, Const.XML_ENCODING );
if ( monitor != null ) {
 monitor.beginTask( "Exporting the repository to XML...", 3 ); //$NON-NLS-1$
origin: pentaho/pentaho-kettle

monitor.beginTask( "Reading rows...", limit );
origin: pentaho/pentaho-kettle

monitor.beginTask( BaseMessages.getString( PKG, "JobMeta.Monitor.VerifyingThisJobEntryTask.Title" ),
  jobcopies.size() + 2 );
origin: pentaho/pentaho-kettle

public void getData( LoggingObjectInterface parentLoggingObject, ProgressMonitorListener monitor ) throws KettleDatabaseException {
 if ( monitor != null ) {
  monitor.beginTask( BaseMessages.getString( PKG, "DatabaseMeta.Info.GettingInfoFromDb" ), 8 );
origin: pentaho/pentaho-kettle

if ( monitor != null ) {
 monitor
   .beginTask( BaseMessages.getString( PKG, "JobMeta.Monitor.GettingSQLNeededForThisJob" ), nrJobEntries() + 1 );
origin: pentaho/pentaho-kettle

monitor.beginTask( BaseMessages.getString( PKG, "TransMeta.Monitor.VerifyingThisTransformationTask.Title" ),
  steps.length + 2 );
origin: pentaho/pentaho-kettle

if ( monitor != null ) {
 monitor
  .beginTask( BaseMessages.getString( PKG, "TransMeta.Monitor.DeterminingImpactTask.Title" ), nrSteps() );
origin: pentaho/pentaho-kettle

monitor.beginTask( BaseMessages.getString( PKG, "TransMeta.Monitor.GettingTheSQLForTransformationTask.Title" ), nrSteps() + 1 );
origin: pentaho/pentaho-kettle

monitor.beginTask( BaseMessages.getString( PKG, "JobMeta.Monitor.LoadingJob" )
 + repdir + Const.FILE_SEPARATOR + jobname, nrWork );
origin: pentaho/pentaho-kettle

 2 + transMeta.nrDatabases() + transMeta.nrNotes() + transMeta.nrSteps() + transMeta.nrTransHops();
if ( monitor != null ) {
 monitor.beginTask( BaseMessages.getString( PKG, "TransMeta.Monitor.SavingTransformationTask.Title" )
  + transMeta.getPathAndName(), nrWorks );
origin: pentaho/pentaho-kettle

monitor.beginTask( BaseMessages.getString( PKG, "JobMeta.Monitor.SavingTransformation" )
 + jobMeta.getRepositoryDirectory() + Const.FILE_SEPARATOR + jobMeta.getName(), nrWorks );
origin: pentaho/pentaho-kettle

String message = ( upgrade ? "Upgrading " : "Creating" ) + " the Kettle repository...";
if ( monitor != null ) {
 monitor.beginTask( message, 31 );
origin: pentaho/pentaho-kettle

monitor.beginTask( BaseMessages.getString( PKG, "TransMeta.Monitor.LoadingTransformationTask.Title" )
 + pathAndName, nrWork );
org.pentaho.di.coreProgressMonitorListenerbeginTask

Popular methods of ProgressMonitorListener

  • subTask
  • worked
  • done
  • isCanceled
  • setTaskName

Popular in Java

  • Start an intent from android
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setScale (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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