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:
getConf
in interfaceorg.apache.hadoop.conf.Configurable
-
setConf
void setConf(org.apache.hadoop.conf.Configuration c) - Specified by:
setConf
in interfaceorg.apache.hadoop.conf.Configurable
-