HBASE-1535 Add client ability to perform mutations without the WAL
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8918e2caa
commit
eb6ce6abe0
|
@ -216,6 +216,7 @@ public class Put implements HeapSize, Writable, Comparable<Put> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set whether this Put should be written to the WAL or not.
|
* Set whether this Put should be written to the WAL or not.
|
||||||
|
* Not writing the WAL means you may lose edits on server crash.
|
||||||
* @param writeToWAL true if edits should be written to WAL, false if not
|
* @param writeToWAL true if edits should be written to WAL, false if not
|
||||||
*/
|
*/
|
||||||
public void writeToWAL(boolean writeToWAL) {
|
public void writeToWAL(boolean writeToWAL) {
|
||||||
|
|
Loading…
Reference in New Issue