public interface SourceTarget<T> extends Source<T>, Target
Source
and the
Target
interfaces.Target.WriteMode
Modifier and Type | Method and Description |
---|---|
SourceTarget<T> |
conf(String key,
String value)
Adds the given key-value pair to the
Configuration instance(s) that are used to
read and write this SourceTarget<T> . |
configureSource, getConverter, getLastModifiedAt, getSize, getType, inputConf
accept, asSourceTarget, getConverter, handleExisting, outputConf
SourceTarget<T> conf(String key, String value)
Configuration
instance(s) that are used to
read and write this SourceTarget<T>
. Allows for multiple inputs and outputs to
re-use the same config keys with different values when necessary.Copyright © 2016 The Apache Software Foundation. All rights reserved.