@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public class SplitTransactionFactory extends Object
SplitTransaction| Modifier and Type | Field and Description | 
|---|---|
static String | 
SPLIT_TRANSACTION_IMPL_KEY  | 
| Constructor and Description | 
|---|
SplitTransactionFactory(Configuration conf)  | 
| Modifier and Type | Method and Description | 
|---|---|
SplitTransaction | 
create(Region r,
      byte[] splitrow)
Create a split transaction 
 | 
Configuration | 
getConf()  | 
void | 
setConf(Configuration conf)  | 
public static final String SPLIT_TRANSACTION_IMPL_KEY
public Configuration getConf()
public void setConf(Configuration conf)
public SplitTransaction create(Region r, byte[] splitrow)
r - the region to splitsplitrow - the split point in the keyspace