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 in
    Modifier and Type
    Method
    Description
    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.
    Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry in in
    Modifier and Type
    Method
    Description
    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
    Modifier and Type
    Method
    Description
    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
    Modifier and Type
    Method
    Description
    void
    WALKeyImpl.setWriteEntry(org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry writeEntry)