@InterfaceAudience.LimitedPrivate(value="Configuration") public class SecureProtobufLogReader extends ProtobufLogReader
ProtobufLogReader.WALHdrContext, ProtobufLogReader.WALHdrResult
Modifier and Type | Field and Description |
---|---|
private Decryptor |
decryptor |
private static org.slf4j.Logger |
LOG |
private static List<String> |
writerClsNames |
byteStringUncompressor, cellDecoder, DEFAULT_WAL_TRAILER_WARN_SIZE, hasCompression, hasTagCompression, hasValueCompression, inputStream, PB_WAL_COMPLETE_MAGIC, PB_WAL_MAGIC, trailer, trailerWarnSize, valueCompressionType, WAL_TRAILER_WARN_SIZE
compressionContext, conf, edit, emptyCompressionContext, fileLength, fs, path
Constructor and Description |
---|
SecureProtobufLogReader() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getWriterClsNames() |
protected void |
initAfterCompression(String cellCodecClsName)
Initializes the compression after the shared stuff has been initialized.
|
protected ProtobufLogReader.WALHdrContext |
readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builder builder,
org.apache.hadoop.fs.FSDataInputStream stream) |
close, getCodec, getCodecClsName, getPosition, getValueCompressionAlgorithm, hasCompression, hasTagCompression, hasValueCompression, init, initAfterCompression, initReader, readNext, reset, seekOnFs, trailerSize
next, next, seek
private static final org.slf4j.Logger LOG
private static List<String> writerClsNames
public SecureProtobufLogReader()
public List<String> getWriterClsNames()
getWriterClsNames
in class ProtobufLogReader
protected ProtobufLogReader.WALHdrContext readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.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 © 2007–2020 The Apache Software Foundation. All rights reserved.