Class SerializableConfiguration

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerializableConfiguration
    extends java.lang.Object
    implements java.io.Serializable
    Wraps a Configuration object in a Serializable layer.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializableConfiguration​(org.apache.hadoop.conf.Configuration hadoopConf)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.hadoop.conf.Configuration get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializableConfiguration

        public SerializableConfiguration​(org.apache.hadoop.conf.Configuration hadoopConf)
    • Method Detail

      • get

        public org.apache.hadoop.conf.Configuration get()