org.apache.hadoop.hbase.util
Class HBaseFsck.HbckInfo
java.lang.Object
org.apache.hadoop.hbase.util.HBaseFsck.HbckInfo
- All Implemented Interfaces:
- KeyRange
- Enclosing class:
- HBaseFsck
public static class HBaseFsck.HbckInfo
- extends Object
- implements KeyRange
Maintain information about a particular region.
addServer
public void addServer(ServerName server)
toString
public String toString()
- Overrides:
toString
in class Object
getStartKey
public byte[] getStartKey()
- Specified by:
getStartKey
in interface KeyRange
getEndKey
public byte[] getEndKey()
- Specified by:
getEndKey
in interface KeyRange
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.