Package org.apache.spark.input
Interface Configurable
- All Superinterfaces:
 org.apache.hadoop.conf.Configurable
public interface Configurable
extends org.apache.hadoop.conf.Configurable
A trait to implement 
Configurable interface.- 
Method Summary
 
- 
Method Details
- 
getConf
org.apache.hadoop.conf.Configuration getConf()- Specified by:
 getConfin interfaceorg.apache.hadoop.conf.Configurable
 - 
setConf
void setConf(org.apache.hadoop.conf.Configuration c) - Specified by:
 setConfin interfaceorg.apache.hadoop.conf.Configurable
 
 -