@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public class SplitTransactionFactory extends Object implements org.apache.hadoop.conf.Configurable
SplitTransaction| Modifier and Type | Field and Description | 
|---|---|
| static String | SPLIT_TRANSACTION_IMPL_KEY | 
| Constructor and Description | 
|---|
| SplitTransactionFactory(org.apache.hadoop.conf.Configuration conf) | 
| Modifier and Type | Method and Description | 
|---|---|
| SplitTransaction | create(Region r,
      byte[] splitrow)Create a split transaction | 
| org.apache.hadoop.conf.Configuration | getConf() | 
| void | setConf(org.apache.hadoop.conf.Configuration conf) | 
public static final String SPLIT_TRANSACTION_IMPL_KEY
public SplitTransactionFactory(org.apache.hadoop.conf.Configuration conf)
public org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.Configurablepublic void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.Configurablepublic SplitTransaction create(Region r, byte[] splitrow)
r - the region to splitsplitrow - the split point in the keyspaceCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.