|
Change Attribute Type mNettyChannelPools : ConcurrentHashMapV8<SocketAddress,NettyChannelPool> to mNettyChannelPools : ConcurrentHashMap<SocketAddress,NettyChannelPool> in class alluxio.client.file.FileSystemContext |
From |
To |
|
Change Attribute Type mMap : Map<T,Boolean> to mMap : ConcurrentHashMap<T,Boolean> in class alluxio.collections.ConcurrentHashSet |
From |
To |
|
Change Attribute Type mIndexMap : ConcurrentHashMapV8<Object,T> to mIndexMap : ConcurrentHashMap<Object,T> in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Attribute Type mIndexMap : ConcurrentHashMapV8<Object,ConcurrentHashSet<T>> to mIndexMap : ConcurrentHashMap<Object,ConcurrentHashSet<T>> in class alluxio.collections.NonUniqueFieldIndex |
From |
To |