Toggle navigation
Home
com.google.common.cache.LoadingCache to alluxio.collections.LockCache
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
mInodeLocks.getUnchecked(inodeId).getReadHoldCount()
to
mInodeLocks.getRawReadWriteLock(inodeId).getReadHoldCount()
mInodeLocks.getUnchecked(inodeId).getWriteHoldCount()
to
mInodeLocks.getRawReadWriteLock(inodeId).getWriteHoldCount()
mEdgeLocks.getUnchecked(edge).getReadHoldCount()
to
mEdgeLocks.getRawReadWriteLock(edge).getReadHoldCount()
mEdgeLocks.getUnchecked(edge).getWriteHoldCount()
to
mEdgeLocks.getRawReadWriteLock(edge).getWriteHoldCount()