org.apache.hadoop.hbase.regionserver.wal
Class SecureProtobufLogWriter
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.WriterBase
org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogWriter
- All Implemented Interfaces:
- HLog.Writer
@InterfaceAudience.LimitedPrivate(value="Configuration")
public class SecureProtobufLogWriter
- extends ProtobufLogWriter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureProtobufLogWriter
public SecureProtobufLogWriter()
buildWALHeader
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
- Overrides:
buildWALHeader in class ProtobufLogWriter
- Throws:
IOException
initAfterHeader
protected void initAfterHeader(boolean doCompress)
throws IOException
- Overrides:
initAfterHeader in class ProtobufLogWriter
- Throws:
IOException
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.