|
Pull Up Attribute package segmentHashLookupKeyBits : int from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentHashLookupKeyBits : int from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentHashLookupOuterSize : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentHashLookupOuterSize : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package totalUpdateLockCount : int from class net.openhft.chronicle.map.VanillaContext to package totalUpdateLockCount : int from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package entrySizeInChunks : int from class net.openhft.chronicle.map.VanillaContext to public entrySizeInChunks : int from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package originalMetaKeyInterop : MKI from class net.openhft.chronicle.map.VanillaChronicleMap to public originalMetaKeyInterop : MKI from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentHeaderAddress : long from class net.openhft.chronicle.map.VanillaContext to package segmentHeaderAddress : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package keyReaderProvider : Provider<BytesReader<K>> from class net.openhft.chronicle.map.VanillaChronicleMap to public keyReaderProvider : Provider<BytesReader<K>> from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package hashLookup : HashLookup from class net.openhft.chronicle.map.VanillaContext to public hashLookup : HashLookup from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package updateLock : InterProcessLock from class net.openhft.chronicle.map.VanillaContext to package updateLock : InterProcessLock from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package actualSegments : int from class net.openhft.chronicle.map.VanillaChronicleMap to public actualSegments : int from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentHeader : SegmentHeader from class net.openhft.chronicle.map.VanillaContext to public segmentHeader : SegmentHeader from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package entriesPerSegment : long from class net.openhft.chronicle.map.VanillaChronicleMap to public entriesPerSegment : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentHashLookupCapacity : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentHashLookupCapacity : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package pos : long from class net.openhft.chronicle.map.VanillaContext to public pos : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package forEachEntry : boolean from class net.openhft.chronicle.map.VanillaContext to public forEachEntry : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package segmentFreeListInnerSize : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentFreeListInnerSize : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package freeList : SingleThreadedDirectBitSet from class net.openhft.chronicle.map.VanillaContext to public freeList : SingleThreadedDirectBitSet from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package dataFileVersion : String from class net.openhft.chronicle.map.VanillaChronicleMap to public dataFileVersion : String from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package updateLockCount : int from class net.openhft.chronicle.map.VanillaContext to package updateLockCount : int from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package totalWriteLockCount : int from class net.openhft.chronicle.map.VanillaContext to package totalWriteLockCount : int from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package reusableKey : K from class net.openhft.chronicle.map.VanillaContext.MapAndContextLocals to package reusableKey : K from class net.openhft.chronicle.hash.impl.HashContext.HashAndContextLocals |
From |
To |
|
Pull Up Attribute package DUMMY_BYTES : Bytes from class net.openhft.chronicle.map.VanillaContext to public DUMMY_BYTES : Bytes from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package indexInContextCache : int from class net.openhft.chronicle.map.VanillaContext to package indexInContextCache : int from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package keyInterop : KI from class net.openhft.chronicle.map.VanillaContext to package keyInterop : KI from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package used : boolean from class net.openhft.chronicle.map.VanillaContext to package used : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package segmentHeadersOffset : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentHeadersOffset : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package entry : MultiStoreBytes from class net.openhft.chronicle.map.VanillaContext to public entry : MultiStoreBytes from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package keySize : long from class net.openhft.chronicle.map.VanillaContext to public keySize : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package writeLock : InterProcessLock from class net.openhft.chronicle.map.VanillaContext to package writeLock : InterProcessLock from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package metaKeyInteropProvider : MetaProvider<K,KI,MKI> from class net.openhft.chronicle.map.VanillaChronicleMap to public metaKeyInteropProvider : MetaProvider<K,KI,MKI> from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute private keyCopy : MultiStoreBytes from class net.openhft.chronicle.map.VanillaContext to private keyCopy : MultiStoreBytes from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package segmentEntrySpaceInnerSize : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentEntrySpaceInnerSize : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package headerSize : long from class net.openhft.chronicle.map.VanillaChronicleMap to public headerSize : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package keySizeMarshaller : SizeMarshaller from class net.openhft.chronicle.map.VanillaChronicleMap to public keySizeMarshaller : SizeMarshaller from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package keyReader : BytesReader<K> from class net.openhft.chronicle.map.VanillaContext to package keyReader : BytesReader<K> from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package segmentFreeListOuterSize : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentFreeListOuterSize : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentHashLookupEntrySize : int from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentHashLookupEntrySize : int from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentHashLookupInnerSize : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentHashLookupInnerSize : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package kClass : Class<K> from class net.openhft.chronicle.map.VanillaChronicleMap to public kClass : Class<K> from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package readLockCount : int from class net.openhft.chronicle.map.VanillaContext to package readLockCount : int from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package freeListBytes : MultiStoreBytes from class net.openhft.chronicle.map.VanillaContext to package freeListBytes : MultiStoreBytes from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package keyInteropProvider : Provider<KI> from class net.openhft.chronicle.map.VanillaChronicleMap to package keyInteropProvider : Provider<KI> from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package bytes : Bytes from class net.openhft.chronicle.map.VanillaChronicleMap to package bytes : Bytes from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentHashLookupValueBits : int from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentHashLookupValueBits : int from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentEntrySpaceInnerOffset : int from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentEntrySpaceInnerOffset : int from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentSize : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentSize : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package entrySpaceOffset : long from class net.openhft.chronicle.map.VanillaContext to package entrySpaceOffset : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package entryCache : MultiStoreBytes from class net.openhft.chronicle.map.VanillaContext to package entryCache : MultiStoreBytes from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package writeLockCount : int from class net.openhft.chronicle.map.VanillaContext to public writeLockCount : int from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package hash : long from class net.openhft.chronicle.map.VanillaContext to package hash : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package originalKeyReader : BytesReader<K> from class net.openhft.chronicle.map.VanillaChronicleMap to public originalKeyReader : BytesReader<K> from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentHeaderSize : int from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentHeaderSize : int from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package owner : Thread from class net.openhft.chronicle.map.VanillaContext to package owner : Thread from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package maxChunksPerEntry : int from class net.openhft.chronicle.map.VanillaChronicleMap to public maxChunksPerEntry : int from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package ms : BytesStore from class net.openhft.chronicle.map.VanillaChronicleMap to public ms : BytesStore from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package actualChunksPerSegment : long from class net.openhft.chronicle.map.VanillaChronicleMap to public actualChunksPerSegment : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package segmentEntrySpaceOuterSize : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentEntrySpaceOuterSize : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package metaKeyInterop : MKI from class net.openhft.chronicle.map.VanillaContext to public metaKeyInterop : MKI from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package keyOffset : long from class net.openhft.chronicle.map.VanillaContext to package keyOffset : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package segmentsOffset : long from class net.openhft.chronicle.map.VanillaChronicleMap to package segmentsOffset : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package chunkSize : long from class net.openhft.chronicle.map.VanillaChronicleMap to public chunkSize : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package key : K from class net.openhft.chronicle.map.VanillaContext to package key : K from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package readLock : InterProcessLock from class net.openhft.chronicle.map.VanillaContext to package readLock : InterProcessLock from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package segmentIndex : int from class net.openhft.chronicle.map.VanillaContext to public segmentIndex : int from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package hashSplitting : HashSplitting from class net.openhft.chronicle.map.VanillaChronicleMap to package hashSplitting : HashSplitting from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Attribute package copies : ThreadLocalCopies from class net.openhft.chronicle.map.VanillaContext to public copies : ThreadLocalCopies from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package totalReadLockCount : int from class net.openhft.chronicle.map.VanillaContext to package totalReadLockCount : int from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Attribute package originalKeyInterop : KI from class net.openhft.chronicle.map.VanillaChronicleMap to public originalKeyInterop : KI from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package entrySizeInChunksInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public entrySizeInChunksInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeMapAndContextLocals() : void from class net.openhft.chronicle.map.VanillaContext to public closeHashAndContextLocals() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKey() : void from class net.openhft.chronicle.map.VanillaContext to public closeKey() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeyReaderDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initKeyReaderDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeEntrySizeInChunksDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeEntrySizeInChunksDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to package initSegmentIndex0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public containsKey() : boolean from class net.openhft.chronicle.map.VanillaContext to public containsKey() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package keyReaderInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public keyReaderInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeyDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initKeyDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to public initKeyOffset0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public close() : void from class net.openhft.chronicle.map.VanillaContext to public close() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeyHash() : void from class net.openhft.chronicle.map.VanillaContext to public initKeyHash() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeySearch0() : void from class net.openhft.chronicle.map.VanillaContext to package closeKeySearch0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initSegment() : void from class net.openhft.chronicle.map.VanillaContext to public initSegment() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeyHash0() : void from class net.openhft.chronicle.map.VanillaContext to package closeKeyHash0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeLocksDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeLocksDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package reuse(pos long) : void from class net.openhft.chronicle.map.VanillaContext to public reuse(pos long) : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeSegmentIndex() : void from class net.openhft.chronicle.map.VanillaContext to public closeSegmentIndex() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initEntrySizeInChunks() : void from class net.openhft.chronicle.map.VanillaContext to public initEntrySizeInChunks() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package decrementWriteCounts() : void from class net.openhft.chronicle.map.VanillaContext to package decrementWriteCounts() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeyModel0() : void from class net.openhft.chronicle.map.VanillaContext to public initKeyModel0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initLocks0() : void from class net.openhft.chronicle.map.VanillaContext to package initLocks0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package createMappedStoreAndSegments(bytesStore BytesStore) : void from class net.openhft.chronicle.map.VanillaChronicleMap to public createMappedStoreAndSegments(bytesStore BytesStore) : void from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package hashLookupInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public hashLookupInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeyModelDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeKeyModelDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeyDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeKeyDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public writeLock() : InterProcessLock from class net.openhft.chronicle.map.VanillaContext to public writeLock() : InterProcessLock from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package isUpdateLocked() : boolean from class net.openhft.chronicle.map.VanillaContext to public isUpdateLocked() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package keyHashInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public keyHashInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initBytesKey0(key Bytes) : void from class net.openhft.chronicle.map.VanillaContext to public initBytesKey0(key Bytes) : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package key0(usingKey K) : K from class net.openhft.chronicle.map.VanillaContext to package key0(usingKey K) : K from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKey0(key K) : void from class net.openhft.chronicle.map.VanillaContext to public initKey0(key K) : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeLocks0() : void from class net.openhft.chronicle.map.VanillaContext to package closeLocks0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package free(fromPos long, chunks int) : void from class net.openhft.chronicle.map.VanillaContext to public free(fromPos long, chunks int) : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package isWriteLocked() : boolean from class net.openhft.chronicle.map.VanillaContext to public isWriteLocked() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package checkKey(key Object) : void from class net.openhft.chronicle.map.VanillaChronicleMap to public checkKey(key Object) : void from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package updateLockIfNeeded() : void from class net.openhft.chronicle.map.VanillaContext to public updateLockIfNeeded() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeyReader0() : void from class net.openhft.chronicle.map.VanillaContext to package closeKeyReader0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package VanillaContext(contextCache VanillaContext, indexInContextCache int) from class net.openhft.chronicle.map.VanillaContext to public HashContext(contextCache HashContext, indexInContextCache int) from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initSegmentHeaderDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initSegmentHeaderDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package mapInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public hashInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKey(key K) : void from class net.openhft.chronicle.map.VanillaContext to public initKey(key K) : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeSegmentHeader0() : void from class net.openhft.chronicle.map.VanillaContext to package closeSegmentHeader0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initSegmentIndex0() : void from class net.openhft.chronicle.map.VanillaContext to package initSegmentIndex0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public keyOffset() : long from class net.openhft.chronicle.map.VanillaContext to public keyOffset() : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeSegmentHeaderDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeSegmentHeaderDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public initHashLookup() : void from class net.openhft.chronicle.map.VanillaContext to public initHashLookup() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package keyModelInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public keyModelInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to package closeSegmentHeader0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package segmentSizes() : long[] from class net.openhft.chronicle.map.VanillaChronicleMap to public segmentSizes() : long[] from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package initKeyReader() : void from class net.openhft.chronicle.map.VanillaContext to public initKeyReader() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeSegmentIndexDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeSegmentIndexDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package size() : long from class net.openhft.chronicle.map.VanillaContext to public size() : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to package closeKeyReader0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeySearch() : void from class net.openhft.chronicle.map.VanillaContext to public initKeySearch() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public updateLock() : InterProcessLock from class net.openhft.chronicle.map.VanillaContext to public updateLock() : InterProcessLock from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package hashLookupRemove() : void from class net.openhft.chronicle.map.VanillaContext to public hashLookupRemove() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to package closeKeyModel0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public closeHashLookup() : void from class net.openhft.chronicle.map.VanillaContext to public closeHashLookup() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package createMappedStoreAndSegments(file File) : void from class net.openhft.chronicle.map.VanillaChronicleMap to public createMappedStoreAndSegments(file File) : void from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package keyFound() : void from class net.openhft.chronicle.map.VanillaContext to public keyFound() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initHashLookupDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initHashLookupDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public entry() : Bytes from class net.openhft.chronicle.map.VanillaContext to public entry() : Bytes from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package decrementUpdateCounts() : void from class net.openhft.chronicle.map.VanillaContext to package decrementUpdateCounts() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package mapAndContextLocalsInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public hashAndContextLocalsInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKey0() : void from class net.openhft.chronicle.map.VanillaContext to public closeKey0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package sizeInBytes() : long from class net.openhft.chronicle.map.VanillaChronicleMap to public sizeInBytes() : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method public size() : int from class net.openhft.chronicle.map.VanillaChronicleMap to public size() : int from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package closeMapAndContextLocals0() : void from class net.openhft.chronicle.map.VanillaContext to package closeHashAndContextLocals0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package shouldReadUnlock() : boolean from class net.openhft.chronicle.map.VanillaContext to package shouldReadUnlock() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initBytesKey00(key Bytes) : void from class net.openhft.chronicle.map.VanillaContext to public initBytesKey00(key Bytes) : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package locksInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public locksInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeyModel() : void from class net.openhft.chronicle.map.VanillaContext to public closeKeyModel() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMapAndContextLocals() : void from class net.openhft.chronicle.map.VanillaContext to public initHashAndContextLocals() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package size(size long) : void from class net.openhft.chronicle.map.VanillaContext to public entries(size long) : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package immutableKey() : K from class net.openhft.chronicle.map.VanillaContext to public immutableKey() : K from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public file() : File from class net.openhft.chronicle.map.VanillaChronicleMap to public file() : File from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package initKeyReader0() : void from class net.openhft.chronicle.map.VanillaContext to package initKeyReader0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package reuse(entry MultiStoreBytes, pos long) : MultiStoreBytes from class net.openhft.chronicle.map.VanillaContext to package reuse(entry MultiStoreBytes, pos long) : MultiStoreBytes from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package shouldUpdateUnlock() : boolean from class net.openhft.chronicle.map.VanillaContext to package shouldUpdateUnlock() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeyModelDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initKeyModelDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package checkContainsKey() : void from class net.openhft.chronicle.map.VanillaContext to public checkContainsKey() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package segmentOffset(segmentIndex int) : long from class net.openhft.chronicle.map.VanillaChronicleMap to public segmentOffset(segmentIndex int) : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package keyInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public keyInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package doClose() : void from class net.openhft.chronicle.map.VanillaContext to public doClose() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public key() : K from class net.openhft.chronicle.map.VanillaContext to public key() : K from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package alloc(chunks int) : long from class net.openhft.chronicle.map.VanillaContext to public alloc(chunks int) : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to package closeHashAndContextLocals0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMapAndContextLocalsDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initHashAndContextLocalsDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeyHashDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initKeyHashDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method private segmentSize() : long from class net.openhft.chronicle.map.VanillaChronicleMap to private segmentSize() : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package used() : boolean from class net.openhft.chronicle.map.VanillaContext to public used() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to package closeHash0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package clear() : void from class net.openhft.chronicle.map.VanillaContext to public clear() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeHashLookupDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeHashLookupDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package keySearchInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public keySearchInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeyModel() : void from class net.openhft.chronicle.map.VanillaContext to public initKeyModel() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to public initKeyModel0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package keyEquals() : boolean from class net.openhft.chronicle.map.VanillaContext to package keyEquals() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeyModel0() : void from class net.openhft.chronicle.map.VanillaContext to package closeKeyModel0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public close() : void from class net.openhft.chronicle.map.VanillaChronicleMap to public close() : void from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package closeRemove() : void from class net.openhft.chronicle.map.VanillaContext to public closeRemove() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public applicationVersion() : String from class net.openhft.chronicle.map.VanillaChronicleMap to public applicationVersion() : String from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package initKeySearchDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initKeySearchDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package checkOnEachPublicOperation() : void from class net.openhft.chronicle.map.VanillaContext to public checkOnEachPublicOperation() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to package initKeyHash0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package segmentHeaderInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public segmentHeaderInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package incrementWriteCounts() : void from class net.openhft.chronicle.map.VanillaContext to package incrementWriteCounts() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package segmentInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public segmentInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeLocks() : void from class net.openhft.chronicle.map.VanillaContext to public closeLocks() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method private mapHeaderOuterSize() : long from class net.openhft.chronicle.map.VanillaChronicleMap to private mapHeaderOuterSize() : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method public keySize() : long from class net.openhft.chronicle.map.VanillaContext to public keySize() : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeyReaderDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeKeyReaderDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initSegmentDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initSegmentDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package incrementUpdateCounts() : void from class net.openhft.chronicle.map.VanillaContext to package incrementUpdateCounts() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initSegment0() : void from class net.openhft.chronicle.map.VanillaContext to package initSegment0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeSegment0() : void from class net.openhft.chronicle.map.VanillaContext to package closeSegment0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public remove() : boolean from class net.openhft.chronicle.map.VanillaContext to public remove() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package nextPosToSearchFrom() : long from class net.openhft.chronicle.map.VanillaContext to public nextPosToSearchFrom() : long from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initSegmentIndex() : void from class net.openhft.chronicle.map.VanillaContext to public initSegmentIndex() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeyHash() : void from class net.openhft.chronicle.map.VanillaContext to public closeKeyHash() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public longSize() : long from class net.openhft.chronicle.map.VanillaChronicleMap to public longSize() : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package initSegmentHeader() : void from class net.openhft.chronicle.map.VanillaContext to public initSegmentHeader() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package mapHeaderInnerSize() : long from class net.openhft.chronicle.map.VanillaChronicleMap to public mapHeaderInnerSize() : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package closeKeyReader() : void from class net.openhft.chronicle.map.VanillaContext to public closeKeyReader() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package onHeaderCreated() : void from class net.openhft.chronicle.map.VanillaChronicleMap to public onHeaderCreated() : void from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package closeSegmentDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeSegmentDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package getContext(contextFactory ContextFactory<T>) : T from class net.openhft.chronicle.map.VanillaContext to package getContext(contextFactory ContextFactory<T>) : T from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initBytesKeyModel0() : void from class net.openhft.chronicle.map.VanillaContext to public initBytesKeyModel0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to package closeSegmentIndex0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initLocksDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initLocksDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package segmentHeaderOffset(segmentIndex int) : long from class net.openhft.chronicle.map.VanillaChronicleMap to public segmentHeaderOffset(segmentIndex int) : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package initKeyHash0() : void from class net.openhft.chronicle.map.VanillaContext to package initKeyHash0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeyOffset0() : void from class net.openhft.chronicle.map.VanillaContext to public initKeyOffset0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package remove0() : boolean from class net.openhft.chronicle.map.VanillaContext to public remove0() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initSegmentHeader0() : void from class net.openhft.chronicle.map.VanillaContext to package initSegmentHeader0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeSegment() : void from class net.openhft.chronicle.map.VanillaContext to public closeSegment() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package checkMapInit() : void from class net.openhft.chronicle.map.VanillaContext to public checkHashInit() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package segmentIndexInit() : boolean from class net.openhft.chronicle.map.VanillaContext to public segmentIndexInit() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initKeySearch0() : void from class net.openhft.chronicle.map.VanillaContext to package initKeySearch0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package isReadLocked() : boolean from class net.openhft.chronicle.map.VanillaContext to public isReadLocked() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeEntrySizeInChunks0() : void from class net.openhft.chronicle.map.VanillaContext to package closeEntrySizeInChunks0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method private breakL1CacheAssociativityContention(segmentSize long) : long from class net.openhft.chronicle.map.VanillaChronicleMap to private breakL1CacheAssociativityContention(segmentSize long) : long from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package closeSegmentHeader() : void from class net.openhft.chronicle.map.VanillaContext to public closeSegmentHeader() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initSegmentIndexDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initSegmentIndexDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package pollLocalsQueue() : void from class net.openhft.chronicle.map.VanillaContext to package pollLocalsQueue() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeSegmentIndex0() : void from class net.openhft.chronicle.map.VanillaContext to package closeSegmentIndex0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMapAndContextLocals0() : void from class net.openhft.chronicle.map.VanillaContext to package initHashAndContextLocals0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package warnOnWindows() : void from class net.openhft.chronicle.map.VanillaChronicleMap to public warnOnWindows() : void from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package upgradeToWriteLock() : void from class net.openhft.chronicle.map.VanillaContext to public upgradeToWriteLock() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeMap0() : void from class net.openhft.chronicle.map.VanillaContext to package closeHash0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public readLock() : InterProcessLock from class net.openhft.chronicle.map.VanillaContext to public readLock() : InterProcessLock from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package VanillaContext() from class net.openhft.chronicle.map.VanillaContext to public HashContext() from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initRemoveDependencies() : void from class net.openhft.chronicle.map.VanillaContext to public initRemoveDependencies() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initLocks() : void from class net.openhft.chronicle.map.VanillaContext to public initLocks() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeFromAnotherThread() : void from class net.openhft.chronicle.map.VanillaContext to public checkContainsKey() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to package initKeyReader0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package incrementReadCounts() : void from class net.openhft.chronicle.map.VanillaContext to package incrementReadCounts() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeyHashDependants() : void from class net.openhft.chronicle.map.VanillaContext to public closeKeyHashDependants() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package closeKeySearch() : void from class net.openhft.chronicle.map.VanillaContext to public closeKeySearch() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package initMap0(map VanillaChronicleMap<K,KI,MKI,V,VI,MVI>) : void from class net.openhft.chronicle.map.VanillaContext to public closeKey0() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public get(contextFactory ContextFactory<T>) : T from class net.openhft.chronicle.map.VanillaContext to public get(contextFactory ContextFactory<T>) : T from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package updateNextPosToSearchFrom(allocated long, chunks int) : void from class net.openhft.chronicle.map.VanillaContext to package updateNextPosToSearchFrom(allocated long, chunks int) : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package freeListBitsSet() : boolean from class net.openhft.chronicle.map.ReplicatedChronicleMap.ReplicatedContext to public used() : boolean from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package nextPosToSearchFrom(nextPosToSearchFrom long) : void from class net.openhft.chronicle.map.VanillaContext to public nextPosToSearchFrom(nextPosToSearchFrom long) : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method public persistedDataVersion() : String from class net.openhft.chronicle.map.VanillaChronicleMap to public persistedDataVersion() : String from class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Pull Up Method package closeEntrySizeInChunks() : void from class net.openhft.chronicle.map.VanillaContext to public closeEntrySizeInChunks() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package checkKeyInit() : void from class net.openhft.chronicle.map.VanillaContext to public checkKeyInit() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |
|
Pull Up Method package decrementReadCounts() : void from class net.openhft.chronicle.map.VanillaContext to package decrementReadCounts() : void from class net.openhft.chronicle.hash.impl.HashContext |
From |
To |