Uses of Class
org.apache.hadoop.hbase.regionserver.MultiVersionConsistencyControl.WriteEntry

Packages that use MultiVersionConsistencyControl.WriteEntry
org.apache.hadoop.hbase.regionserver   
 

Uses of MultiVersionConsistencyControl.WriteEntry in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return MultiVersionConsistencyControl.WriteEntry
 MultiVersionConsistencyControl.WriteEntry MultiVersionConsistencyControl.beginMemstoreInsert()
          Generate and return a MultiVersionConsistencyControl.WriteEntry with a new write number.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type MultiVersionConsistencyControl.WriteEntry
 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 © 2015 The Apache Software Foundation. All rights reserved.