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:
Michael Stack 2009-06-17 23:33:21 +00:00
parent c8918e2caa
commit eb6ce6abe0
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ public class Put implements HeapSize, Writable, Comparable<Put> {
/**
* 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
*/
public void writeToWAL(boolean writeToWAL) {