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
org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
MultiVersionConcurrencyControl.begin()
Call
MultiVersionConcurrencyControl.begin(Runnable)
with an empty
Runnable
.
org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
MultiVersionConcurrencyControl.begin(Runnable action)
Start a write transaction.
boolean
MultiVersionConcurrencyControl.complete(org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry writeEntry)
Mark the MultiVersionConcurrencyControl.WriteEntry
as complete and advance the read point as much as possible.
void
MultiVersionConcurrencyControl.completeAndWait(org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry e)
Complete a MultiVersionConcurrencyControl.WriteEntry
that was created by MultiVersionConcurrencyControl.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 in
org.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 in
void
WALKeyImpl.setWriteEntry(org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry writeEntry)