|
Change Return Type RemovalListener<DFSInputStreamCaheKey,FSDataInputStream> to RemovalListener<DFSInputStreamCacheKey,FSDataInputStream> in method private inputStreamRemovalListener() : RemovalListener<DFSInputStreamCacheKey,FSDataInputStream> in class org.apache.hadoop.hdfs.nfs.nfs3.DFSClientCache |
From |
To |
|
Change Return Type CacheLoader<String,DFSClient> to CacheLoader<DfsClientKey,DFSClient> in method private clientLoader() : CacheLoader<DfsClientKey,DFSClient> in class org.apache.hadoop.hdfs.nfs.nfs3.DFSClientCache |
From |
To |
|
Change Return Type RemovalListener<String,DFSClient> to RemovalListener<DfsClientKey,DFSClient> in method private clientRemovalListener() : RemovalListener<DfsClientKey,DFSClient> in class org.apache.hadoop.hdfs.nfs.nfs3.DFSClientCache |
From |
To |
|
Change Return Type CacheLoader<DFSInputStreamCaheKey,FSDataInputStream> to CacheLoader<DFSInputStreamCacheKey,FSDataInputStream> in method private inputStreamLoader() : CacheLoader<DFSInputStreamCacheKey,FSDataInputStream> in class org.apache.hadoop.hdfs.nfs.nfs3.DFSClientCache |
From |
To |
|
Change Variable Type k : DFSInputStreamCaheKey to k : DFSInputStreamCacheKey in method public equals(obj Object) : boolean in class org.apache.hadoop.hdfs.nfs.nfs3.DFSClientCache.DFSInputStreamCacheKey |
From |
To |
|
Change Variable Type key : DFSInputStreamCaheKey to key : DFSInputStreamCacheKey in method private inputStreamLoader() : CacheLoader<DFSInputStreamCacheKey,FSDataInputStream> in class org.apache.hadoop.hdfs.nfs.nfs3.DFSClientCache |
From |
To |
|
Change Variable Type item : Entry<String,DFSClient> to item : Entry<DfsClientKey,DFSClient> in method package closeAll(onlyAutomatic boolean) : void in class org.apache.hadoop.hdfs.nfs.nfs3.DFSClientCache |
From |
To |
|
Change Variable Type map : ConcurrentMap<String,DFSClient> to map : ConcurrentMap<DfsClientKey,DFSClient> in method package closeAll(onlyAutomatic boolean) : void in class org.apache.hadoop.hdfs.nfs.nfs3.DFSClientCache |
From |
To |
|
Change Variable Type notification : RemovalNotification<String,DFSClient> to notification : RemovalNotification<DfsClientKey,DFSClient> in method private clientRemovalListener() : RemovalListener<DfsClientKey,DFSClient> in class org.apache.hadoop.hdfs.nfs.nfs3.DFSClientCache |
From |
To |