org.apache.hadoop.hbase.util
Class HBaseFsck.HbckInfo

java.lang.Object
  extended by 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.


Method Summary
 void addServer(ServerName server)
           
 byte[] getEndKey()
           
 byte[] getStartKey()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.