|
Change Variable Type result : ConcurrentSkipListMap<byte[],RegionLocations> to result : ConcurrentNavigableMap<byte[],RegionLocations> in method private getTableLocations(tableName TableName) : ConcurrentNavigableMap<byte[],RegionLocations> in class org.apache.hadoop.hbase.client.MetaCache |
From |
To |
|
Change Variable Type old : ConcurrentSkipListMap<byte[],RegionLocations> to old : ConcurrentNavigableMap<byte[],RegionLocations> in method private getTableLocations(tableName TableName) : ConcurrentNavigableMap<byte[],RegionLocations> in class org.apache.hadoop.hbase.client.MetaCache |
From |
To |
|
Change Variable Type tableLocations : ConcurrentSkipListMap<byte[],RegionLocations> to tableLocations : ConcurrentNavigableMap<byte[],RegionLocations> in method public getCachedLocation(tableName TableName, row byte[]) : RegionLocations in class org.apache.hadoop.hbase.client.MetaCache |
From |
To |