Uses of Class
com.pervasive.datarush.operators.testutils.ErrorConfiguration
-
Packages that use ErrorConfiguration Package Description com.pervasive.datarush.operators.testutils -
-
Uses of ErrorConfiguration in com.pervasive.datarush.operators.testutils
Methods in com.pervasive.datarush.operators.testutils that return ErrorConfiguration Modifier and Type Method Description ErrorConfiguration
ErrorSink. getErrorConfig()
ErrorConfiguration
ErrorSource. getErrorConfig()
static ErrorConfiguration
ErrorConfiguration. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorConfiguration[]
ErrorConfiguration. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pervasive.datarush.operators.testutils with parameters of type ErrorConfiguration Constructor Description ErrorSink(ErrorConfiguration errorConfig)
ErrorSource(RecordTokenType outputType, ErrorConfiguration errorConfig)
-