SMILA 1.0 API documentation

org.eclipse.smila.processing.util
Class ProcessingConstants

java.lang.Object
  extended by org.eclipse.smila.processing.util.ProcessingConstants

public abstract class ProcessingConstants
extends java.lang.Object

Constants used by processing components.


Field Summary
static boolean DROP_ON_ERROR_DEFAULT
          default value for setting if records should be removed from pipelet result on failure.
static boolean FAIL_ON_ERROR_DEFAULT
          default value for setting if exception should be thrown in pipelet in case of record failure.
static java.lang.String KEY_DROP_ON_ERROR
           
static java.lang.String KEY_FAIL_ON_ERROR
          parameter key for fail on error in processing.
 
Constructor Summary
ProcessingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_FAIL_ON_ERROR

public static final java.lang.String KEY_FAIL_ON_ERROR
parameter key for fail on error in processing.

See Also:
Constant Field Values

KEY_DROP_ON_ERROR

public static final java.lang.String KEY_DROP_ON_ERROR
See Also:
Constant Field Values

FAIL_ON_ERROR_DEFAULT

public static final boolean FAIL_ON_ERROR_DEFAULT
default value for setting if exception should be thrown in pipelet in case of record failure.

See Also:
Constant Field Values

DROP_ON_ERROR_DEFAULT

public static final boolean DROP_ON_ERROR_DEFAULT
default value for setting if records should be removed from pipelet result on failure.

See Also:
Constant Field Values
Constructor Detail

ProcessingConstants

public ProcessingConstants()

SMILA 1.0 API documentation