IN - Input tuple type@PublicEvolving public 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–2016 The Apache Software Foundation. All rights reserved.