org.apache.hadoop.hbase.util
Interface KeyRange

All Known Implementing Classes:
HBaseFsck.HbckInfo

@InterfaceAudience.Private
public interface KeyRange

A key range use in split coverage.


Method Summary
 byte[] getEndKey()
           
 byte[] getStartKey()
           
 

Method Detail

getStartKey

byte[] getStartKey()

getEndKey

byte[] getEndKey()


Copyright © 2015 The Apache Software Foundation. All rights reserved.