|
Change Parameter Type counts : PrimitiveLongIntMap[] to counts : LongIntMap[] in method private collectActiveLocks(counts LongIntMap[], locks List<ActiveLock>, activeLock ActiveLock.Factory) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Parameter Type localLocks : PrimitiveLongIntMap to localLocks : MutableLongIntMap in method private releaseLocalLock(type ResourceType, resourceId long, localLocks MutableLongIntMap) : boolean in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Parameter Type lockCounts : PrimitiveLongIntMap[] to lockCounts : LongIntMap[] in method private countLocks(lockCounts LongIntMap[]) : long in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Parameter Type sharedLockCounts : PrimitiveLongIntMap to sharedLockCounts : MutableLongIntMap in method private initialize(sharedLockCounts MutableLongIntMap, lockMap ConcurrentMap<Long,ForsetiLockManager.Lock>) : LongProcedure in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient.ReleaseExclusiveLocksAndClearSharedVisitor |
From |
To |
|
Change Return Type PrimitiveLongVisitor<RuntimeException> to LongProcedure in method private initialize(lockMap ConcurrentMap<Long,ForsetiLockManager.Lock>) : LongProcedure in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient.ReleaseSharedDontCheckExclusiveVisitor |
From |
To |
|
Change Return Type boolean to void in method public value(resourceId long) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient.ReleaseSharedDontCheckExclusiveVisitor |
From |
To |
|
Change Return Type boolean to void in method public value(resourceId long) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient.ReleaseExclusiveLocksAndClearSharedVisitor |
From |
To |
|
Change Return Type PrimitiveLongVisitor<RuntimeException> to LongProcedure in method private initialize(sharedLockCounts MutableLongIntMap, lockMap ConcurrentMap<Long,ForsetiLockManager.Lock>) : LongProcedure in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient.ReleaseExclusiveLocksAndClearSharedVisitor |
From |
To |
|
Change Variable Type heldExclusiveLocks : PrimitiveLongIntMap to heldExclusiveLocks : MutableLongIntMap in method public trySharedLock(resourceType ResourceType, resourceId long) : boolean in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type sharedLocks : PrimitiveLongIntMap to sharedLocks : MutableLongIntMap in method public releaseExclusive(resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type heldShareLocks : PrimitiveLongIntMap to heldShareLocks : MutableLongIntMap in method public trySharedLock(resourceType ResourceType, resourceId long) : boolean in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type exclusiveLockCount : PrimitiveLongIntMap to exclusiveLockCount : LongIntMap in method package lockCount() : int in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type sharedLocks : PrimitiveLongIntMap to sharedLocks : MutableLongIntMap in method public releaseShared(resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type heldLocks : PrimitiveLongIntMap to heldLocks : MutableLongIntMap in method public tryExclusiveLock(resourceType ResourceType, resourceId long) : boolean in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type heldExclusiveLocks : PrimitiveLongIntMap to heldExclusiveLocks : MutableLongIntMap in method public reEnterShared(resourceType ResourceType, resourceId long) : boolean in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type heldLocks : PrimitiveLongIntMap to heldLocks : MutableLongIntMap in method public reEnterExclusive(resourceType ResourceType, resourceId long) : boolean in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type sharedLocks : PrimitiveLongIntMap to sharedLocks : MutableLongIntMap in method private releaseAllClientLocks() : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type exclusiveLocks : PrimitiveLongIntMap to exclusiveLocks : MutableLongIntMap in method public releaseExclusive(resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type heldExclusiveLocks : PrimitiveLongIntMap to heldExclusiveLocks : MutableLongIntMap in method public acquireShared(tracer LockTracer, resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type lockCounts : PrimitiveLongIntMap to lockCounts : LongIntMap in method private collectActiveLocks(counts LongIntMap[], locks List<ActiveLock>, activeLock ActiveLock.Factory) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type lockCount : PrimitiveLongIntMap to lockCount : LongIntMap in method private countLocks(lockCounts LongIntMap[]) : long in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type heldShareLocks : PrimitiveLongIntMap to heldShareLocks : MutableLongIntMap in method public reEnterShared(resourceType ResourceType, resourceId long) : boolean in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type sharedLockCount : PrimitiveLongIntMap to sharedLockCount : LongIntMap in method package lockCount() : int in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type heldShareLocks : PrimitiveLongIntMap to heldShareLocks : MutableLongIntMap in method public acquireShared(tracer LockTracer, resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type exclusiveLocks : PrimitiveLongIntMap to exclusiveLocks : MutableLongIntMap in method private releaseAllClientLocks() : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type exclusiveLocks : PrimitiveLongIntMap to exclusiveLocks : MutableLongIntMap in method public releaseShared(resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |
|
Change Variable Type heldLocks : PrimitiveLongIntMap to heldLocks : MutableLongIntMap in method public acquireExclusive(tracer LockTracer, resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.enterprise.lock.forseti.ForsetiClient |
From |
To |