public class BatchWriter<T extends java.io.Serializable> extends java.lang.Object implements StreamingWriter<T>
| Constructor and Description |
|---|
BatchWriter(java.util.Collection<IndividualChange<T>> changes) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(BlueObjectInput<BlueEntity<T>> input,
BlueObjectOutput<BlueEntity<T>> output) |
public BatchWriter(java.util.Collection<IndividualChange<T>> changes)
public void process(BlueObjectInput<BlueEntity<T>> input, BlueObjectOutput<BlueEntity<T>> output) throws BlueDbException
process in interface StreamingWriter<T extends java.io.Serializable>BlueDbException