org.apache.accumulo.server.fs
public class FileRef extends Object implements Comparable<FileRef>
| Constructor and Description |
|---|
FileRef(String path) |
FileRef(String metaReference,
org.apache.hadoop.fs.Path fullReference) |
FileRef(VolumeManager fs,
Key key) |
public FileRef(VolumeManager fs, Key key)
public FileRef(String metaReference, org.apache.hadoop.fs.Path fullReference)
public FileRef(String path)
public org.apache.hadoop.fs.Path path()
public org.apache.hadoop.io.Text meta()
public int compareTo(FileRef o)
compareTo in interface Comparable<FileRef>Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.