Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
MultiVersionConsistencyControl.WriteEntry |
MultiVersionConsistencyControl.beginMemstoreInsert()
Generate and return a
MultiVersionConsistencyControl.WriteEntry with a new write number. |
Modifier and Type | Method and Description |
---|---|
void |
MultiVersionConsistencyControl.completeMemstoreInsert(MultiVersionConsistencyControl.WriteEntry e)
Complete a
MultiVersionConsistencyControl.WriteEntry that was created by MultiVersionConsistencyControl.beginMemstoreInsert() . |
void |
MultiVersionConsistencyControl.waitForRead(MultiVersionConsistencyControl.WriteEntry e)
Wait for the global readPoint to advance upto
the specified transaction number.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.