public class FlowConnectorProps extends Props
FlowConnector
specific
properties through the FlowConnector
constructor.AppProps
,
CascadeProps
,
FlowProps
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASSERTION_LEVEL |
static java.lang.String |
DEBUG_LEVEL |
static java.lang.String |
INTERMEDIATE_SCHEME_CLASS |
Constructor and Description |
---|
FlowConnectorProps() |
Modifier and Type | Method and Description |
---|---|
protected void |
addPropertiesTo(java.util.Properties properties) |
AssertionLevel |
getAssertionLevel() |
DebugLevel |
getDebugLevel() |
java.lang.String |
getIntermediateSchemeClassName() |
FlowConnectorProps |
setAssertionLevel(AssertionLevel assertionLevel) |
static void |
setAssertionLevel(java.util.Map<java.lang.Object,java.lang.Object> properties,
AssertionLevel assertionLevel)
Method setAssertionLevel sets the target planner
AssertionLevel . |
FlowConnectorProps |
setDebugLevel(DebugLevel debugLevel) |
static void |
setDebugLevel(java.util.Map<java.lang.Object,java.lang.Object> properties,
DebugLevel debugLevel)
Method setDebugLevel sets the target planner
DebugLevel . |
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.
|
static void |
setIntermediateSchemeClass(java.util.Map<java.lang.Object,java.lang.Object> properties,
java.lang.String intermediateSchemeClass)
Method setIntermediateSchemeClass is used for debugging.
|
FlowConnectorProps |
setIntermediateSchemeClassName(java.lang.Class<Scheme> intermediateSchemeClass) |
FlowConnectorProps |
setIntermediateSchemeClassName(java.lang.String intermediateSchemeClassName) |
buildProperties, buildProperties, buildProperties, buildProperties, setProperties, setProperties
public static final java.lang.String ASSERTION_LEVEL
public static final java.lang.String DEBUG_LEVEL
public static final java.lang.String INTERMEDIATE_SCHEME_CLASS
public static void setAssertionLevel(java.util.Map<java.lang.Object,java.lang.Object> properties, AssertionLevel assertionLevel)
AssertionLevel
.properties
- of type MapassertionLevel
- of type AssertionLevelpublic static void setDebugLevel(java.util.Map<java.lang.Object,java.lang.Object> properties, DebugLevel debugLevel)
DebugLevel
.properties
- of type MapdebugLevel
- of type DebugLevelpublic static void setIntermediateSchemeClass(java.util.Map<java.lang.Object,java.lang.Object> properties, java.lang.Class<? extends Scheme> intermediateSchemeClass)
properties
- of type MapintermediateSchemeClass
- of type Classpublic static void setIntermediateSchemeClass(java.util.Map<java.lang.Object,java.lang.Object> properties, java.lang.String intermediateSchemeClass)
properties
- of type MapintermediateSchemeClass
- of type Stringpublic AssertionLevel getAssertionLevel()
public FlowConnectorProps setAssertionLevel(AssertionLevel assertionLevel)
public DebugLevel getDebugLevel()
public FlowConnectorProps setDebugLevel(DebugLevel debugLevel)
public java.lang.String getIntermediateSchemeClassName()
public FlowConnectorProps setIntermediateSchemeClassName(java.lang.String intermediateSchemeClassName)
public FlowConnectorProps setIntermediateSchemeClassName(java.lang.Class<Scheme> intermediateSchemeClass)
protected void addPropertiesTo(java.util.Properties properties)
addPropertiesTo
in class Props