public interface RecordWriterFactory
Modifier and Type | Method and Description |
---|---|
RecordWriter |
createWriter(File file)
Creates a record writer for the given file location
|
String |
providerName()
Provides the provides name for this factory
|
String providerName()
RecordWriter createWriter(File file) throws JasDBStorageException
file
- The file on which to create a record writerJasDBStorageException
- If unable to create a record writerCopyright © 2015. All rights reserved.