public class CoordInputDependencyFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHAR_ENCODING |
static XLog |
LOG |
| Constructor and Description |
|---|
CoordInputDependencyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static CoordInputDependency |
createPullInputDependencies(boolean isInputLogicSpecified)
Create the pull dependencies.
|
static CoordInputDependency |
createPushInputDependencies(boolean isInputLogicSpecified)
Create the push dependencies.
|
static String |
getDependenciesWithoutMagicNumber(String dependencies)
Gets the dependencies without magic number.
|
static String |
getMagicNumber()
Gets the magic number.
|
static CoordInputDependency |
getPullInputDependencies(String dependencies) |
static CoordInputDependency |
getPullInputDependencies(StringBlob missingDependencies)
Gets the pull input dependencies.
|
static CoordInputDependency |
getPushInputDependencies(String dependencies) |
static CoordInputDependency |
getPushInputDependencies(StringBlob pushMissingDependencies)
Gets the push input dependencies.
|
public static final String CHAR_ENCODING
public CoordInputDependencyFactory()
public static CoordInputDependency createPullInputDependencies(boolean isInputLogicSpecified)
isInputLogicSpecified - to check if input logic is enablepublic static CoordInputDependency createPushInputDependencies(boolean isInputLogicSpecified)
isInputLogicSpecified - to check if input logic is enablepublic static CoordInputDependency getPullInputDependencies(StringBlob missingDependencies)
missingDependencies - the missing dependenciespublic static CoordInputDependency getPullInputDependencies(String dependencies)
public static CoordInputDependency getPushInputDependencies(StringBlob pushMissingDependencies)
pushMissingDependencies - the push missing dependenciespublic static CoordInputDependency getPushInputDependencies(String dependencies)
public static String getMagicNumber()
public static String getDependenciesWithoutMagicNumber(String dependencies)
dependencies - the dependenciesCopyright © 2020 Apache Software Foundation. All rights reserved.