org.apache.pig.impl.io
Class FileSpec
java.lang.Object
org.apache.pig.impl.io.FileSpec
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ValidatingInputFileSpec
public class FileSpec
- extends Object
- implements Serializable
A simple class that specifies a file name and storage function which is used to read/write it
- Author:
- utkarsh
- See Also:
- Serialized Form
FileSpec
public FileSpec(String fileName,
String funcSpec)
getFileName
public String getFileName()
getFuncSpec
public String getFuncSpec()
toString
public String toString()
- Overrides:
toString
in class Object
getFuncName
public String getFuncName()
getSize
public int getSize()
Copyright © ${year} The Apache Software Foundation