Class FileRef

  • All Implemented Interfaces:
    Comparable<FileRef>

    public class FileRef
    extends Object
    implements Comparable<FileRef>
    This is a glue object, to convert short file references to long references. The metadata may contain old relative file references. This class keeps track of the short file reference, so it can be removed properly from the metadata tables.
    • Constructor Detail

      • FileRef

        public FileRef​(String metaReference,
                       org.apache.hadoop.fs.Path fullReference)
      • FileRef

        public FileRef​(String path)