public class TransactionalRecordWriterFactory extends Object implements RecordWriterFactory
Constructor and Description |
---|
TransactionalRecordWriterFactory() |
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
|
public String providerName()
RecordWriterFactory
providerName
in interface RecordWriterFactory
public RecordWriter createWriter(File file) throws JasDBStorageException
RecordWriterFactory
createWriter
in interface RecordWriterFactory
file
- The file on which to create a record writerJasDBStorageException
- If unable to create a record writerCopyright © 2015. All rights reserved.