@Named(value="skipWriter") public class SkipWriter extends Object implements jakarta.batch.api.chunk.ItemWriter
Constructor and Description |
---|
SkipWriter() |
Modifier and Type | Method and Description |
---|---|
ArrayIndexCheckpointData |
checkpointInfo() |
void |
close() |
void |
open(Serializable cpd) |
void |
writeItems(List<Object> myData) |
public void open(Serializable cpd) throws Exception
open
in interface jakarta.batch.api.chunk.ItemWriter
Exception
public void close() throws Exception
close
in interface jakarta.batch.api.chunk.ItemWriter
Exception
public void writeItems(List<Object> myData) throws Exception
writeItems
in interface jakarta.batch.api.chunk.ItemWriter
Exception
public ArrayIndexCheckpointData checkpointInfo() throws Exception
checkpointInfo
in interface jakarta.batch.api.chunk.ItemWriter
Exception
© Copyright 2013, 2020 International Business Machines Corp. and others
Licensed under the Apache License, Version 2.0