HBASE-8649 Private method HStore#createWriterInTmp(long) is never called (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc0b7899ea
commit
c10e8d2119
|
@ -765,15 +765,6 @@ public class HStore implements Store {
|
|||
return sf;
|
||||
}
|
||||
|
||||
/*
|
||||
* @param maxKeyCount
|
||||
* @return Writer for a new StoreFile in the tmp dir.
|
||||
*/
|
||||
private StoreFile.Writer createWriterInTmp(long maxKeyCount)
|
||||
throws IOException {
|
||||
return createWriterInTmp(maxKeyCount, this.family.getCompression(), false, true);
|
||||
}
|
||||
|
||||
/*
|
||||
* @param maxKeyCount
|
||||
* @param compression Compression algorithm to use
|
||||
|
|
Loading…
Reference in New Issue