@InterfaceAudience.LimitedPrivate(value="Configuration") public class SecureProtobufLogReader extends ProtobufLogReader
byteStringUncompressor, cellDecoder, hasCompression, hasTagCompression, inputStream
compressionContext, conf, edit, emptyCompressionContext, fileLength, fs, path, trailer, trailerWarnSize
Constructor and Description |
---|
SecureProtobufLogReader() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getWriterClsNames() |
protected void |
initAfterCompression(String cellCodecClsName)
Initializes the compression after the shared stuff has been initialized.
|
protected org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader.WALHdrContext |
readHeader(WALProtos.WALHeader.Builder builder,
org.apache.hadoop.fs.FSDataInputStream stream) |
close, getCodec, getPosition, getWALTrailer, hasCompression, hasTagCompression, initAfterCompression, initReader, readNext, reset, seekOnFs
init, next, next, seek
protected List<String> getWriterClsNames()
getWriterClsNames
in class ProtobufLogReader
protected org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader.WALHdrContext readHeader(WALProtos.WALHeader.Builder builder, org.apache.hadoop.fs.FSDataInputStream stream) throws IOException
readHeader
in class ProtobufLogReader
IOException
protected void initAfterCompression(String cellCodecClsName) throws IOException
ReaderBase
initAfterCompression
in class ProtobufLogReader
cellCodecClsName
- class name of cell CodecIOException
Copyright © 2014 The Apache Software Foundation. All rights reserved.