9834d046ee769c81561ebe4589485c85e7694abf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private lockTillOperationComplete(durableComponent ODurableComponent) : void renamed to private acquireExclusiveLockTillOperationComplete(durableComponent ODurableComponent) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperationsManager | From | To | |
Rename Variable | 5 | ||
Rename Variable startLsn : OLogSequenceNumber to atomicUnitEndRecord : OAtomicUnitEndRecord in method private restoreFrom(lsn OLogSequenceNumber) : boolean in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Rename Variable hardBatch : List<OWALRecord> to operationList : List<OWALRecord> in method private restoreFrom(lsn OLogSequenceNumber) : boolean in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Rename Variable batch : List<SoftReference<OWALRecord>> to atomicUnit : List<OWALRecord> in method private restoreFrom(lsn OLogSequenceNumber) : boolean in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Rename Variable record : OWALRecord to operationUnitRecord : OOperationUnitRecord in method private restoreFrom(lsn OLogSequenceNumber) : boolean in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Variable Type | 4 | ||
Change Variable Type operationUnits : Map<OOperationUnitId,List<OLogSequenceNumber>> to operationUnits : Map<OOperationUnitId,List<OWALRecord>> in method private restoreFrom(lsn OLogSequenceNumber) : boolean in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Variable Type batch : List<SoftReference<OWALRecord>> to atomicUnit : List<OWALRecord> in method private restoreFrom(lsn OLogSequenceNumber) : boolean in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Variable Type record : OWALRecord to operationUnitRecord : OOperationUnitRecord in method private restoreFrom(lsn OLogSequenceNumber) : boolean in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Variable Type startLsn : OLogSequenceNumber to atomicUnitEndRecord : OAtomicUnitEndRecord in method private restoreFrom(lsn OLogSequenceNumber) : boolean in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Extract Variable | 30 | ||
Extract Variable operationsManager : OAtomicOperationsManager in method public higherEntries(key K, limit int) : OHashIndexBucket.Entry<K,V>[] from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public get(key K) : V from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public getEntries() : long from class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public getMaxRightChildDepth(nodeIndex int) : byte from class com.orientechnologies.orient.core.index.hashindex.local.OHashTableDirectory | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public loadEntriesBetween(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean, listener RangeResultListener<K,V>) : void from class com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsaiLocal | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public getFirstPosition() : long from class com.orientechnologies.orient.core.storage.impl.local.paginated.OClusterPositionMap | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public readRecord(clusterPosition long) : ORawBuffer from class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public size() : long from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public loadEntriesMajor(key K, inclusive boolean, ascSortOrder boolean, listener RangeResultListener<K,V>) : void from class com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsaiLocal | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public firstKey() : K from class com.orientechnologies.orient.core.index.sbtree.local.OSBTree | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public getNodeLocalDepth(nodeIndex int) : byte from class com.orientechnologies.orient.core.index.hashindex.local.OHashTableDirectory | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public keyCursor() : OSBTreeKeyCursor<K> from class com.orientechnologies.orient.core.index.sbtree.local.OSBTree | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public floorEntries(key K) : OHashIndexBucket.Entry<K,V>[] from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public next(prefetchSize int) : K from class com.orientechnologies.orient.core.index.sbtree.local.OSBTree.OSBTreeFullKeyCursor | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public firstEntry() : OHashIndexBucket.Entry<K,V> from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public iterateEntriesMinor(key K, inclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.index.sbtree.local.OSBTree | From | To | |
Extract Variable atomicOperationsManager : OAtomicOperationsManager in method public getRecordsSize() : long from class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public ceilingEntries(key K) : OHashIndexBucket.Entry<K,V>[] from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public iterateEntriesMajor(key K, inclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.index.sbtree.local.OSBTree | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public next(prefetchSize int) : Map.Entry<K,V> from class com.orientechnologies.orient.core.index.sbtree.local.OSBTree.OSBTreeCursorBackward | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public ceilingPositions(clusterPosition long) : long[] from class com.orientechnologies.orient.core.storage.impl.local.paginated.OClusterPositionMap | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public getLastPosition() : long from class com.orientechnologies.orient.core.storage.impl.local.paginated.OClusterPositionMap | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public lastEntry() : OHashIndexBucket.Entry<K,V> from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public iterateEntriesBetween(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.index.sbtree.local.OSBTree | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public exists() : boolean from class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public lastKey() : K from class com.orientechnologies.orient.core.index.sbtree.local.OSBTree | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public next(prefetchSize int) : Map.Entry<K,V> from class com.orientechnologies.orient.core.index.sbtree.local.OSBTree.OSBTreeCursorForward | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public loadEntriesMinor(key K, inclusive boolean, listener RangeResultListener<K,V>) : void from class com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsaiLocal | From | To | |
Extract Variable operationsManager : OAtomicOperationsManager in method public size() : long from class com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsaiLocal | From | To | |
Extract Variable atomicOperationsManager : OAtomicOperationsManager in method public get(key K) : V from class com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsaiLocal | From | To |