cascading.flow
Class FlowConnectorProps
java.lang.Object
cascading.property.Props
cascading.flow.FlowConnectorProps
public class FlowConnectorProps extends Props
The class FlowConnectorProps is a fluent helper class for setting FlowConnector
specific
properties through the FlowConnector
constructor.
See Also: AppProps
,
CascadeProps
,
FlowProps
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ASSERTION_LEVEL
public static final java.lang.String ASSERTION_LEVEL
See Also: Constant Field Values
DEBUG_LEVEL
public static final java.lang.String DEBUG_LEVEL
See Also: Constant Field Values
INTERMEDIATE_SCHEME_CLASS
public static final java.lang.String INTERMEDIATE_SCHEME_CLASS
See Also: Constant Field Values
FlowConnectorProps
public FlowConnectorProps ()
setAssertionLevel
public static void setAssertionLevel (java.util.Map<java.lang.Object,java.lang.Object> properties,
AssertionLevel assertionLevel)
Method setAssertionLevel sets the target planner AssertionLevel
.
Parameters: properties
- of type MapassertionLevel
- of type AssertionLevel
setDebugLevel
public static void setDebugLevel (java.util.Map<java.lang.Object,java.lang.Object> properties,
DebugLevel debugLevel)
Method setDebugLevel sets the target planner DebugLevel
.
Parameters: properties
- of type MapdebugLevel
- of type DebugLevel
setIntermediateSchemeClass
public static void setIntermediateSchemeClass (java.util.Map<java.lang.Object,java.lang.Object> properties,
java.lang.Class<? extends Scheme > intermediateSchemeClass)
Method setIntermediateSchemeClass is used for debugging.
Parameters: properties
- of type MapintermediateSchemeClass
- of type Class
setIntermediateSchemeClass
public static void setIntermediateSchemeClass (java.util.Map<java.lang.Object,java.lang.Object> properties,
java.lang.String intermediateSchemeClass)
Method setIntermediateSchemeClass is used for debugging.
Parameters: properties
- of type MapintermediateSchemeClass
- of type String
getAssertionLevel
public AssertionLevel getAssertionLevel ()
setAssertionLevel
public FlowConnectorProps setAssertionLevel (AssertionLevel assertionLevel)
getDebugLevel
public DebugLevel getDebugLevel ()
setDebugLevel
public FlowConnectorProps setDebugLevel (DebugLevel debugLevel)
getIntermediateSchemeClassName
public java.lang.String getIntermediateSchemeClassName ()
setIntermediateSchemeClassName
public FlowConnectorProps setIntermediateSchemeClassName (java.lang.String intermediateSchemeClassName)
setIntermediateSchemeClassName
public FlowConnectorProps setIntermediateSchemeClassName (java.lang.Class<Scheme > intermediateSchemeClass)
addPropertiesTo
protected void addPropertiesTo (java.util.Properties properties)
Specified by: addPropertiesTo
in class Props
Copyright © 2007-2011 Concurrent, Inc. All Rights Reserved.