p2pMapReduce.mapreduceModule.output
Class PartitionFile
java.lang.Object
p2pMapReduce.mapreduceModule.output.PartitionFile
public class PartitionFile
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LINE_SEPARATOR
public static final java.lang.String LINE_SEPARATOR
PartitionFile
public PartitionFile(java.lang.String filePath)
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException
getFile
public java.io.File getFile()
getDataOutputStream
public java.io.DataOutputStream getDataOutputStream()
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object