VALUE - @InterfaceAudience.Public @InterfaceStability.Stable public class SimpleTotalOrderPartitioner<VALUE> extends <any>
hbase.simpletotalorder.start
 and hbase.simpletotalorder.end.  The end key needs to be
 exclusive; i.e. one larger than the biggest key in your key space.
 You may be surprised at how this class partitions the space; it may not
 align with preconceptions; e.g. a start key of zero and an end key of 100
 divided in ten will not make regions whose range is 0-10, 10-20, and so on.
 Make your own partitioner if you need the region spacing to come out a
 particular way.| Modifier and Type | Field and Description | 
|---|---|
static String | 
END
Deprecated.  
 | 
static String | 
START
Deprecated.  
 | 
| Constructor and Description | 
|---|
SimpleTotalOrderPartitioner()  | 
| Modifier and Type | Method and Description | 
|---|---|
Configuration | 
getConf()  | 
int | 
getPartition(ImmutableBytesWritable key,
            VALUE value,
            int reduces)  | 
void | 
setConf(Configuration conf)  | 
static void | 
setEndKey(Configuration conf,
         byte[] endKey)  | 
static void | 
setStartKey(Configuration conf,
           byte[] startKey)  | 
@Deprecated public static final String START
@Deprecated public static final String END
public static void setStartKey(Configuration conf,
                               byte[] startKey)
public static void setEndKey(Configuration conf,
                             byte[] endKey)
public int getPartition(ImmutableBytesWritable key, VALUE value, int reduces)
public Configuration getConf()
public void setConf(Configuration conf)