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  Configurationinstance(s) that are used to
 read and write thisSourceTarget<T>. | 
configureSource, getConverter, getLastModifiedAt, getSize, getType, inputConfaccept, asSourceTarget, getConverter, handleExisting, outputConfSourceTarget<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 © 2017 The Apache Software Foundation. All rights reserved.