|
Change Attribute Type ctx : GridCacheContext to ctx : GridCacheContext<GridCacheInternalKey,GridCacheLockState> in class org.apache.ignite.internal.processors.datastructures.GridCacheLockImpl |
From |
To |
|
Change Attribute Type ctx : GridCacheContext to ctx : GridCacheContext<GridCacheInternalKey,GridCacheAtomicReferenceValue<T>> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl |
From |
To |
|
Change Attribute Type ctx : GridCacheContext to ctx : GridCacheContext<GridCacheInternalKey,GridCacheAtomicLongValue> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicLongImpl |
From |
To |
|
Change Attribute Type dsMap : ConcurrentMap<GridCacheInternal,GridCacheRemovable> to dsMap : ConcurrentMap<GridCacheInternalKey,GridCacheRemovable> in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor |
From |
To |
|
Change Attribute Type ctx : GridCacheContext to ctx : GridCacheContext<GridCacheInternalKey,GridCacheCountDownLatchValue> in class org.apache.ignite.internal.processors.datastructures.GridCacheCountDownLatchImpl |
From |
To |
|
Change Attribute Type ctx : GridCacheContext to ctx : GridCacheContext<GridCacheInternalKey,GridCacheAtomicSequenceValue> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicSequenceImpl |
From |
To |
|
Change Attribute Type ctx : GridCacheContext to ctx : GridCacheContext<GridCacheInternalKey,GridCacheAtomicStampedValue<T,S>> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicStampedImpl |
From |
To |
|
Change Attribute Type ctx : GridCacheContext to ctx : GridCacheContext<GridCacheInternalKey,GridCacheSemaphoreState> in class org.apache.ignite.internal.processors.datastructures.GridCacheSemaphoreImpl |
From |
To |