Class JobConf.GlusterVolumeDirectory

  • All Implemented Interfaces:
    org.apache.reef.tang.annotations.Name<java.lang.String>
    Enclosing class:
    JobConf

    @NamedParameter(doc="Directory points the GlusterFS volume",
                    short_name="gfs_dir",
                    default_value="../tmp_gfs")
    public final class JobConf.GlusterVolumeDirectory
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.String>
    Directory points the mounted GlusterFS volume to store files in remote fashion. If the volume is not mounted to this directory, the remote file store will act like local file store (but maybe inefficiently).
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GlusterVolumeDirectory

        public GlusterVolumeDirectory()