Package | Description |
---|---|
org.pentaho.di.kitchen |
This package contains the Kitchen job batch executor.
|
org.pentaho.di.pan |
This package contains Pan, the batch transformation executor.
|
Modifier and Type | Method and Description |
---|---|
static void |
Kitchen.configureLogging(CommandLineOption maxLogLinesOption,
CommandLineOption maxLogTimeoutOption)
Configure the central log store from the provided command line options
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CommandLineOption.parseArguments(List<String> args,
CommandLineOption[] options,
org.pentaho.di.core.logging.LogChannelInterface log)
Parse and set the command line arguments using the defined options.
|
static void |
CommandLineOption.printUsage(CommandLineOption[] options)
Print the usage of an application using the command line options.
|