public class BaseFile extends Object implements Serializable
| Constructor and Description |
|---|
BaseFile(BaseFile dataFile) |
BaseFile(org.apache.hadoop.fs.FileStatus fileStatus) |
BaseFile(String filePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getFileLen() |
String |
getFileName() |
long |
getFileSize() |
org.apache.hadoop.fs.FileStatus |
getFileStatus() |
org.apache.hadoop.fs.Path |
getHadoopPath() |
String |
getPath() |
int |
hashCode() |
void |
setFileLen(long fileLen) |
String |
toString() |
public BaseFile(BaseFile dataFile)
public BaseFile(org.apache.hadoop.fs.FileStatus fileStatus)
public BaseFile(String filePath)
public String getPath()
public org.apache.hadoop.fs.Path getHadoopPath()
public String getFileName()
public org.apache.hadoop.fs.FileStatus getFileStatus()
public long getFileSize()
public void setFileLen(long fileLen)
public long getFileLen()
Copyright © 2022 The Apache Software Foundation. All rights reserved.