No. of Instances - 14
                No. of Commits - 6
                No. of Projects - {'alluxio'}
                Hierarchy/Composition: -
                Primitive Info: -
                NameSpace: Jdk -> Jdk
                Mapping:
            
            
            
            
                
                    
                        
                            
                            
                            
                                
                                - mWorkerStorage to mLockedBlockIdToStorageDir.remove(blockId)
                                
 
                                
                                - Objects.toStringHelper(this).add("blockId",mBlockId).add("offset",mOffset).add("length",mLength).add("lockId",mLockId).add("sessionId",mSessionId) to Objects.toStringHelper(this).add("blockId",mBlockId).add("offset",mOffset).add("length",mLength).add("sessionId",mSessionId).add("noCache",mNoCache)
                                
 
                                
                                - input.readInt64() to input.readBool()
                                
 
                                
                                - com.google.protobuf.CodedOutputStream.computeInt64Size(3,promote_) to com.google.protobuf.CodedOutputStream.computeBoolSize(3,promote_)
                                
 
                                
                                - writeLong to writeBoolean
                                
 
                                
                                - buffer.readLong() to buffer.readBoolean()
                                
 
                                
                                - map.remove(new SimpleKey("2"),new SimpleValue("1")) to map.remove(new SimpleKey("1"),new SimpleValue("3"))
                                
 
                                
                                - map.remove(new SimpleKey("1"),new SimpleValue("3")) to map.remove(new SimpleKey("2"),new SimpleValue("1"))
                                
 
                                
                                - commState.getLong() to commState.getBoolean()
                                
 
                                
                                - fileInfo.length() to fileInfo.isDirectory()
                                
 
                                
                                - in.readLong() to in.readBoolean()