public class FileInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.spark.sql.Encoder<FileInfo> |
ENCODER |
Constructor and Description |
---|
FileInfo() |
FileInfo(java.lang.String path,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath() |
java.lang.String |
getType() |
void |
setPath(java.lang.String path) |
void |
setType(java.lang.String type) |
public static final org.apache.spark.sql.Encoder<FileInfo> ENCODER