Package org.apache.hadoop.hbase.util.hbck


package org.apache.hadoop.hbase.util.hbck
  • Class
    Description
    org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
    This class marches through all of the region's hfiles and verifies that they are all valid files.
    org.apache.hadoop.hbase.util.hbck.ReplicationChecker
    Check and fix undeleted replication queues for removed peerId.
    org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
    This interface provides callbacks for handling particular table integrity invariant violations.
    org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
    Simple implementation of TableIntegrityErrorHandler.