com.ibm.jbatch.tck.artifacts.specialized
Class SkipWriter
java.lang.Object
com.ibm.jbatch.tck.artifacts.specialized.SkipWriter
- All Implemented Interfaces:
- ItemWriter<ReadRecord>
@Named(value="skipWriter")
public class SkipWriter
- extends Object
- implements ItemWriter<ReadRecord>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkipWriter
public SkipWriter()
open
public void open(Externalizable cpd)
throws Exception
- Specified by:
open in interface ItemWriter<ReadRecord>
- Throws:
Exception
close
public void close()
throws Exception
- Specified by:
close in interface ItemWriter<ReadRecord>
- Throws:
Exception
writeItems
public void writeItems(List<ReadRecord> myData)
throws Exception
- Specified by:
writeItems in interface ItemWriter<ReadRecord>
- Throws:
Exception
checkpointInfo
public ArrayIndexCheckpointData checkpointInfo()
throws Exception
- Specified by:
checkpointInfo in interface ItemWriter<ReadRecord>
- Throws:
Exception
Copyright © 2013. All Rights Reserved.