|
Change Variable Type connection : HConnectionImplementation to connection : ConnectionImplementation in method private deleteConnection(connectionKey HConnectionKey, staleConnection boolean) : void in class org.apache.hadoop.hbase.client.ConnectionManager |
From |
To |
|
Change Variable Type e : Entry<HConnectionKey,HConnectionImplementation> to e : Entry<HConnectionKey,ConnectionImplementation> in method package deleteConnection(connection HConnection, staleConnection boolean) : void in class org.apache.hadoop.hbase.client.ConnectionManager |
From |
To |
|
Change Variable Type connection : HConnectionImplementation to connection : ConnectionImplementation in method public getSpiedConnection(conf Configuration) : ClusterConnection in class org.apache.hadoop.hbase.client.HConnectionTestingUtility |
From |
To |
|
Change Variable Type conn : ConnectionManager.HConnectionImplementation to conn : ConnectionImplementation in method public testRegionCaching() : void in class org.apache.hadoop.hbase.client.TestHCM |
From |
To |
|
Change Variable Type mockConnection : ConnectionManager.HConnectionImplementation to mockConnection : ConnectionImplementation in method public testBackoffLogic() : void in class org.apache.hadoop.hbase.client.TestSnapshotFromAdmin |
From |
To |
|
Change Variable Type conn : ConnectionManager.HConnectionImplementation to conn : ConnectionImplementation in method public testMulti() : void in class org.apache.hadoop.hbase.client.TestHCM |
From |
To |
|
Change Variable Type hci : HConnectionImplementation to hci : ConnectionImplementation in method public testClusterStatus() : void in class org.apache.hadoop.hbase.client.TestHCM |
From |
To |
|
Change Variable Type conn : ConnectionManager.HConnectionImplementation to conn : ConnectionImplementation in method private testConnectionClose(allowsInterrupt boolean) : void in class org.apache.hadoop.hbase.client.TestHCM |
From |
To |
|
Change Variable Type c : HConnectionImplementation to c : ConnectionImplementation in method public testMetaLookupThreadPoolCreated() : void in class org.apache.hadoop.hbase.client.TestMetaWithReplicas |
From |
To |
|
Change Variable Type connection : HConnectionImplementation to connection : ConnectionImplementation in method public getMockedConnection(conf Configuration) : ClusterConnection in class org.apache.hadoop.hbase.client.HConnectionTestingUtility |
From |
To |
|
Change Variable Type mockConnection : ConnectionManager.HConnectionImplementation to mockConnection : ConnectionImplementation in method public testValidateSnapshotName() : void in class org.apache.hadoop.hbase.client.TestSnapshotFromAdmin |
From |
To |
|
Change Variable Type conn : ConnectionManager.HConnectionImplementation to conn : ConnectionImplementation in method public testCacheSeqNums() : void in class org.apache.hadoop.hbase.client.TestHCM |
From |
To |
|
Change Variable Type hci : HConnectionImplementation to hci : ConnectionImplementation in method public testConnectionCut() : void in class org.apache.hadoop.hbase.client.TestHCM |
From |
To |
|
Change Variable Type c : HConnectionImplementation to c : ConnectionImplementation in method public getMockedConnectionAndDecorate(conf Configuration, admin AdminProtos.AdminService.BlockingInterface, client ClientProtos.ClientService.BlockingInterface, sn ServerName, hri HRegionInfo) : ClusterConnection in class org.apache.hadoop.hbase.client.HConnectionTestingUtility |
From |
To |
|
Change Variable Type oldHBaseInstances : Map<HConnectionKey,HConnectionImplementation> to oldHBaseInstances : Map<HConnectionKey,ConnectionImplementation> in method public abortingHConnectionRemovesItselfFromHCM() : void in class org.apache.hadoop.hbase.client.TestHCM |
From |
To |
|
Change Variable Type connection : ConnectionManager.HConnectionImplementation to connection : ConnectionImplementation in method public getMasterInfoPort() : int in class org.apache.hadoop.hbase.client.HBaseAdmin |
From |
To |
|
Change Variable Type connection : HConnectionImplementation to connection : ConnectionImplementation in method package getConnectionInternal(conf Configuration) : ClusterConnection in class org.apache.hadoop.hbase.client.ConnectionManager |
From |
To |
|
Change Variable Type connection : HConnectionImplementation to connection : ConnectionImplementation in method public getSpiedClusterConnection(conf Configuration) : ClusterConnection in class org.apache.hadoop.hbase.client.HConnectionTestingUtility |
From |
To |