@InterfaceAudience.LimitedPrivate(value="Configuration") public class SecureProtobufLogWriter extends ProtobufLogWriter
Modifier and Type | Field and Description |
---|---|
private Encryptor |
encryptor |
private static org.apache.commons.logging.Log |
LOG |
cellEncoder, compressor, output
compressionContext, conf
Constructor and Description |
---|
SecureProtobufLogWriter() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALHeader |
buildWALHeader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALHeader.Builder builder) |
protected void |
initAfterHeader(boolean doCompress) |
append, buildWALTrailer, close, getCodec, getLength, getStream, init, setWALTrailer, sync
initializeCompressionContext
private static final org.apache.commons.logging.Log LOG
private Encryptor encryptor
protected org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALHeader buildWALHeader(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALHeader.Builder builder) throws IOException
buildWALHeader
in class ProtobufLogWriter
IOException
protected void initAfterHeader(boolean doCompress) throws IOException
initAfterHeader
in class ProtobufLogWriter
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.