org.apache.hadoop.hbase.regionserver.wal
Class Compressor

java.lang.Object
  extended by org.apache.hadoop.hbase.regionserver.wal.Compressor

@InterfaceAudience.Private
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.


Constructor Summary
Compressor()
           
 
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
 

Constructor Detail

Compressor

public Compressor()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Command line tool to compress and uncompress WALs.

Throws:
IOException


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.