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()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type MultiVersionConsistencyControl.WriteEntry
 void MultiVersionConsistencyControl.completeMemstoreInsert(MultiVersionConsistencyControl.WriteEntry e)
           
 void MultiVersionConsistencyControl.waitForRead(MultiVersionConsistencyControl.WriteEntry e)
          Wait for the global readPoint to advance upto the specified transaction number.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.