|
Change Parameter Type indexDefinition : IndexDefinition<T> to indexDefinition : IndexDefinition<T,V> in method public contains(indexDefinition IndexDefinition<T,V>, value V) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Change Parameter Type indexDefinition : IndexDefinition<T> to indexDefinition : IndexDefinition<T,V> in method public getFirstByField(indexDefinition IndexDefinition<T,V>, value V) : T in class alluxio.collections.IndexedSet |
From |
To |
|
Change Parameter Type primaryIndexDefinition : IndexDefinition<T> to primaryIndexDefinition : IndexDefinition<T,?> in method public IndexedSet(primaryIndexDefinition IndexDefinition<T,?>, otherIndexDefinitions IndexDefinition<T,?>...) in class alluxio.collections.IndexedSet |
From |
To |
|
Change Parameter Type value : Object to value : V in method public getByField(indexDefinition IndexDefinition<T,V>, value V) : Set<T> in class alluxio.collections.IndexedSet |
From |
To |
|
Change Parameter Type value : Object to value : V in method public getByField(value V) : Set<T> in class alluxio.collections.FieldIndex |
From |
To |
|
Change Parameter Type value : Object to value : V in method public getFirst(value V) : T in class alluxio.collections.NonUniqueFieldIndex |
From |
To |
|
Change Parameter Type value : Object to value : V in method public getFirst(value V) : T in class alluxio.collections.FieldIndex |
From |
To |
|
Change Parameter Type fieldValue : Object to fieldValue : V in method public containsField(fieldValue V) : boolean in class alluxio.collections.NonUniqueFieldIndex |
From |
To |
|
Change Parameter Type fieldValue : Object to fieldValue : V in method public containsField(fieldValue V) : boolean in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Parameter Type value : Object to value : V in method public getFirst(value V) : T in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Parameter Type value : Object to value : V in method public removeByField(indexDefinition IndexDefinition<T,V>, value V) : int in class alluxio.collections.IndexedSet |
From |
To |
|
Change Parameter Type fieldValue : Object to fieldValue : V in method public containsField(fieldValue V) : boolean in class alluxio.collections.FieldIndex |
From |
To |
|
Change Parameter Type indexDefinition : IndexDefinition<T> to indexDefinition : IndexDefinition<T,V> in method public getByField(indexDefinition IndexDefinition<T,V>, value V) : Set<T> in class alluxio.collections.IndexedSet |
From |
To |
|
Change Parameter Type value : Object to value : V in method public getByField(value V) : Set<T> in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Parameter Type indexDefinition : IndexDefinition<T> to indexDefinition : IndexDefinition<T,V> in method public UniqueFieldIndex(indexDefinition IndexDefinition<T,V>) in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Parameter Type value : Object to value : V in method public contains(indexDefinition IndexDefinition<T,V>, value V) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Change Parameter Type indexDefinition : IndexDefinition<T> to indexDefinition : IndexDefinition<T,V> in method public NonUniqueFieldIndex(indexDefinition IndexDefinition<T,V>) in class alluxio.collections.NonUniqueFieldIndex |
From |
To |
|
Change Parameter Type indexDefinition : IndexDefinition<T> to indexDefinition : IndexDefinition<T,V> in method public removeByField(indexDefinition IndexDefinition<T,V>, value V) : int in class alluxio.collections.IndexedSet |
From |
To |
|
Change Parameter Type value : Object to value : V in method public getFirstByField(indexDefinition IndexDefinition<T,V>, value V) : T in class alluxio.collections.IndexedSet |
From |
To |
|
Change Parameter Type value : Object to value : V in method public getByField(value V) : Set<T> in class alluxio.collections.NonUniqueFieldIndex |
From |
To |
|
Change Parameter Type otherIndexDefinitions : IndexDefinition<T>... to otherIndexDefinitions : IndexDefinition<T,?>... in method public IndexedSet(primaryIndexDefinition IndexDefinition<T,?>, otherIndexDefinitions IndexDefinition<T,?>...) in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type indexDefinition : IndexDefinition<T> to indexDefinition : IndexDefinition<T,?> in method public IndexedSet(primaryIndexDefinition IndexDefinition<T,?>, otherIndexDefinitions IndexDefinition<T,?>...) in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldValue : Object to fieldValue : V in method public containsObject(object T) : boolean in class alluxio.collections.NonUniqueFieldIndex |
From |
To |
|
Change Variable Type index : FieldIndex<T> to index : FieldIndex<T,V> in method public getFirstByField(indexDefinition IndexDefinition<T,V>, value V) : T in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldIndex : FieldIndex<T> to fieldIndex : FieldIndex<T,?> in method public add(object T) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type index : FieldIndex<T> to index : FieldIndex<T,?> in method public IndexedSet(primaryIndexDefinition IndexDefinition<T,?>, otherIndexDefinitions IndexDefinition<T,?>...) in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldValue : Object to fieldValue : V in method public remove(object T) : boolean in class alluxio.collections.NonUniqueFieldIndex |
From |
To |
|
Change Variable Type fieldValue : Object to fieldValue : V in method public remove(object T) : boolean in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Variable Type indices : Map<IndexDefinition<T>,FieldIndex<T>> to indices : Map<IndexDefinition<T,?>,FieldIndex<T,?>> in method public IndexedSet(primaryIndexDefinition IndexDefinition<T,?>, otherIndexDefinitions IndexDefinition<T,?>...) in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type indexDefinitions : Iterable<IndexDefinition<T>> to indexDefinitions : Iterable<IndexDefinition<T,?>> in method public IndexedSet(primaryIndexDefinition IndexDefinition<T,?>, otherIndexDefinitions IndexDefinition<T,?>...) in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type index : FieldIndex<T> to index : FieldIndex<T,V> in method public contains(indexDefinition IndexDefinition<T,V>, value V) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldValue : Object to fieldValue : V in method public containsObject(object T) : boolean in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Variable Type index : FieldIndex<T> to index : FieldIndex<T,V> in method public getByField(indexDefinition IndexDefinition<T,V>, value V) : Set<T> in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldValue : Object to fieldValue : V in method public add(object T) : boolean in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Variable Type fieldValue : FieldIndex<T> to fieldValue : FieldIndex<T,?> in method private removeFromIndices(object T) : void in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type fieldValue : Object to fieldValue : V in method public add(object T) : boolean in class alluxio.collections.NonUniqueFieldIndex |
From |
To |
|
Change Attribute Type ADDRESS_INDEX : IndexDefinition<MasterInfo> to ADDRESS_INDEX : IndexDefinition<MasterInfo,Address> in class alluxio.master.meta.DefaultMetaMaster |
From |
To |
|
Change Attribute Type mPrimaryIndex : FieldIndex<T> to mPrimaryIndex : FieldIndex<T,?> in class alluxio.collections.IndexedSet |
From |
To |
|
Change Attribute Type mIndexDefinition : IndexDefinition<T> to mIndexDefinition : IndexDefinition<T,V> in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Attribute Type ID_INDEX : IndexDefinition<MasterWorkerInfo> to ID_INDEX : IndexDefinition<MasterWorkerInfo,Long> in class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Change Attribute Type NAME_INDEX : IndexDefinition<Inode<?>> to NAME_INDEX : IndexDefinition<Inode<?>,String> in class alluxio.master.file.meta.InodeDirectory |
From |
To |
|
Change Attribute Type ADDRESS_INDEX : IndexDefinition<MasterWorkerInfo> to ADDRESS_INDEX : IndexDefinition<MasterWorkerInfo,WorkerNetAddress> in class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Change Attribute Type mIdIndex : IndexDefinition<TestInfo> to mIdIndex : IndexDefinition<TestInfo,Long> in class alluxio.collections.IndexedSetConcurrencyTest |
From |
To |
|
Change Attribute Type mChildren : FieldIndex<Inode<?>> to mChildren : FieldIndex<Inode<?>,String> in class alluxio.master.file.meta.InodeDirectory |
From |
To |
|
Change Attribute Type FULL_NAME_INDEX : IndexDefinition<Metric> to FULL_NAME_INDEX : IndexDefinition<Metric,String> in class alluxio.master.metrics.MetricsStore |
From |
To |
|
Change Attribute Type mSizeIndex : IndexDefinition<TestInfo> to mSizeIndex : IndexDefinition<TestInfo,Integer> in class alluxio.collections.IndexedSetConcurrencyTest |
From |
To |
|
Change Attribute Type NAME_INDEX : IndexDefinition<Metric> to NAME_INDEX : IndexDefinition<Metric,String> in class alluxio.master.metrics.MetricsStore |
From |
To |
|
Change Attribute Type mNonUniqueIntIndex : IndexDefinition<Pair> to mNonUniqueIntIndex : IndexDefinition<Pair,Integer> in class alluxio.collections.IndexedSetTest |
From |
To |
|
Change Attribute Type mIndexMap : ConcurrentHashMap<Object,T> to mIndexMap : ConcurrentHashMap<V,T> in class alluxio.collections.UniqueFieldIndex |
From |
To |
|
Change Attribute Type mInodes : FieldIndex<Inode<?>> to mInodes : FieldIndex<Inode<?>,Long> in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Attribute Type mIndexDefinition : IndexDefinition<T> to mIndexDefinition : IndexDefinition<T,V> in class alluxio.collections.NonUniqueFieldIndex |
From |
To |
|
Change Attribute Type ID_INDEX : IndexDefinition<Metric> to ID_INDEX : IndexDefinition<Metric,String> in class alluxio.master.metrics.MetricsStore |
From |
To |
|
Change Attribute Type mIndices : Map<IndexDefinition<T>,FieldIndex<T>> to mIndices : Map<IndexDefinition<T,?>,FieldIndex<T,?>> in class alluxio.collections.IndexedSet |
From |
To |
|
Change Attribute Type mIndexMap : ConcurrentHashMap<Object,ConcurrentHashSet<T>> to mIndexMap : ConcurrentHashMap<V,ConcurrentHashSet<T>> in class alluxio.collections.NonUniqueFieldIndex |
From |
To |
|
Change Attribute Type ID_INDEX : IndexDefinition<MasterInfo> to ID_INDEX : IndexDefinition<MasterInfo,Long> in class alluxio.master.meta.DefaultMetaMaster |
From |
To |
|
Change Attribute Type mUniqueLongIndex : IndexDefinition<Pair> to mUniqueLongIndex : IndexDefinition<Pair,Long> in class alluxio.collections.IndexedSetTest |
From |
To |
|
Change Attribute Type ID_INDEX : IndexDefinition<Inode<?>> to ID_INDEX : IndexDefinition<Inode<?>,Long> in class alluxio.master.file.meta.InodeTree |
From |
To |