org.apache.hadoop.hbase.regionserver.wal
Class Compressor
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.Compressor
public class Compressor
- extends Object
A set of static functions for running our custom WAL compression/decompression.
Also contains a command line tool to compress and uncompress HLogs.
Method Summary |
static void |
main(String[] args)
Command line tool to compress and uncompress WALs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Compressor
public Compressor()
main
public static void main(String[] args)
throws IOException
- Command line tool to compress and uncompress WALs.
- Throws:
IOException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.