Class MultiVersionConcurrencyControl

java.lang.Object
org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl

@Private public class MultiVersionConcurrencyControl extends Object
Manages the read/write consistency. This provides an interface for readers to determine what entries to ignore, and a mechanism for writers to obtain new write numbers, then "commit" the new writes for readers to read (thus forming atomic transactions).