| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
MultiVersionConsistencyControl.WriteEntry |
MultiVersionConsistencyControl.beginMemstoreInsertWithSeqNum(long curSeqNum)
This function starts a MVCC transaction with current region's log change sequence number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiVersionConsistencyControl.cancelMemstoreInsert(MultiVersionConsistencyControl.WriteEntry writeEntry)
Cancel a write insert that failed.
|
void |
MultiVersionConsistencyControl.completeMemstoreInsert(MultiVersionConsistencyControl.WriteEntry e)
Complete a
MultiVersionConsistencyControl.WriteEntry that was created by MultiVersionConsistencyControl.beginMemstoreInsert(). |
void |
MultiVersionConsistencyControl.completeMemstoreInsertWithSeqNum(MultiVersionConsistencyControl.WriteEntry e,
SequenceId seqId)
Complete a
MultiVersionConsistencyControl.WriteEntry that was created by
MultiVersionConsistencyControl.beginMemstoreInsertWithSeqNum(long). |
void |
MultiVersionConsistencyControl.waitForPreviousTransactionsComplete(MultiVersionConsistencyControl.WriteEntry waitedEntry) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.