Toggle navigation
Home
java.util.concurrent.atomic.AtomicLong to org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
No. of Instances - 18
No. of Commits - 1
No. of Projects - {'hbase'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Update Class Instacne Creation
new WALKey(hri.getEncodedNameAsBytes(),hri.getTable(),now)
to
new WALKey(hri.getEncodedNameAsBytes(),hri.getTable(),now,mvcc)
new WALKey(regioninfo.getEncodedNameAsBytes(),tableName,System.currentTimeMillis())
to
new WALKey(regioninfo.getEncodedNameAsBytes(),tableName,System.currentTimeMillis(),mvcc)
new WALKey(info.getEncodedNameAsBytes(),tableName,System.currentTimeMillis())
to
new WALKey(info.getEncodedNameAsBytes(),tableName,System.currentTimeMillis(),mvcc)
new WALKey(info.getEncodedNameAsBytes(),tableName,System.currentTimeMillis())
to
new WALKey(info.getEncodedNameAsBytes(),tableName,System.currentTimeMillis(),mvcc)
new WALKey(info.getEncodedNameAsBytes(),tableName,System.currentTimeMillis())
to
new WALKey(info.getEncodedNameAsBytes(),tableName,System.currentTimeMillis(),mvcc)
new WALKey(info.getEncodedNameAsBytes(),htd.getTableName(),System.currentTimeMillis())
to
new WALKey(info.getEncodedNameAsBytes(),htd.getTableName(),System.currentTimeMillis(),mvcc)
new WALKey(regioninfo.getEncodedNameAsBytes(),tableName,System.currentTimeMillis())
to
new WALKey(regioninfo.getEncodedNameAsBytes(),tableName,System.currentTimeMillis(),mvcc)
new WALKey(hri.getEncodedNameAsBytes(),htd.getTableName(),System.currentTimeMillis())
to
new WALKey(hri.getEncodedNameAsBytes(),htd.getTableName(),System.currentTimeMillis(),mvcc)
new WALKey(hri.getEncodedNameAsBytes(),tableName,now)
to
new WALKey(hri.getEncodedNameAsBytes(),tableName,now,mvcc)
new WALKey(hri.getEncodedNameAsBytes(),tableName,now)
to
new WALKey(hri.getEncodedNameAsBytes(),tableName,now,mvcc)
new WALKey(hri.getEncodedNameAsBytes(),tableName,now)
to
new WALKey(hri.getEncodedNameAsBytes(),tableName,now,mvcc)
new WALKey(hri.getEncodedNameAsBytes(),test,System.currentTimeMillis())
to
new WALKey(hri.getEncodedNameAsBytes(),test,System.currentTimeMillis(),mvcc)
new WALKey(hri.getEncodedNameAsBytes(),test,System.currentTimeMillis())
to
new WALKey(hri.getEncodedNameAsBytes(),test,System.currentTimeMillis(),mvcc)
new WALKey(hri.getEncodedNameAsBytes(),test,System.currentTimeMillis())
to
new WALKey(hri.getEncodedNameAsBytes(),test,System.currentTimeMillis(),mvcc)
new WALKey(hri.getEncodedNameAsBytes(),TableName.META_TABLE_NAME,now)
to
new WALKey(hri.getEncodedNameAsBytes(),TableName.META_TABLE_NAME,now,mvcc)
new WALKey(hri.getEncodedNameAsBytes(),tableName,System.currentTimeMillis())
to
new WALKey(hri.getEncodedNameAsBytes(),tableName,System.currentTimeMillis(),mvcc)
new WALKey(hri.getEncodedNameAsBytes(),tableName,System.currentTimeMillis())
to
new WALKey(hri.getEncodedNameAsBytes(),tableName,System.currentTimeMillis(),mvcc)
Update argument list (Method invocation)
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
append
to
append
Rename Variable
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
sequenceId
to
mvcc
Add or Remove Method invocation
ee.currentTime()
to
mvcc
mvcc
to
mvcc
wal.append(htd,hri,new WALKey(hri.getEncodedNameAsBytes(),tableName,ee.currentTime()),edit,sequenceId,true,null)
to
wal.append(htd,hri,new WALKey(hri.getEncodedNameAsBytes(),tableName,ee.currentTime(),mvcc),edit,true)
Other
null
to
HConstants.NO_NONCE
null
to
mvcc
Introduce Literal
true
to
HConstants.NO_NONCE
Update argument list (Class Instance Creation)
WALKey
to
WALKey
WALKey
to
WALKey