|
Change Parameter Type swapperId : int to swapperId : short in method private doFault(swapperId short, filePageId long) : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Parameter Type swapperId : int to swapperId : short in method public isBoundTo(pageRef long, swapperId short, filePageId long) : boolean in class org.neo4j.io.pagecache.impl.muninn.PageList |
From |
To |
|
Change Parameter Type swapperId : int to swapperId : short in method public fault(pageRef long, swapper PageSwapper, swapperId short, filePageId long, event PageFaultEvent) : void in class org.neo4j.io.pagecache.impl.muninn.PageList |
From |
To |
|
Change Parameter Type swapperId : int to swapperId : short in method private setSwapperId(pageRef long, swapperId short) : void in class org.neo4j.io.pagecache.impl.muninn.PageList |
From |
To |
|
Change Parameter Type swapperId : int to swapperId : short in method private cannotFaultException(pageRef long, swapper PageSwapper, swapperId short, filePageId long, currentSwapper int, currentFilePageId long) : IllegalStateException in class org.neo4j.io.pagecache.impl.muninn.PageList |
From |
To |
|
Change Parameter Type id : int to id : short in method package getAllocation(id short) : SwapperMapping in class org.neo4j.io.pagecache.impl.muninn.SwapperSet |
From |
To |
|
Change Parameter Type swapperId : int to swapperId : short in method private doFailedFault(swapperId short, filePageId long) : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public pageMustNotBeBoundAfterSuccessfulEviction() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public pageMustNotBeModifiedAfterSuccessfulEviction() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type idB : int to idB : short in method public mustReturnAllocationWithSwapper() : void in class org.neo4j.io.pagecache.impl.muninn.SwapperSetTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public pageMustBeLoadedAndBoundAfterFault() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public faultMustThrowIfPageIsLoadedButNotBound() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictThatFailsOnExclusiveLockMustNotUndoSaidLock() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method private evict(pageRef long, evictionEvent EvictionEvent) : void in class org.neo4j.io.pagecache.impl.muninn.PageList |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictMustLeavePageUnlockedAndLoadedAndBoundAndModifiedIfFlushThrows() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type available : int to available : short in method package countAvailableIds() : short in class org.neo4j.io.pagecache.impl.muninn.SwapperSet |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictMustFlushPageIfModified() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictThatFailsMustNotInterfereWithAdjacentPages() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public faultMustThrowIfPageIsAlreadyBound() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictThatFlushesAndSucceedsMustNotInterfereWithAdjacentPages() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictMustNotifySwapperOnSuccess() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public faultMustPopulatePageFaultEvent() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public boundPagesAreNotBoundToOtherPagesWithSameFilePageId() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictMustLeavePageExclusivelyLockedOnSuccess() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictMustNotFlushPageIfNotModified() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type id : int to id : short in method public accessingFreedAllocationMustReturnNull() : void in class org.neo4j.io.pagecache.impl.muninn.SwapperSetTest |
From |
To |
|
Change Variable Type isNotZero : Matcher<Integer> to isNotZero : Matcher<Short> in method public mustNotUseZeroAsSwapperId() : void in class org.neo4j.io.pagecache.impl.muninn.SwapperSetTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictThatSucceedsMustNotInterfereWithAdjacentPages() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictThatFailsMustReportExceptionsToEvictionAndFlushEvents() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictMustNotifySwapperOnSuccessEvenWhenFlushing() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictThatFlushesMustReportToEvictionAndFlushEvents() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictMustReportToEvictionEvent() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public faultMustReadIntoPage() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public pageMustNotBeLoadedAfterSuccessfulEviction() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type idA : int to idA : short in method public mustReturnAllocationWithSwapper() : void in class org.neo4j.io.pagecache.impl.muninn.SwapperSetTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictMustNotNotifySwapperOfEvictionIfFlushThrows() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type id : int to id : short in method package allocate(swapper PageSwapper) : short in class org.neo4j.io.pagecache.impl.muninn.SwapperSet |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public tryEvictMustFailIfPageIsAlreadyExclusivelyLocked() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type swapperId : int to swapperId : short in method public pageMustBeLoadedAndNotBoundIfFaultThrows() : void in class org.neo4j.io.pagecache.impl.muninn.PageListTest |
From |
To |
|
Change Variable Type initial : int to initial : short in method public mustKeepTrackOfAvailableSwapperIds() : void in class org.neo4j.io.pagecache.impl.muninn.SwapperSetTest |
From |
To |