Interface FSArrayFile.ArrayFileWriter
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- Enclosing class:
- FSArrayFile<V extends org.apache.hadoop.io.Writable>
public static interface FSArrayFile.ArrayFileWriter extends java.io.Closeable
interface ArrayFileWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(org.apache.hadoop.io.Writable w)
write
-