Class PartitionMapperImpl
java.lang.Object
org.talend.sdk.component.runtime.base.Named
org.talend.sdk.component.runtime.base.LifecycleImpl
org.talend.sdk.component.runtime.input.PartitionMapperImpl
- All Implemented Interfaces:
Serializable,Delegated,Lifecycle,Mapper
- See Also:
-
Field Summary
Fields inherited from class org.talend.sdk.component.runtime.base.LifecycleImpl
delegate -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPartitionMapperImpl(String rootName, String name, String inputName, String plugin, boolean stream, Serializable instance) PartitionMapperImpl(String rootName, String name, String inputName, String plugin, boolean stream, Map<String, String> internalConfiguration, Serializable instance) -
Method Summary
Methods inherited from class org.talend.sdk.component.runtime.base.LifecycleImpl
doInvoke, equals, evaluateParameters, findMethods, hashCode, serializeDelegate, start, stop
-
Constructor Details
-
PartitionMapperImpl
public PartitionMapperImpl(String rootName, String name, String inputName, String plugin, boolean stream, Map<String, String> internalConfiguration, Serializable instance) -
PartitionMapperImpl
public PartitionMapperImpl(String rootName, String name, String inputName, String plugin, boolean stream, Serializable instance) -
PartitionMapperImpl
protected PartitionMapperImpl()
-
-
Method Details