|
Change Variable Type indexMapUnique : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> to indexMapUnique : Map<UniqueFieldIndex<T>,ConcurrentHashMap<Object,T>> in method public IndexedSet(field FieldIndex<T>, otherFields FieldIndex<T>...) in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,T>> to fieldInfo : Map.Entry<UniqueFieldIndex<T>,ConcurrentHashMap<Object,T>> in method private removeFromIndices(object T) : void in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to fieldInfo : Map.Entry<NonUniqueFieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in method private removeFromIndices(object T) : void in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,T>> to fieldInfo : Map.Entry<UniqueFieldIndex<T>,ConcurrentHashMap<Object,T>> in method public add(object T) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to fieldInfo : Map.Entry<NonUniqueFieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in method public add(object T) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type indexMapNonUnique : Map<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to indexMapNonUnique : Map<NonUniqueFieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in method public IndexedSet(field FieldIndex<T>, otherFields FieldIndex<T>...) in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type idIndex : IndexedSet.FieldIndex<MasterWorkerInfo> to idIndex : IndexedSet.UniqueFieldIndex<MasterWorkerInfo> in method public isWorkerRegistered(master BlockMaster, workerId long) : boolean in class alluxio.master.block.BlockMasterPrivateAccess |
From |
To |
|
Change Attribute Type mIndexMapUnique : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> to mIndexMapUnique : Map<UniqueFieldIndex<T>,ConcurrentHashMap<Object,T>> in class alluxio.collections.IndexedSet |
From |
To |
|
Change Attribute Type mIndexMapNonUnique : Map<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to mIndexMapNonUnique : Map<NonUniqueFieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in class alluxio.collections.IndexedSet |
From |
To |
|
Change Attribute Type mInputStreamAgentSessionIdIndex : IndexedSet.UniqueFieldIndex<InputStreamAgent> to mInputStreamAgentSessionIdIndex : IndexedSet.NonUniqueFieldIndex<InputStreamAgent> in class alluxio.worker.file.UnderFileSystemManager |
From |
To |
|
Change Attribute Type mOuputStreamAgentSessionIdIndex : IndexedSet.UniqueFieldIndex<OutputStreamAgent> to mOuputStreamAgentSessionIdIndex : IndexedSet.NonUniqueFieldIndex<OutputStreamAgent> in class alluxio.worker.file.UnderFileSystemManager |
From |
To |