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