IN - Input tuple typepublic abstract class WriteFormat<IN> extends Object implements Serializable
| Constructor and Description |
|---|
WriteFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
write(String path,
ArrayList<IN> tupleList)
Writes the contents of tupleList to the file specified by path.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.