Uses of Class
org.apache.hadoop.hbase.io.TagCompressionContext
Packages that use org.apache.hadoop.hbase.io.TagCompressionContext
-
Uses of org.apache.hadoop.hbase.io.TagCompressionContext in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.io.TagCompressionContext in inModifier and TypeMethodDescriptionstatic voidPrivateCellUtil.compressTags(OutputStream out, org.apache.hadoop.hbase.ExtendedCell cell, org.apache.hadoop.hbase.io.TagCompressionContext tagCompressionContext) Compresses the tags to the given outputstream using the TagcompressionContext -
Uses of org.apache.hadoop.hbase.io.TagCompressionContext in org.apache.hadoop.hbase.io.encoding
Methods in org.apache.hadoop.hbase.io.encoding that return org.apache.hadoop.hbase.io.TagCompressionContext in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.TagCompressionContextHFileBlockDefaultDecodingContext.getTagCompressionContext()org.apache.hadoop.hbase.io.TagCompressionContextHFileBlockDefaultEncodingContext.getTagCompressionContext()Methods in org.apache.hadoop.hbase.io.encoding with parameters of type org.apache.hadoop.hbase.io.TagCompressionContext in inModifier and TypeMethodDescriptionvoidHFileBlockDefaultDecodingContext.setTagCompressionContext(org.apache.hadoop.hbase.io.TagCompressionContext tagCompressionContext) voidHFileBlockDefaultEncodingContext.setTagCompressionContext(org.apache.hadoop.hbase.io.TagCompressionContext tagCompressionContext)