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()
RecordWriterFactoryproviderName in interface RecordWriterFactorypublic RecordWriter createWriter(File file) throws JasDBStorageException
RecordWriterFactorycreateWriter in interface RecordWriterFactoryfile - The file on which to create a record writerJasDBStorageException - If unable to create a record writerCopyright © 2015. All rights reserved.