Uses of Class
org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
Packages that use org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
-
Uses of org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
MultiVersionConcurrencyControl.begin()
CallMultiVersionConcurrencyControl.begin(Runnable)
with an emptyRunnable
.org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
MultiVersionConcurrencyControl.begin
(Runnable action) Start a write transaction.Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry in inModifier and TypeMethodDescriptionboolean
MultiVersionConcurrencyControl.complete
(org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry writeEntry) Mark theMultiVersionConcurrencyControl.WriteEntry
as complete and advance the read point as much as possible.void
MultiVersionConcurrencyControl.completeAndWait
(org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry e) Complete aMultiVersionConcurrencyControl.WriteEntry
that was created byMultiVersionConcurrencyControl.begin()
then wait until the read point catches up to our write. -
Uses of org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry in org.apache.hadoop.hbase.wal
Methods in org.apache.hadoop.hbase.wal that return org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
WALKeyImpl.getWriteEntry()
Use it to complete mvcc transaction.Methods in org.apache.hadoop.hbase.wal with parameters of type org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry in inModifier and TypeMethodDescriptionvoid
WALKeyImpl.setWriteEntry
(org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry writeEntry)