apurtell commented on a change in pull request #3244:
URL: https://github.com/apache/hbase/pull/3244#discussion_r634836852
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ReaderBase.java
##########
@@ -151,6 +159,16 @@ public void seek(long pos) throws IOException {
*/
protected abstract boolean hasTagCompression();
+ /**
+ * @return Whether value compression is enabled for this log.
+ */
+ protected abstract boolean hasValueCompression();
+
+ /**
+ * @return Value compression algorithm for this log.
+ */
+ protected abstract Compression.Algorithm getValueCompressionType();
Review comment:
Yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]