public class H10TxnNetworkLayer extends SkeletonTxnNetworkLayer
Constructor and Description |
---|
H10TxnNetworkLayer(org.apache.hadoop.hbase.client.Table table) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected <C> java.util.Map<byte[],C> |
coprocessorService(java.lang.Class<com.splicemachine.si.coprocessor.TxnMessage.TxnLifecycleService> txnLifecycleServiceClass,
byte[] startRow,
byte[] endRow,
org.apache.hadoop.hbase.client.coprocessor.Batch.Call<com.splicemachine.si.coprocessor.TxnMessage.TxnLifecycleService,C> call) |
protected com.splicemachine.si.coprocessor.TxnMessage.TxnLifecycleService |
getLifecycleService(byte[] rowKey) |
beginTransaction, elevate, getActiveTxnIds, getActiveTxns, getTaskId, getTxn, lifecycleAction
public H10TxnNetworkLayer(org.apache.hadoop.hbase.client.Table table)
public void close() throws java.io.IOException
java.io.IOException
protected com.splicemachine.si.coprocessor.TxnMessage.TxnLifecycleService getLifecycleService(byte[] rowKey) throws java.io.IOException
getLifecycleService
in class SkeletonTxnNetworkLayer
java.io.IOException
protected <C> java.util.Map<byte[],C> coprocessorService(java.lang.Class<com.splicemachine.si.coprocessor.TxnMessage.TxnLifecycleService> txnLifecycleServiceClass, byte[] startRow, byte[] endRow, org.apache.hadoop.hbase.client.coprocessor.Batch.Call<com.splicemachine.si.coprocessor.TxnMessage.TxnLifecycleService,C> call) throws java.io.IOException
coprocessorService
in class SkeletonTxnNetworkLayer
java.io.IOException