No. of Instances - 2
                No. of Commits - 1
                No. of Projects - {'alluxio'}
                Hierarchy/Composition: -
                Primitive Info: -
                NameSpace: Jdk -> Jdk
                Mapping:
            
            
            
            
                
                    
                        
                            
                            
                            
                            
                            
                            
                            
                            
                            
                                
                                - cache.containsKey("k1") to cache.containsKey("k1".getBytes())
                                
 
                                
                                - cache.containsKey("k1") to cache.containsKey("k1".getBytes())
                                
 
                                
                                - tableName to table.getPhysicalName().getBytes()
                                
 
                                
                                - qDataTable to htable.getRegionLocator().getStartKeys()
                                
 
                                
                                - Integer.parseInt(propertyTTL) to Bytes.toInt(propertyTTL)
                                
 
                                
                                - Integer.parseInt(propertyTTL) to Bytes.toInt(propertyTTL)
                                
 
                                
                                - Integer.parseInt(propertyTTL) to Bytes.toInt(propertyTTL)
                                
 
                                
                                - Integer.parseInt(propertyTTL) to Bytes.toInt(propertyTTL)
                                
 
                                
                                - Integer.parseInt(propertyTTL) to Bytes.toInt(propertyTTL)
                                
 
                                
                                - DESUtils.decryptDES(packet.body,clientKey) to AESUtils.decrypt(packet.body,clientKey,iv)
                                
 
                                
                                - DESUtils.decryptDES(packet.body,clientKey) to AESUtils.decrypt(packet.body,clientKey,iv)
                                
 
                                
                                - decodeString(body) to decodeBytes(body)
                                
 
                                
                                - decodeString(body) to decodeBytes(body)
                                
 
                                
                                - hash1 to hexString(hash1)
                                
 
                                
                                - hash2 to hexString(hash2)
                                
 
                                
                                - hash1 to hexString(hash1)
                                
 
                                
                                - hash2 to hexString(hash2)
                                
 
                                
                                - Objects.equals(this.resultType,other.resultType) to Objects.equals(this.payloadType,other.payloadType)
                                
 
                                
                                - Objects.equals(this.resultRevision,other.resultRevision) to Objects.deepEquals(this.serializedPayload,other.serializedPayload)
                                
 
                                
                                - Objects.deepEquals(this.serializedResult,other.serializedResult) to Objects.deepEquals(this.serializedMetaData,other.serializedMetaData)
                                
 
                                
                                - Pair.create(new String(data),0) to Pair.create(data,0)
                                
 
                                
                                - tree.put(path,Pair.create(new String(data),0)) to tree.put(path,Pair.create(data,0))
                                
 
                                
                                - cb.processResult(0,path,ctx,value.first.getBytes(),stat) to cb.processResult(0,path,ctx,value.first,stat)
                                
 
                                
                                - cb.processResult(0,path,ctx,value.first.getBytes(),stat) to cb.processResult(0,path,ctx,value.first,stat)
                                
 
                                
                                - Pair.create(new String(data),newVersion) to Pair.create(data,newVersion)
                                
 
                                
                                - tree.put(path,Pair.create(new String(data),newVersion)) to tree.put(path,Pair.create(data,newVersion))
                                
 
                                
                                - MAPPER.writeValueAsString(entityMap) to MAPPER.writeValueAsBytes(wrapper)
                                
 
                                
                                - objectMapper.writeValueAsString(value) to objectMapper.writeValueAsBytes(value)
                                
 
                                
                                - get to getBytes
                                
 
                                
                                - s.getBytes() to content
                                
 
                                
                                - secret.getBytes() to secret
                                
 
                                
                                - secret.getBytes() to secret
                                
 
                                
                                - entries.get(patternName).getDecoder() to entries.get(new ChannelName(patternName)).getDecoder()
                                
 
                                
                                - entries.get(channelName).getDecoder() to entries.get(new ChannelName(channelName)).getDecoder()
                                
 
                                
                                - get.addColumn(family,qualifier.getBytes(getCharset())) to get.addColumn(familyName,qualifier)
                                
 
                                
                                - get.addFamily(family) to get.addFamily(familyName)
                                
 
                                
                                - qualifier.getBytes(getCharset()) to qualifier
                                
 
                                
                                - getCharset() to qualifier
                                
 
                                
                                - get.addColumn(family,qualifier.getBytes(getCharset())) to get.addColumn(familyName,qualifier)
                                
 
                                
                                - get.addFamily(family) to get.addFamily(familyName)
                                
 
                                
                                - get.addColumn(family,qualifier.getBytes(getCharset())) to get.addColumn(familyName,qualifier)
                                
 
                                
                                - get.addFamily(family) to get.addFamily(familyName)
                                
 
                                
                                - ENDPOINT_KEY.getBytes() to ENDPOINT_KEY
                                
 
                                
                                - ENDPOINT_KEY.getBytes() to ENDPOINT_KEY
                                
 
                                
                                - ENDPOINT_KEY.getBytes() to ENDPOINT_KEY
                                
 
                                
                                - ENDPOINT_KEY.getBytes() to ENDPOINT_KEY
                                
 
                                
                                - ENDPOINT_KEY.getBytes() to ENDPOINT_KEY
                                
 
                                
                                - endpointCredentials.getEndpointId() to endpointCredentials.getEndpointKey()
                                
 
                                
                                - endpointId to Arrays.toString(endpointKeyHash)
                                
 
                                
                                - endpointId to CassandraDaoUtil.getByteBuffer(endpointKeyHash)
                                
 
                                
                                - endpointId to Arrays.toString(endpointKeyHash)
                                
 
                                
                                - endpointId to CassandraDaoUtil.getByteBuffer(endpointKeyHash)
                                
 
                                
                                - endpointCredentials.getPublicKey() to endpointCredentials.getEndpointKeyHash()
                                
 
                                
                                - endpointId to Arrays.toString(endpointKeyHash)
                                
 
                                
                                - credentialsBody to Base64Utils.encodeToString(credentialsBody)
                                
 
                                
                                - Base64Utils.decodeFromString(endpointKeyHash) to endpointKeyHash
                                
 
                                
                                - select().from(getColumnFamilyName()).where(eq(EPS_CONFIGURATION_KEY_HASH_PROPERTY,endpointKeyHash)) to select().from(getColumnFamilyName()).where(eq(EPS_CONFIGURATION_KEY_HASH_PROPERTY,getByteBuffer(endpointKeyHash)))
                                
 
                                
                                - Base64Util.decode(endpointKeyHash) to endpointKeyHash
                                
 
                                
                                - snapshotName to Bytes.toString(snapshotName)
                                
 
                                
                                - toJson to getBytes
                                
 
                                
                                - toJson to getBytes
                                
 
                                
                                - execId to StartExecParams.from(execId).getExecId()
                                
 
                                
                                - connectionFactory.openConnection(dockerDaemonUri).method("POST").path("/containers/create").headers(headers) to connectionFactory.openConnection(dockerDaemonUri).method("POST").path("/containers/create").header("Content-Type",MediaType.APPLICATION_JSON).header("Content-Length",entityBytesArray.length)
                                
 
                                
                                - secret to Base64Url.encode(secret)
                                
 
                                
                                - path to inode.getPathComponents()
                                
 
                                
                                - DFSUtil.string2Bytes(localName) to localName
                                
 
                                
                                - val.getString() to Utils.serialize(val.getBigDecimal(),null)
                                
 
                                
                                - writer.writeString("b",b) to writer.writeByteArray("b",b)
                                
 
                                
                                - reader.readString("b") to reader.readByteArray("b")
                                
 
                                
                                - writer.writeString("exMsg",exMsg) to writer.writeByteArray("errBytes",errBytes)
                                
 
                                
                                - reader.readString("exMsg") to reader.readByteArray("errBytes")
                                
 
                                
                                - put(i,Strings.repeat("Some value " + i,125)) to put(i,new byte[1024])
                                
 
                                
                                - body.getBytes() to body
                                
 
                                
                                - splitsHandler.reserveInputSplit() to splitsHandler.reserveInputSplit(getInputType())
                                
 
                                
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                                
                                - {
  @Override public T doInTable(  Table table) throws Throwable {
    Get get=new Get(rowName.getBytes(getCharset()));
    if (familyName != null) {
      byte[] family=familyName.getBytes(getCharset());
      if (qualifier != null) {
        get.addColumn(family,qualifier.getBytes(getCharset()));
      }
 else {
        get.addFamily(family);
      }
    }
    Result result=table.get(get);
    return mapper.mapRow(result,0);
  }
}
 to {
  @Override public T doInTable(  Table table) throws Throwable {
    Get get=new Get(rowName);
    if (familyName != null) {
      if (qualifier != null) {
        get.addColumn(familyName,qualifier);
      }
 else {
        get.addFamily(familyName);
      }
    }
    Result result=table.get(get);
    return mapper.mapRow(result,0);
  }
}
                                
 
                                
                                - {
  @Override public T doInTable(  Table table) throws Throwable {
    Get get=new Get(rowName.getBytes(getCharset()));
    if (familyName != null) {
      byte[] family=familyName.getBytes(getCharset());
      if (qualifier != null) {
        get.addColumn(family,qualifier.getBytes(getCharset()));
      }
 else {
        get.addFamily(family);
      }
    }
    Result result=table.get(get);
    return mapper.mapRow(result,0);
  }
}
 to {
  @Override public T doInTable(  Table table) throws Throwable {
    Get get=new Get(rowName);
    if (familyName != null) {
      if (qualifier != null) {
        get.addColumn(familyName,qualifier);
      }
 else {
        get.addFamily(familyName);
      }
    }
    Result result=table.get(get);
    return mapper.mapRow(result,0);
  }
}
                                
 
                                
                                - {
  @Override public T doInTable(  Table table) throws Throwable {
    Get get=new Get(rowName.getBytes(getCharset()));
    if (familyName != null) {
      byte[] family=familyName.getBytes(getCharset());
      if (qualifier != null) {
        get.addColumn(family,qualifier.getBytes(getCharset()));
      }
 else {
        get.addFamily(family);
      }
    }
    Result result=table.get(get);
    return mapper.mapRow(result,0);
  }
}
 to {
  @Override public T doInTable(  Table table) throws Throwable {
    Get get=new Get(rowName);
    if (familyName != null) {
      if (qualifier != null) {
        get.addColumn(familyName,qualifier);
      }
 else {
        get.addFamily(familyName);
      }
    }
    Result result=table.get(get);
    return mapper.mapRow(result,0);
  }
}