The caller of this method is responsible for closing the returned writer.
The writer returned by this method does not provide any isolation guarantee. In particular, you should assume that the underlying resources (connections, buffers, etc) are used concurrently for other purposes.
If you have specific resource requirements, such as buffering, timeouts, dedicated connection, etc, use {@link #getWriterFactory()}. @return A KijiTableWriter for this table. @throws KijiIOException Future implementations may throw unchecked KijiIOException.
|
|
|
|