|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.recordio.AbstractRecordWriterFactory
com.servingxml.components.flatfile.layout.FlatFileWriterFactory
public class FlatFileWriterFactory
A FlatFileWriterFactory
instance may be used to obtain objects that
implement the RecordWriter
interface.
Field Summary |
---|
Fields inherited from interface com.servingxml.components.recordio.RecordPipelineAppender |
---|
EMPTY_ARRAY |
Constructor Summary | |
---|---|
FlatFileWriterFactory(FlatFileOptionsFactory flatFileOptionsFactory,
FlatFile flatFile,
StreamSinkFactory sinkFactory)
|
Method Summary | |
---|---|
RecordWriter |
createRecordWriter(ServiceContext context,
Flow flow)
|
Methods inherited from class com.servingxml.components.recordio.AbstractRecordWriterFactory |
---|
appendToRecordPipeline, createRecordPipeline |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.servingxml.components.recordio.RecordPipelineAppender |
---|
appendToRecordPipeline, createRecordPipeline |
Constructor Detail |
---|
public FlatFileWriterFactory(FlatFileOptionsFactory flatFileOptionsFactory, FlatFile flatFile, StreamSinkFactory sinkFactory)
Method Detail |
---|
public RecordWriter createRecordWriter(ServiceContext context, Flow flow)
createRecordWriter
in interface RecordWriterFactory
createRecordWriter
in class AbstractRecordWriterFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |