Interface RecordWriterFactory
-
public interface RecordWriterFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordWritercreate(URI uri)
-
-
-
Method Detail
-
create
RecordWriter create(URI uri) throws Exception
- Parameters:
uri- destination for saving model- Returns:
- record writer instance
- Throws:
Exception
-
-