|
Change Parameter Type keyReader : BytesReader<K> to keyReader : SizedReader<K> in method public keyMarshallers(keyReader SizedReader<K>, keyWriter SizedWriter<? super K>) : ChronicleMapBuilder<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Parameter Type m : ReplicatedChronicleMap<K,KI,MKI,V,VI,MVI,R> to m : ReplicatedChronicleMap<K,V,R> in method public ReplicatedChronicleMapHolderImpl(c ChainingInterface, m ReplicatedChronicleMap<K,V,R>) in class net.openhft.chronicle.map.impl.stage.map.ReplicatedChronicleMapHolderImpl |
From |
To |
|
Change Parameter Type map : VanillaChronicleMap<?,?,?,?,?,?,?> to map : VanillaChronicleMap<?,?,?> in method private initTransientsFromReplication(map VanillaChronicleMap<?,?,?>, singleHashReplication SingleChronicleHashReplication, channel ReplicationChannel) : void in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Parameter Type valueReader : BytesReader<V> to valueReader : SizedReader<V> in method public valueMarshallers(valueReader SizedReader<V>, valueWriter SizedWriter<? super V>) : ChronicleMapBuilder<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Parameter Type keyWriter : BytesWriter<? super K> to keyWriter : SizedWriter<? super K> in method public keyMarshallers(keyReader SizedReader<K>, keyWriter SizedWriter<? super K>) : ChronicleMapBuilder<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Parameter Type bytes : Bytes to bytes : BytesStore in method public bytesStore(bytes BytesStore, offset long, maxSize long) : void in class net.openhft.lang.values.DoubleArray |
From |
To |
|
Change Parameter Type map : ReplicatedChronicleMap<?,?,?,?,?,?,?> to map : ReplicatedChronicleMap<?,?,?> in method public OldDeletedEntriesCleanup(map ReplicatedChronicleMap<?,?,?>) in class net.openhft.chronicle.map.OldDeletedEntriesCleanup |
From |
To |
|
Change Parameter Type attached : Attached<K,V> to attached : Attached in method private checkVersions(attached Attached) : void in class net.openhft.chronicle.map.TcpReplicator |
From |
To |
|
Change Parameter Type absentEntry : MapAbsentEntry<K,V> to absentEntry : MapAbsentEntry in method public defaultValue(absentEntry MapAbsentEntry) : Data in class net.openhft.chronicle.map.DefaultSpi |
From |
To |
|
Change Parameter Type map : VanillaChronicleMap<K,?,?,V,?,?,?> to map : VanillaChronicleMap<K,V,?> in method private trySerializeHeaderViaXStream(map VanillaChronicleMap<K,V,?>, oos ObjectOutputStream) : boolean in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Parameter Type bytes : Bytes to bytes : BytesStore in method public bytesStore(bytes BytesStore, offset long, size long) : void in class net.openhft.chronicle.map.ipc.StateMachineData |
From |
To |
|
Change Parameter Type m : ReplicatedChronicleMap<K,KI,MKI,V,VI,MVI,R> to m : ReplicatedChronicleMap<K,V,R> in method public ReplicatedChronicleMapHolderImpl(m ReplicatedChronicleMap<K,V,R>) in class net.openhft.chronicle.map.impl.stage.map.ReplicatedChronicleMapHolderImpl |
From |
To |
|
Change Parameter Type m : VanillaChronicleMap<K,KI,MKI,V,VI,MVI,R> to m : VanillaChronicleMap<K,V,R> in method public VanillaChronicleMapHolderImpl(m VanillaChronicleMap<K,V,R>) in class net.openhft.chronicle.map.impl.stage.map.VanillaChronicleMapHolderImpl |
From |
To |
|
Change Parameter Type m : VanillaChronicleMap<K,KI,MKI,V,VI,MVI,R> to m : VanillaChronicleMap<K,V,R> in method public VanillaChronicleMapHolderImpl(c ChainingInterface, m VanillaChronicleMap<K,V,R>) in class net.openhft.chronicle.map.impl.stage.map.VanillaChronicleMapHolderImpl |
From |
To |
|
Change Parameter Type keyMarshaller : BytesMarshaller<? super K> to marshaller : M in method public keyMarshaller(marshaller M) : ChronicleSetBuilder<K> in class net.openhft.chronicle.set.ChronicleSetBuilder |
From |
To |
|
Change Parameter Type systemModificationIteratorBitSet : DirectBitSet to systemModificationIteratorBitSet : BitSet in method package SystemQueue(systemModificationIteratorBitSet BitSet, systemModificationIterator AtomicReferenceArray<PayloadProvider>, messageHandler MessageHandler) in class net.openhft.chronicle.map.ChannelProvider.SystemQueue |
From |
To |
|
Change Parameter Type valueWriter : BytesWriter<V> to valueWriter : SizedWriter<? super V> in method public valueMarshallers(valueReader SizedReader<V>, valueWriter SizedWriter<? super V>) : ChronicleMapBuilder<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Parameter Type alignment : Alignment to alignment : int in method private worstAlignmentComputationRequiresValueSize(alignment int) : boolean in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Parameter Type map : VanillaChronicleMap<K,?,?,V,?,?,?> to map : VanillaChronicleMap<K,V,?> in method private establishReplication(map VanillaChronicleMap<K,V,?>, singleHashReplication SingleChronicleHashReplication, channel ReplicationChannel) : ChronicleMap<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Variable Type map : VanillaChronicleMap<K,?,?,V,?,?,?> to map : VanillaChronicleMap<K,V,?> in method package createWithFile(file File, singleHashReplication SingleChronicleHashReplication, channel ReplicationChannel) : ChronicleMap<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Variable Type m : VanillaChronicleMap<?,?,?,?,?,?,?> to m : VanillaChronicleMap<?,?,?> in method public innerDefaultReplaceValue(newValue Data<V>) : void in class net.openhft.chronicle.map.impl.stage.entry.MapEntryStages |
From |
To |
|
Change Variable Type context : CompiledReplicatedMapIterationContext<K,KI,MKI,V,VI,MVI,R> to context : CompiledReplicatedMapIterationContext<K,V,R> in method public nextEntry(entryCallback EntryCallback, chronicleId int) : boolean in class net.openhft.chronicle.map.ReplicatedChronicleMap.ModificationIterator |
From |
To |
|
Change Variable Type message : ByteBufferBytes to message : Bytes in method private add(chronicleChannel int, replica Replica, entryExternalizable EntryExternalizable) : void in class net.openhft.chronicle.map.ChannelProvider |
From |
To |
|
Change Variable Type map : ReplicatedChronicleMap<?,?,?,?,?,?,?> to map : ReplicatedChronicleMap<?,?,?> in method public accept(e ReplicableEntry) : void in class net.openhft.chronicle.map.impl.stage.replication.ReplicatedQueryAlloc.CleanupAction |
From |
To |
|
Change Variable Type map : VanillaChronicleMap<K,?,?,V,?,?,?> to map : VanillaChronicleMap<K,V,?> in method package createWithoutFile(singleHashReplication SingleChronicleHashReplication, channel ReplicationChannel) : ChronicleMap<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Variable Type c : CompiledReplicatedMapIterationContext<K,KI,MKI,V,VI,MVI,R> to c : CompiledReplicatedMapIterationContext<K,V,R> in method public dirtyEntries(fromTimeStamp long) : void in class net.openhft.chronicle.map.ReplicatedChronicleMap.ModificationIterator |
From |
To |
|
Change Variable Type map2a : ReplicatedChronicleMap<Integer,?,?,CharSequence,?,?,?> to map2a : ReplicatedChronicleMap<Integer,CharSequence,?> in method public testBootstrapAndHeartbeat() : void in class net.openhft.chronicle.map.TCPSocketReplicationBootStrapTest |
From |
To |
|
Change Variable Type canonicalName : String to valueModel : ValueModel in method public unmarshal(reader HierarchicalStreamReader, context UnmarshallingContext) : Object in class net.openhft.xstream.converters.ValueConverter |
From |
To |
|
Change Variable Type h : VanillaChronicleHash<?,?,? extends MetaBytesInterop<?,?>,?,?,?> to h : VanillaChronicleHash<?,?,?,?> in method public nextTier() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages |
From |
To |
|
Change Variable Type wrapped : WrappedValueInstanceData<V,?,?> to wrapped : WrappedValueInstanceDataHolder<V> in method public wrapValueAsData(value V) : Data<V> in class net.openhft.chronicle.map.impl.stage.map.WrappedValueInstanceValueHolder |
From |
To |
|
Change Variable Type bitSetSize : long to bitSetSizeInBytes : int in method package KeyInterestUpdater(op int, selectionKeys SelectionKey[]) in class net.openhft.chronicle.map.TcpReplicator.KeyInterestUpdater |
From |
To |
|
Change Variable Type map : ReplicatedChronicleMap<?,?,?,?,?,?,?> to map : ReplicatedChronicleMap<?,?,?> in method public forcedOldDeletedEntriesCleanup() : boolean in class net.openhft.chronicle.map.impl.stage.replication.ReplicatedQueryAlloc |
From |
To |
|
Change Variable Type h : VanillaChronicleHash<?,?,?,?,?,?> to h : VanillaChronicleHash<?,?,?,?> in method public allocReturnCode(chunks int) : long in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages |
From |
To |
|
Change Variable Type remoteOpContext : CompiledReplicatedMapQueryContext<K,KI,MKI,V,VI,MVI,R> to remoteOpContext : CompiledReplicatedMapQueryContext<K,V,R> in method public readExternalEntry(source Bytes) : void in class net.openhft.chronicle.map.ReplicatedChronicleMap |
From |
To |
|
Change Variable Type allocatedTierBytes : Bytes to allocatedTierBytes : BytesStore in method public allocateTier(forSegmentIndex int, tier int) : long in class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Change Variable Type h : VanillaChronicleHash<?,?,?,?,?,?> to h : VanillaChronicleHash<?,?,?,?> in method package initSegment() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages |
From |
To |
|
Change Variable Type bytes : Bytes to tierBytesStore : BytesStore in method private allocateTierBulk() : void in class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Change Variable Type methods : Method[] to valueModel : ValueModel in method public marshal(o Object, writer HierarchicalStreamWriter, context MarshallingContext) : void in class net.openhft.xstream.converters.ValueConverter |
From |
To |
|
Change Variable Type alignment : Alignment to alignment : int in method package worstAlignment() : int in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Variable Type alignment : Alignment to alignment : int in method private entrySizeInfo() : EntrySizeInfo in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Return Type A to Boolean in method public read(in Bytes, size long, using Boolean) : Boolean in class net.openhft.chronicle.hash.serialization.impl.BooleanMarshaller |
From |
To |
|
Change Return Type DirectBitSet to BitSet in method private newBitSet(numberOfBits int) : BitSet in class net.openhft.chronicle.map.ChannelProvider |
From |
To |
|
Change Return Type VanillaChronicleMap<K,KI,MKI,V,VI,MVI,R> to VanillaChronicleMap<K,V,R> in method public m() : VanillaChronicleMap<K,V,R> in class net.openhft.chronicle.map.impl.stage.map.VanillaChronicleMapHolderImpl |
From |
To |
|
Change Return Type ReplicatedChronicleMap<K,KI,MKI,V,VI,MVI,R> to ReplicatedChronicleMap<K,V,R> in method public m() : ReplicatedChronicleMap<K,V,R> in class net.openhft.chronicle.map.impl.stage.map.ReplicatedChronicleMapHolderImpl |
From |
To |
|
Change Return Type CompiledReplicatedMapIterationContext<K,KI,MKI,V,VI,MVI,R> to CompiledReplicatedMapIterationContext<K,V,R> in method private remoteItContext() : CompiledReplicatedMapIterationContext<K,V,R> in class net.openhft.chronicle.map.ReplicatedChronicleMap |
From |
To |
|
Change Return Type Data<V> to Data in method public defaultValue(absentEntry MapAbsentEntry) : Data in class net.openhft.chronicle.map.DefaultSpi |
From |
To |
|
Change Return Type Bytes to void in method public nativeWrite(l long, l1 long, l2 long) : void in class net.openhft.chronicle.map.impl.stage.data.ZeroBytesStore |
From |
To |
|
Change Return Type VanillaChronicleMap<K,KI,MKI,V,VI,MVI,R> to VanillaChronicleMap<K,V,R> in method public m() : VanillaChronicleMap<K,V,R> in class net.openhft.chronicle.map.impl.VanillaChronicleMapHolder |
From |
To |
|
Change Return Type int to long in method public maxSize() : long in class net.openhft.chronicle.map.ipc.StateMachineData |
From |
To |
|
Change Return Type ByteBufferBytes to Bytes in method public entryIn() : Bytes in class net.openhft.chronicle.map.AbstractChannelReplicator.EntryCallback |
From |
To |
|
Change Return Type Alignment to int in method package valueAlignment() : int in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Return Type VanillaChronicleHash<K,KI,MKI,?,?,?> to VanillaChronicleHash<K,?,?,?> in method public h() : VanillaChronicleHash<K,?,?,?> in class net.openhft.chronicle.map.impl.VanillaChronicleMapHolder |
From |
To |
|
Change Return Type V to void in method private initWrappedData() : void in class net.openhft.chronicle.map.impl.stage.data.instance.WrappedValueInstanceDataHolder |
From |
To |
|
Change Return Type ByteBufferBytes to Bytes in method private toBootstrapMessage(chronicleChannel int, lastModificationTime long, localIdentifier byte) : Bytes in class net.openhft.chronicle.map.ChannelProvider |
From |
To |
|
Change Return Type VanillaChronicleHash<K,KI,MKI,?,?,?> to VanillaChronicleHash<K,?,?,?> in method public h() : VanillaChronicleHash<K,?,?,?> in class net.openhft.chronicle.hash.impl.VanillaChronicleHashHolder |
From |
To |
|
Change Return Type int to long in method public maxSize() : long in class net.openhft.lang.values.DoubleArray |
From |
To |
|
Change Return Type Bytes to BytesStore in method public tierBytesStore(tierIndex long) : BytesStore in class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Change Return Type Bytes to ZeroBytesStore in method public writeShort(l long, i short) : ZeroBytesStore in class net.openhft.chronicle.map.impl.stage.data.ZeroBytesStore |
From |
To |
|
Change Return Type CompiledReplicatedMapQueryContext<K,KI,MKI,V,VI,MVI,R> to CompiledReplicatedMapQueryContext<K,V,R> in method public mapContext() : CompiledReplicatedMapQueryContext<K,V,R> in class net.openhft.chronicle.map.ReplicatedChronicleMap |
From |
To |
|
Change Return Type VanillaChronicleMap<K,?,?,V,?,?,?> to VanillaChronicleMap<K,V,?> in method private newMap(singleHashReplication SingleChronicleHashReplication, channel ReplicationChannel) : VanillaChronicleMap<K,V,?> in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Return Type CompiledReplicatedMapQueryContext<K,KI,MKI,V,VI,MVI,R> to CompiledReplicatedMapQueryContext<K,V,R> in method private remoteOpContext() : CompiledReplicatedMapQueryContext<K,V,R> in class net.openhft.chronicle.map.ReplicatedChronicleMap |
From |
To |
|
Change Return Type String to Boolean in method public read(in Bytes, size long, using Boolean) : Boolean in class net.openhft.chronicle.hash.serialization.impl.BooleanMarshaller |
From |
To |
|
Change Return Type Bytes to BytesStore in method public bytesStore() : BytesStore in class net.openhft.chronicle.map.ipc.StateMachineData |
From |
To |
|
Change Return Type String to CharSequence in method public read(bytes Bytes, ignored CharSequence) : CharSequence in class net.openhft.chronicle.map.DeflatorStringMarshaller |
From |
To |
|
Change Return Type WrappedValueInstanceData to WrappedValueInstanceDataHolder<V> in method public getUnusedWrappedValueHolder() : WrappedValueInstanceDataHolder<V> in class net.openhft.chronicle.map.impl.stage.data.instance.WrappedValueInstanceDataHolder |
From |
To |
|
Change Return Type ReplicatedChronicleMap<K,KI,MKI,V,VI,MVI,R> to ReplicatedChronicleMap<K,V,R> in method public m() : ReplicatedChronicleMap<K,V,R> in class net.openhft.chronicle.map.impl.ReplicatedChronicleMapHolder |
From |
To |
|
Change Return Type CompiledReplicatedMapIterationContext<K,KI,MKI,V,VI,MVI,R> to CompiledReplicatedMapIterationContext<K,V,R> in method public iterationContext() : CompiledReplicatedMapIterationContext<K,V,R> in class net.openhft.chronicle.map.ReplicatedChronicleMap |
From |
To |
|
Change Return Type Bytes to BytesStore in method public bytesStore() : BytesStore in class net.openhft.lang.values.DoubleArray |
From |
To |
|
Change Attribute Type constantValueProvider : ConstantValueProvider<V> to originalValueDataAccess : DataAccess<V> in class net.openhft.chronicle.map.VanillaChronicleMap |
From |
To |
|
Change Attribute Type modIterSet : ATSDirectBitSet to modIterSet : BitSet in class net.openhft.chronicle.map.ReplicatedChronicleMap |
From |
To |
|
Change Attribute Type remoteOpContext : CompiledReplicatedMapQueryContext<K,KI,MKI,V,VI,MVI,R> to remoteOpContext : CompiledReplicatedMapQueryContext<K,V,R> in class net.openhft.chronicle.map.ReplicatedChronicleMap |
From |
To |
|
Change Attribute Type systemModificationIteratorBitSet : DirectBitSet to systemModificationIteratorBitSet : BitSet in class net.openhft.chronicle.map.ChannelProvider.SystemQueue |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<K,?,?> to hh : VanillaChronicleHashHolder<K> in class net.openhft.chronicle.hash.impl.stage.query.HashQuery |
From |
To |
|
Change Attribute Type mh : ReplicatedChronicleMapHolder<?,?,?,?,?,?,?> to mh : ReplicatedChronicleMapHolder<?,?,?> in class net.openhft.chronicle.map.impl.stage.replication.ReplicationUpdate |
From |
To |
|
Change Attribute Type mh : ReplicatedChronicleMapHolder<?,?,?,?,?,?,?> to mh : ReplicatedChronicleMapHolder<?,?,?> in class net.openhft.chronicle.map.impl.stage.replication.ReplicatedQueryAlloc |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<?,?,?> to hh : VanillaChronicleHashHolder<?> in class net.openhft.chronicle.map.impl.stage.iter.ReplicatedMapSegmentIteration |
From |
To |
|
Change Attribute Type keyReader : BytesReader<K> to keyReader : SizedReader<K> in class net.openhft.chronicle.hash.impl.stage.hash.KeyBytesInterop |
From |
To |
|
Change Attribute Type mh : ReplicatedChronicleMapHolder<K,?,?,V,?,?,R> to mh : ReplicatedChronicleMapHolder<K,V,R> in class net.openhft.chronicle.map.impl.stage.input.ReplicatedInput |
From |
To |
|
Change Attribute Type segmentBytes : PublicMultiStoreBytes to segmentBytes : Bytes in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<?,?,?> to hh : VanillaChronicleHashHolder<?> in class net.openhft.chronicle.hash.impl.stage.hash.CheckOnEachPublicOperation |
From |
To |
|
Change Attribute Type ki : KeyBytesInterop<K,?,?> to ki : KeyBytesInterop<K> in class net.openhft.chronicle.map.impl.stage.data.bytes.ReplicatedInputKeyBytesData |
From |
To |
|
Change Attribute Type originalKeyReader : BytesReader<K> to originalKeyReader : SizedReader<K> in class net.openhft.chronicle.hash.impl.VanillaChronicleHash |
From |
To |
|
Change Attribute Type bytes : Bytes to bs : BytesStore in class net.openhft.chronicle.map.ipc.StateMachineData |
From |
To |
|
Change Attribute Type vi : ValueBytesInterop<V,?,?> to vi : ValueBytesInterop<V> in class net.openhft.chronicle.map.impl.stage.data.bytes.EntryValueBytesData |
From |
To |
|
Change Attribute Type mh : VanillaChronicleMapHolder<K,?,?,V,?,?,?> to mh : VanillaChronicleMapHolder<K,V,?> in class net.openhft.chronicle.map.impl.stage.map.DefaultValue |
From |
To |
|
Change Attribute Type outBuffer : Replicators.OutBuffer to entryIn : Bytes<ByteBuffer> in class net.openhft.chronicle.map.UdpReplicator.UdpSocketChannelEntryWriter |
From |
To |
|
Change Attribute Type alignment : Alignment to alignment : int in class net.openhft.chronicle.map.VanillaChronicleMap |
From |
To |
|
Change Attribute Type alignment : Alignment to alignment : int in class net.openhft.chronicle.map.ChronicleMapBuilder |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<?,?,?> to hh : VanillaChronicleHashHolder<?> in class net.openhft.chronicle.hash.impl.stage.entry.HashLookupPos |
From |
To |
|
Change Attribute Type valueReader : BytesReader<V> to valueReader : SizedReader<V> in class net.openhft.chronicle.map.impl.stage.map.ValueBytesInterop |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<?,?,?> to hh : VanillaChronicleHashHolder<?> in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages |
From |
To |
|
Change Attribute Type systemModificationIteratorBitSet : DirectBitSet to systemModificationIteratorBitSet : BitSet in class net.openhft.chronicle.map.ChannelProvider |
From |
To |
|
Change Attribute Type map1 : ReplicatedChronicleMap<Integer,?,?,CharSequence,?,?,?> to map1 : ReplicatedChronicleMap<Integer,CharSequence,?> in class net.openhft.chronicle.map.TCPSocketReplicationBootStrapTest |
From |
To |
|
Change Attribute Type changeOfOpWriteRequired : DirectBitSet to changeOfOpWriteRequired : BitSet in class net.openhft.chronicle.map.TcpReplicator.KeyInterestUpdater |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<?,?,?> to hh : VanillaChronicleHashHolder<?> in class net.openhft.chronicle.hash.impl.stage.entry.AllocatedChunks |
From |
To |
|
Change Attribute Type mh : ReplicatedChronicleMapHolder<?,?,?,?,?,?,?> to mh : ReplicatedChronicleMapHolder<?,?,?> in class net.openhft.chronicle.map.impl.stage.entry.ReplicatedMapEntryStages |
From |
To |
|
Change Attribute Type langBytes : Bytes to bytesStore : BytesStore in class net.openhft.chronicle.hash.impl.VanillaChronicleHash.TierBulkData |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<?,?,?> to hh : VanillaChronicleHashHolder<?> in class net.openhft.chronicle.hash.impl.stage.iter.IterationSegmentStages |
From |
To |
|
Change Attribute Type remoteItContext : CompiledReplicatedMapIterationContext<K,KI,MKI,V,VI,MVI,R> to remoteItContext : CompiledReplicatedMapIterationContext<K,V,R> in class net.openhft.chronicle.map.ReplicatedChronicleMap |
From |
To |
|
Change Attribute Type mh : VanillaChronicleMapHolder<?,?,?,?,?,?,?> to mh : VanillaChronicleMapHolder<?,?,?> in class net.openhft.chronicle.map.impl.stage.entry.MapEntryStages |
From |
To |
|
Change Attribute Type mh : VanillaChronicleMapHolder<?,?,?,V,VI,MVI,?> to mh : VanillaChronicleMapHolder<?,V,?> in class net.openhft.chronicle.map.impl.stage.map.ValueBytesInterop |
From |
To |
|
Change Attribute Type m : ReplicatedChronicleMap<K,KI,MKI,V,VI,MVI,R> to m : ReplicatedChronicleMap<K,V,R> in class net.openhft.chronicle.map.impl.stage.map.ReplicatedChronicleMapHolderImpl |
From |
To |
|
Change Attribute Type originalValueReader : BytesReader<V> to originalValueReader : SizedReader<V> in class net.openhft.chronicle.map.VanillaChronicleMap |
From |
To |
|
Change Attribute Type ks : KeySearch to ks : KeySearch<K> in class net.openhft.chronicle.hash.impl.stage.query.HashQuery |
From |
To |
|
Change Attribute Type m : VanillaChronicleMap<K,KI,MKI,V,VI,MVI,R> to m : VanillaChronicleMap<K,V,R> in class net.openhft.chronicle.map.impl.stage.map.VanillaChronicleMapHolderImpl |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<K,KI,MKI> to hh : VanillaChronicleHashHolder<K> in class net.openhft.chronicle.hash.impl.stage.hash.KeyBytesInterop |
From |
To |
|
Change Attribute Type mh : VanillaChronicleMapHolder<K,?,?,V,?,?,R> to mh : VanillaChronicleMapHolder<K,V,R> in class net.openhft.chronicle.map.impl.stage.query.MapQuery |
From |
To |
|
Change Attribute Type next : WrappedValueInstanceData<V,VI,MVI> to next : WrappedValueInstanceDataHolder<V> in class net.openhft.chronicle.map.impl.stage.data.instance.WrappedValueInstanceDataHolder |
From |
To |
|
Change Attribute Type out : ByteBufferBytes to entryOut : Bytes in class net.openhft.chronicle.map.UdpReplicator.UdpSocketChannelEntryReader |
From |
To |
|
Change Attribute Type map : ReplicatedChronicleMap<?,?,?,?,?,?,?> to map : ReplicatedChronicleMap<?,?,?> in class net.openhft.chronicle.map.OldDeletedEntriesCleanup |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<?,?,?> to hh : VanillaChronicleHashHolder<?> in class net.openhft.chronicle.hash.impl.stage.entry.HashEntryStages |
From |
To |
|
Change Attribute Type mh : VanillaChronicleMapHolder<?,?,?,V,VI,MVI,?> to mh : VanillaChronicleMapHolder<?,V,?> in class net.openhft.chronicle.map.impl.stage.data.instance.WrappedValueInstanceDataHolder |
From |
To |
|
Change Attribute Type mh : VanillaChronicleMapHolder<?,?,?,?,?,?,?> to mh : VanillaChronicleMapHolder<?,?,?> in class net.openhft.chronicle.map.impl.stage.data.DummyValueZeroData |
From |
To |
|
Change Attribute Type mh : VanillaChronicleMapHolder<K,?,?,V,?,?,R> to mh : VanillaChronicleMapHolder<K,V,R> in class net.openhft.chronicle.map.impl.stage.map.MapEntryOperationsDelegation |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<?,?,?> to hh : VanillaChronicleHashHolder<?> in class net.openhft.chronicle.hash.impl.stage.entry.HashLookupSearch |
From |
To |
|
Change Attribute Type bytes : Bytes to bs : BytesStore in class net.openhft.lang.values.DoubleArray |
From |
To |
|
Change Attribute Type ki : KeyBytesInterop<K,?,?> to ki : KeyBytesInterop<K> in class net.openhft.chronicle.hash.impl.stage.data.bytes.EntryKeyBytesData |
From |
To |
|
Change Attribute Type out : ByteBufferBytes to entryOut : Bytes in class net.openhft.chronicle.map.TcpReplicator.TcpSocketChannelEntryReader |
From |
To |
|
Change Attribute Type wrappedValueInstanceValue : WrappedValueInstanceData<V,?,?> to wrappedValueInstanceValueHolder : WrappedValueInstanceDataHolder<V> in class net.openhft.chronicle.map.impl.stage.map.WrappedValueInstanceValueHolder |
From |
To |
|
Change Attribute Type hh : VanillaChronicleHashHolder<?,?,?> to hh : VanillaChronicleHashHolder<?> in class net.openhft.chronicle.hash.impl.stage.iter.HashSegmentIteration |
From |
To |
|
Rename Parameter usingValue : V to using : V in method public getUsing(using V) : V in class net.openhft.chronicle.map.impl.stage.data.bytes.EntryValueBytesData |
From |
To |
|
Rename Parameter usingInstance : V to using : V in method public getUsing(using V) : V in class net.openhft.chronicle.map.impl.stage.data.DummyValueZeroData |
From |
To |
|
Rename Parameter bytes : Bytes to out : Bytes in method public writeSize(out Bytes, sizeToWrite long) : void in class net.openhft.chronicle.hash.serialization.SizeMarshaller |
From |
To |
|
Rename Parameter bytes : Bytes to out : Bytes in method public write(out Bytes, s CharSequence) : void in class net.openhft.chronicle.map.DeflatorStringMarshaller |
From |
To |
|
Rename Parameter bytes : Bytes to in : Bytes in method public read(in Bytes, size long, using LongPair[]) : LongPair[] in class net.openhft.chronicle.map.fromdocs.LongPairArrayReader |
From |
To |
|
Rename Parameter keyMarshaller : BytesMarshaller<? super K> to marshaller : M in method public keyMarshaller(marshaller M) : ChronicleSetBuilder<K> in class net.openhft.chronicle.set.ChronicleSetBuilder |
From |
To |
|
Rename Parameter a : A to using : A in method public read(in Bytes, using A) : A in class net.openhft.chronicle.map.example.ComplexSerializationTest.AMarshaller |
From |
To |
|
Rename Parameter longPairs : LongPair[] to toWrite : LongPair[] in method public write(out Bytes, size long, toWrite LongPair[]) : void in class net.openhft.chronicle.map.fromdocs.LongPairArrayWriter |
From |
To |
|
Rename Parameter usingKey : K to using : K in method public getUsing(using K) : K in class net.openhft.chronicle.hash.impl.stage.data.bytes.EntryKeyBytesData |
From |
To |
|
Rename Parameter uuid : UUID to using : UUID in method public read(bytes Bytes, using UUID) : UUID in class net.openhft.chronicle.map.Issue58.UuidMarshaller |
From |
To |
|
Rename Parameter arg1 : ValueWrapper to using : ValueWrapper in method public read(in Bytes, using ValueWrapper) : ValueWrapper in class net.openhft.chronicle.map.Issue43Test.ArrayMarshaller |
From |
To |
|
Rename Parameter usingKey : K to using : K in method public getUsing(using K) : K in class net.openhft.chronicle.map.impl.stage.data.bytes.ReplicatedInputKeyBytesData |
From |
To |
|
Rename Parameter bytes : Bytes to in : Bytes in method public read(in Bytes, size long, using Boolean) : Boolean in class net.openhft.chronicle.hash.serialization.impl.BooleanMarshaller |
From |
To |
|
Rename Parameter usingInstance : V to using : V in method public getUsing(using V) : V in class net.openhft.chronicle.hash.Data |
From |
To |
|
Rename Parameter bytes : Bytes to out : Bytes in method public write(out Bytes, size long, toWrite LongPair[]) : void in class net.openhft.chronicle.map.fromdocs.LongPairArrayWriter |
From |
To |
|
Rename Parameter size : long to sizeToWrite : long in method public writeSize(out Bytes, sizeToWrite long) : void in class net.openhft.chronicle.hash.serialization.SizeMarshaller |
From |
To |
|
Rename Parameter bytes : Bytes to in : Bytes in method public readSize(in Bytes) : long in class net.openhft.chronicle.hash.serialization.SizeMarshaller |
From |
To |
|
Rename Parameter longPairs : LongPair[] to toWrite : LongPair[] in method public size(toWrite LongPair[]) : long in class net.openhft.chronicle.map.fromdocs.LongPairArrayWriter |
From |
To |
|
Rename Parameter usingValue : V to using : V in method public getUsing(using V) : V in class net.openhft.chronicle.map.impl.stage.data.bytes.ReplicatedInputValueBytesData |
From |
To |
|
Rename Parameter langBytesStore : BytesStore to bytesStore : BytesStore in method public TierBulkData(bytesStore BytesStore, offset long) in class net.openhft.chronicle.hash.impl.VanillaChronicleHash.TierBulkData |
From |
To |
|
Rename Parameter toReuse : LongPair[] to using : LongPair[] in method public read(in Bytes, size long, using LongPair[]) : LongPair[] in class net.openhft.chronicle.map.fromdocs.LongPairArrayReader |
From |
To |
|
Rename Parameter a : A to toWrite : A in method public write(out Bytes, toWrite A) : void in class net.openhft.chronicle.map.example.ComplexSerializationTest.AMarshaller |
From |
To |
|
Rename Parameter arg0 : Bytes to in : Bytes in method public read(in Bytes, using ValueWrapper) : ValueWrapper in class net.openhft.chronicle.map.Issue43Test.ArrayMarshaller |
From |
To |
|
Rename Parameter size : long to constantSize : long in method public constant(constantSize long) : SizeMarshaller in class net.openhft.chronicle.hash.serialization.SizeMarshaller |
From |
To |