|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryWriterExImpl(ctx BinaryContext) in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Parameter Type out : PortableOutputStream to out : BinaryOutputStream in method public write(out BinaryOutputStream, fieldCnt int, compactFooter boolean) : int in class org.apache.ignite.internal.binary.BinaryWriterSchemaHolder |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public unmarshal(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadMap(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, deserialize boolean, factory BinaryMapFactory) : Map<?,?> in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method private BinaryLazyMap(reader BinaryBuilderReader, off int) in class org.apache.ignite.internal.binary.builder.BinaryLazyMap |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadObject(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryTypeImpl(ctx BinaryContext, meta BinaryMetadata) in class org.apache.ignite.internal.binary.BinaryTypeImpl |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public doReadOptimized(in BinaryInputStream, ctx BinaryContext, clsLdr ClassLoader) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type other : PortableBuilderReader to other : BinaryBuilderReader in method package BinaryBuilderReader(other BinaryBuilderReader, start int) in class org.apache.ignite.internal.binary.builder.BinaryBuilderReader |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method protected BinaryObjectArrayLazyValue(reader BinaryBuilderReader) in class org.apache.ignite.internal.binary.builder.BinaryObjectArrayLazyValue |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadDate(in BinaryInputStream) : Date in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryReaderExImpl(ctx BinaryContext, in BinaryInputStream, ldr ClassLoader, hnds BinaryReaderHandles, skipHdrCheck boolean) in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Parameter Type schemas : Collection<PortableSchema> to schemas : Collection<BinarySchema> in method public BinaryMetadata(typeId int, typeName String, fields Map<String,Integer>, affKeyFieldName String, schemas Collection<BinarySchema>, isEnum boolean) in class org.apache.ignite.internal.binary.BinaryMetadata |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadDecimal(in BinaryInputStream) : BigDecimal in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public unmarshal(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadObjectArray(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, deserialize boolean) : Object[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type schema : PortableSchema to schema : BinarySchema in method public addSchema(schemaId int, schema BinarySchema) : void in class org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public doReadCollection(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, deserialize boolean, factory BinaryCollectionFactory) : Collection<?> in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadEnumArray(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, cls Class<?>) : Object[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public wrap(ctx BinaryContext) : BinaryTypeImpl in class org.apache.ignite.internal.binary.BinaryMetadata |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryLazyLinkedList |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadStringArray(in BinaryInputStream) : String[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadTimestampArray(in BinaryInputStream) : Timestamp[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public doReadObjectArray(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, deserialize boolean) : Object[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryReaderExImpl(ctx BinaryContext, in BinaryInputStream, ldr ClassLoader) in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public BinaryReaderExImpl(ctx BinaryContext, in BinaryInputStream, ldr ClassLoader, hnds BinaryReaderHandles) in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method package BinaryObjectBuilderImpl(reader BinaryBuilderReader, start int) in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Parameter Type in : PortablePositionReadable to in : BinaryPositionReadable in method public footerStartRelative(in BinaryPositionReadable, start int) : int in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadUuid(in BinaryInputStream) : UUID in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadEnum(in BinaryInputStream, cls Class<?>) : Enum<?> in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryObjectArrayLazyValue |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public context(ctx BinaryContext) : void in class org.apache.ignite.internal.binary.BinaryObjectImpl |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method package BinaryClassDescriptor(ctx BinaryContext, cls Class<?>, userType boolean, typeId int, typeName String, affKeyFieldName String, idMapper BinaryIdMapper, serializer BinarySerializer, metaDataEnabled boolean, registered boolean, predefined boolean) in class org.apache.ignite.internal.binary.BinaryClassDescriptor |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public doReadMap(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, deserialize boolean, factory BinaryMapFactory) : Map<?,?> in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadFloatArray(in BinaryInputStream) : float[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method public parseMap(reader BinaryBuilderReader) : BinaryLazyMap in class org.apache.ignite.internal.binary.builder.BinaryLazyMap |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public doReadClass(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader) : Class in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type key : PortableMetadataKey to key : BinaryMetadataKey in method private addClientCacheMetaData(key BinaryMetadataKey, newMeta BinaryMetadata) : void in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Parameter Type evts : Iterable<CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata>> to evts : Iterable<CacheEntryEvent<? extends BinaryMetadataKey,? extends BinaryMetadata>> in method public onUpdated(evts Iterable<CacheEntryEvent<? extends BinaryMetadataKey,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadByteArray(in BinaryInputStream) : byte[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public resolveClass(ctx BinaryContext, typeId int, clsName String, ldr ClassLoader, deserialize boolean) : Class in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method private doReadEnumType(in BinaryInputStream) : EnumType in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method private doReadPortableEnumArray(in BinaryInputStream, ctx BinaryContext) : Object[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryEnumObjectImpl(ctx BinaryContext, typeId int, clsName String, ord int) in class org.apache.ignite.internal.binary.BinaryEnumObjectImpl |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method package BinaryLazyArrayList(reader BinaryBuilderReader, size int) in class org.apache.ignite.internal.binary.builder.BinaryLazyArrayList |
From |
To |
|
Change Parameter Type out : PortableOutputStream to out : BinaryOutputStream in method public BinaryWriterExImpl(ctx BinaryContext, out BinaryOutputStream, schema BinaryWriterSchemaHolder, handles BinaryWriterHandles) in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryObjectBuilderImpl(ctx BinaryContext, clsName String) in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method private deserializeOrUnmarshal(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, deserialize boolean) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryLazyArrayList |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadString(in BinaryInputStream) : String in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadCollection(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, deserialize boolean, factory BinaryCollectionFactory) : Collection<?> in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadIntArray(in BinaryInputStream) : int[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryLazySet |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public unmarshal(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, detach boolean) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortablePositionReadable to in : BinaryPositionReadable in method public footerAbsolute(in BinaryPositionReadable, start int) : IgniteBiTuple<Integer,Integer> in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method private doReadPortableEnum(in BinaryInputStream, ctx BinaryContext, type EnumType) : BinaryEnumObjectImpl in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryBuilderReader.LazyCollection |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method protected BinaryPlainLazyValue(reader BinaryBuilderReader, valOff int, len int) in class org.apache.ignite.internal.binary.builder.BinaryPlainLazyValue |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public doReadClass(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, typeId int) : Class in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method private deserializeOrUnmarshal(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, deserialize boolean) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method protected BinaryEnumArrayLazyValue(reader BinaryBuilderReader) in class org.apache.ignite.internal.binary.builder.BinaryEnumArrayLazyValue |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method public BinaryModifiableLazyValue(reader BinaryBuilderReader, valOff int, len int) in class org.apache.ignite.internal.binary.builder.BinaryModifiableLazyValue |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public unmarshal(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public BinaryReaderExImpl(ctx BinaryContext, in BinaryInputStream, ldr ClassLoader) in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method private doReadPortableEnumArray(in BinaryInputStream, ctx BinaryContext) : Object[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryPlainLazyValue |
From |
To |
|
Change Parameter Type in : PortablePositionReadable to in : BinaryPositionReadable in method public length(in BinaryPositionReadable, start int) : int in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method public BinaryBuilderEnum(reader BinaryBuilderReader) in class org.apache.ignite.internal.binary.builder.BinaryBuilderEnum |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method package BinaryLazyLinkedList(reader BinaryBuilderReader, size int) in class org.apache.ignite.internal.binary.builder.BinaryLazyLinkedList |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method protected BinaryAbstractLazyValue(reader BinaryBuilderReader, valOff int) in class org.apache.ignite.internal.binary.builder.BinaryAbstractLazyValue |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public unmarshal(in BinaryInputStream) : T in class org.apache.ignite.internal.binary.GridBinaryMarshaller |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryWriterExImpl(ctx BinaryContext, out BinaryOutputStream, schema BinaryWriterSchemaHolder, handles BinaryWriterHandles) in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Parameter Type in : PortablePositionReadable to in : BinaryPositionReadable in method public rawOffsetAbsolute(in BinaryPositionReadable, start int) : int in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public unmarshal(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder, detach boolean) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type schemas : PortableSchemaRegistry to schemas : BinarySchemaRegistry in method public BinaryFieldImpl(typeId int, schemas BinarySchemaRegistry, fieldName String, fieldId int) in class org.apache.ignite.internal.binary.BinaryFieldImpl |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryPlainBinaryObject |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public doReadEnumArray(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, cls Class<?>) : Object[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadShortArray(in BinaryInputStream) : short[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadTimestamp(in BinaryInputStream) : Timestamp in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryReaderExImpl(ctx BinaryContext, in BinaryInputStream, ldr ClassLoader, hnds BinaryReaderHandles) in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Parameter Type key : PortableMetadataKey to key : BinaryMetadataKey in method protected equalsx(key BinaryMetadataKey) : boolean in class org.apache.ignite.internal.processors.cache.binary.BinaryMetadataKey |
From |
To |
|
Change Parameter Type serializer : PortableBuilderSerializer to serializer : BinaryBuilderSerializer in method package serializeTo(writer BinaryWriterExImpl, serializer BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryBuilderEnum |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryObjectBuilderImpl(ctx BinaryContext, typeId int, typeName String) in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryObjectOffheapImpl(ctx BinaryContext, ptr long, start int, size int) in class org.apache.ignite.internal.binary.BinaryObjectOffheapImpl |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public doReadPortableObject(in BinaryInputStream, ctx BinaryContext) : BinaryObject in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryObjectImpl(ctx BinaryContext, arr byte[], start int) in class org.apache.ignite.internal.binary.BinaryObjectImpl |
From |
To |
|
Change Parameter Type builder : PortableSchema.Builder to builder : BinarySchema.Builder in method public build(builder BinarySchema.Builder, fieldCnt int) : void in class org.apache.ignite.internal.binary.BinaryWriterSchemaHolder |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryValueWithType |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryLazyMap |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public positionForHandle(in BinaryInputStream) : int in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type entry : MutableEntry<PortableMetadataKey,BinaryMetadata> to entry : MutableEntry<BinaryMetadataKey,BinaryMetadata> in method public process(entry MutableEntry<BinaryMetadataKey,BinaryMetadata>, args Object...) : BinaryObjectException in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.MetadataProcessor |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryEnumArrayLazyValue |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method private setPortableContext(ctx BinaryContext, cfg IgniteConfiguration) : void in class org.apache.ignite.internal.binary.BinaryMarshaller |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadDoubleArray(in BinaryInputStream) : double[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type out : PortableOutputStream to out : BinaryOutputStream in method public writer(out BinaryOutputStream) : BinaryWriterExImpl in class org.apache.ignite.internal.binary.GridBinaryMarshaller |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadPortableObject(in BinaryInputStream, ctx BinaryContext) : BinaryObject in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryModifiableLazyValue |
From |
To |
|
Change Parameter Type chunk : PortableMemoryAllocatorChunk to chunk : BinaryMemoryAllocatorChunk in method public BinaryHeapOutputStream(cap int, chunk BinaryMemoryAllocatorChunk) in class org.apache.ignite.internal.binary.streams.BinaryHeapOutputStream |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadBooleanArray(in BinaryInputStream) : boolean[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadDecimalArray(in BinaryInputStream) : BigDecimal[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableBuilderSerializer to ctx : BinaryBuilderSerializer in method public writeTo(writer BinaryWriterExImpl, ctx BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryBuilderSerializationAware |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public GridBinaryMarshaller(ctx BinaryContext) in class org.apache.ignite.internal.binary.GridBinaryMarshaller |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public BinaryWriterExImpl(ctx BinaryContext, tlsCtx BinaryThreadLocalContext) in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public BinaryReaderExImpl(ctx BinaryContext, in BinaryInputStream, ldr ClassLoader, hnds BinaryReaderHandles, skipHdrCheck boolean) in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Parameter Type stream : PortablePositionReadable to stream : BinaryPositionReadable in method public fieldOffsetRelative(stream BinaryPositionReadable, pos int, fieldOffsetSize int) : int in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortablePositionReadable to in : BinaryPositionReadable in method public rawOffsetRelative(in BinaryPositionReadable, start int) : int in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadCharArray(in BinaryInputStream) : char[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method private doReadPortableEnum(in BinaryInputStream, ctx BinaryContext, type EnumType) : BinaryEnumObjectImpl in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadOptimized(in BinaryInputStream, ctx BinaryContext, clsLdr ClassLoader) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadClass(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader) : Class in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public unmarshal(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadClass(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, typeId int) : Class in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadUuidArray(in BinaryInputStream) : UUID[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type reader : PortableBuilderReader to reader : BinaryBuilderReader in method package BinaryLazySet(reader BinaryBuilderReader, size int) in class org.apache.ignite.internal.binary.builder.BinaryLazySet |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadLongArray(in BinaryInputStream) : long[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortablePositionReadable to in : BinaryPositionReadable in method public footerStartAbsolute(in BinaryPositionReadable, start int) : int in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method private doReadClassName(in BinaryInputStream) : String in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type in : PortableInputStream to in : BinaryInputStream in method public doReadDateArray(in BinaryInputStream) : Date[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Parameter Type ctx : PortableContext to ctx : BinaryContext in method public doReadObject(in BinaryInputStream, ctx BinaryContext, ldr ClassLoader, handles BinaryReaderHandlesHolder) : Object in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Return Type PortableClassDescriptor to BinaryClassDescriptor in method public descriptorForTypeId(userType boolean, typeId int, ldr ClassLoader, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method package schema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryClassDescriptor |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method public getOrCreateSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Return Type PortableOutputStream to BinaryOutputStream in method public out() : BinaryOutputStream in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Return Type PortableContext to BinaryContext in method protected portableContext(marsh BinaryMarshaller) : BinaryContext in class org.apache.ignite.internal.binary.BinaryFieldsAbstractSelfTest |
From |
To |
|
Change Return Type PortableContext to BinaryContext in method protected portableContext(marsh BinaryMarshaller) : BinaryContext in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method package schema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryMetadataCollector |
From |
To |
|
Change Return Type PortableClassDescriptor to BinaryClassDescriptor in method package descriptor() : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Return Type PortableContext to BinaryContext in method public context() : BinaryContext in class org.apache.ignite.internal.binary.BinaryObjectImpl |
From |
To |
|
Change Return Type PortableMemoryAllocatorChunk to BinaryMemoryAllocatorChunk in method public chunk() : BinaryMemoryAllocatorChunk in class org.apache.ignite.internal.binary.BinaryThreadLocalContext |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method private createSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Return Type GridPortableMarshaller to GridBinaryMarshaller in method private marshaller() : GridBinaryMarshaller in class org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetConfigurationClosure |
From |
To |
|
Change Return Type PortableLazyMap to BinaryLazyMap in method public parseMap(reader BinaryBuilderReader) : BinaryLazyMap in class org.apache.ignite.internal.binary.builder.BinaryLazyMap |
From |
To |
|
Change Return Type PortableClassDescriptor to BinaryClassDescriptor in method private registerClassDescriptor(cls Class<?>, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Return Type PortableContext to BinaryContext in method public portableContext() : BinaryContext in class org.apache.ignite.internal.binary.builder.BinaryBuilderReader |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method protected abstract createSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryObjectExImpl |
From |
To |
|
Change Return Type PortableSchemaRegistry to BinarySchemaRegistry in method public schemaRegistry(typeId int) : BinarySchemaRegistry in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Return Type PortableClassDescriptor to BinaryClassDescriptor in method public descriptorForClass(cls Class<?>, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Return Type PortableHeapInputStream to BinaryHeapInputStream in method public copy() : BinaryHeapInputStream in class org.apache.ignite.internal.binary.streams.BinaryHeapInputStream |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method protected createSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryObjectImpl |
From |
To |
|
Change Return Type PortableClassDescriptor to BinaryClassDescriptor in method private registerUserClassDescriptor(cls Class<?>, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method public schema() : BinarySchema in class org.apache.ignite.internal.binary.builder.BinaryBuilderReader |
From |
To |
|
Change Return Type PortableHeapInputStream to BinaryHeapInputStream in method public create(data byte[], pos int) : BinaryHeapInputStream in class org.apache.ignite.internal.binary.streams.BinaryHeapInputStream |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method public build() : BinarySchema in class org.apache.ignite.internal.binary.BinarySchema.Builder |
From |
To |
|
Change Return Type PortableInputStream to BinaryInputStream in method public in() : BinaryInputStream in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Return Type PortableContext to BinaryContext in method protected portableContext(marsh BinaryMarshaller) : BinaryContext in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Change Return Type Collection<PortableSchema> to Collection<BinarySchema> in method public schemas() : Collection<BinarySchema> in class org.apache.ignite.internal.binary.BinaryMetadata |
From |
To |
|
Change Return Type GridPortableMarshaller to GridBinaryMarshaller in method public marshaller() : GridBinaryMarshaller in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method public schema(schemaId int) : BinarySchema in class org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method public currentSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Return Type PortableOutputStream to BinaryOutputStream in method public out() : BinaryOutputStream in class org.apache.ignite.internal.binary.BinaryRawWriterEx |
From |
To |
|
Change Return Type PortableContext to BinaryContext in method public context() : BinaryContext in class org.apache.ignite.internal.binary.BinaryTypeImpl |
From |
To |
|
Change Return Type PortableClassDescriptor to BinaryClassDescriptor in method public registerPredefinedType(cls Class<?>, id int) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Return Type PortableContext to BinaryContext in method public context() : BinaryContext in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Return Type PortableContext to BinaryContext in method public context() : BinaryContext in class org.apache.ignite.internal.binary.GridBinaryMarshaller |
From |
To |
|
Change Return Type PortableContext to BinaryContext in method public portableContext() : BinaryContext in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Return Type PortableMemoryAllocatorChunk to BinaryMemoryAllocatorChunk in method public chunk() : BinaryMemoryAllocatorChunk in class org.apache.ignite.internal.binary.streams.BinaryMemoryAllocator |
From |
To |
|
Change Return Type PortableSchema to BinarySchema in method protected createSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryObjectOffheapImpl |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableLazyValue renamed to org.apache.ignite.internal.binary.builder.BinaryLazyValue |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCachePortableDuplicateIndexObjectPartitionedTransactionalSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheBinaryDuplicateIndexObjectPartitionedTransactionalSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortablePlainPortableObject renamed to org.apache.ignite.internal.binary.builder.BinaryPlainBinaryObject |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableLazyLinkedList renamed to org.apache.ignite.internal.binary.builder.BinaryLazyLinkedList |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.GridPortableDuplicateIndexObjectsAbstractSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.GridBinaryDuplicateIndexObjectsAbstractSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.PortableSchemaRegistry renamed to org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableAbstractOutputStream renamed to org.apache.ignite.internal.binary.streams.BinaryAbstractOutputStream |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.PortableContext renamed to org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredEvictionPortableSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredEvictionBinarySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredPortableSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredBinarySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.GridCachePortableStorePortablesSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.GridCacheBinaryStorePortablesSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAffinityRoutingPortableSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAffinityRoutingBinarySelfTest |
From |
To |
|
Rename Class org.apache.ignite.examples.ComputeClientPortableExampleTest renamed to org.apache.ignite.examples.ComputeClientBinaryExampleTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAtomicPartitionedOnlyPortableDataStreamerMultithreadedSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAtomicPartitionedOnlyBinaryDataStreamerMultithreadedSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.CacheObjectPortableContext renamed to org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryContext |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.datastreaming.DataStreamProcessorPortableSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.datastreaming.DataStreamProcessorBinarySelfTest |
From |
To |
|
Rename Class org.apache.ignite.examples.CacheClientPortableExampleTest renamed to org.apache.ignite.examples.CacheClientBinaryExampleTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortablePlainLazyValue renamed to org.apache.ignite.internal.binary.builder.BinaryPlainLazyValue |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableLazySet renamed to org.apache.ignite.internal.binary.builder.BinaryLazySet |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.rest.client.message.GridClientPortableMetaData renamed to org.apache.ignite.internal.processors.rest.client.message.GridClientBinaryMetaData |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableBuilderReader renamed to org.apache.ignite.internal.binary.builder.BinaryBuilderReader |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.GridPortableCacheEntryMemorySizeSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.GridBinaryCacheEntryMemorySizeSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCachePortableDuplicateIndexObjectPartitionedAtomicSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheBinaryDuplicateIndexObjectPartitionedAtomicSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableObjectArrayLazyValue renamed to org.apache.ignite.internal.binary.builder.BinaryObjectArrayLazyValue |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableMemoryAllocator renamed to org.apache.ignite.internal.binary.streams.BinaryMemoryAllocator |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCachePortablesPartitionedOnlyByteArrayValuesSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheBinariesPartitionedOnlyByteArrayValuesSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableValueWithType renamed to org.apache.ignite.internal.binary.builder.BinaryValueWithType |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAtomicPartitionedOnlyPortableMultiNodeSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAtomicPartitionedOnlyBinaryMultiNodeSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.GridPortableMarshaller renamed to org.apache.ignite.internal.binary.GridBinaryMarshaller |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableBuilderSerializationAware renamed to org.apache.ignite.internal.binary.builder.BinaryBuilderSerializationAware |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.GridPortableMarshallerCtxDisabledSelfTest renamed to org.apache.ignite.internal.binary.GridBinaryMarshallerCtxDisabledSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableBuilderEnum renamed to org.apache.ignite.internal.binary.builder.BinaryBuilderEnum |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableLazyArrayList renamed to org.apache.ignite.internal.binary.builder.BinaryLazyArrayList |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.CacheDefaultPortableAffinityKeyMapper renamed to org.apache.ignite.internal.processors.cache.binary.CacheDefaultBinaryAffinityKeyMapper |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.PortableMetadataKey renamed to org.apache.ignite.internal.processors.cache.binary.BinaryMetadataKey |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableHeapInputStream renamed to org.apache.ignite.internal.binary.streams.BinaryHeapInputStream |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableBuilderSerializer renamed to org.apache.ignite.internal.binary.builder.BinaryBuilderSerializer |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredAtomicPortableSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredAtomicBinarySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableAbstractInputStream renamed to org.apache.ignite.internal.binary.streams.BinaryAbstractInputStream |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.PortablePositionReadable renamed to org.apache.ignite.internal.binary.BinaryPositionReadable |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableEnumArrayLazyValue renamed to org.apache.ignite.internal.binary.builder.BinaryEnumArrayLazyValue |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableOffheapOutputStream renamed to org.apache.ignite.internal.binary.streams.BinaryOffheapOutputStream |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.GridPortableAffinityKeySelfTest renamed to org.apache.ignite.internal.binary.GridBinaryAffinityKeySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.PortablePrimitives renamed to org.apache.ignite.internal.binary.BinaryPrimitives |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableAbstractStream renamed to org.apache.ignite.internal.binary.streams.BinaryAbstractStream |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.GridCachePortableStoreObjectsSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.GridCacheBinaryStoreObjectsSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredEvictionAtomicPortableSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredEvictionAtomicBinarySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableOffheapInputStream renamed to org.apache.ignite.internal.binary.streams.BinaryOffheapInputStream |
From |
To |
|
Rename Class org.apache.ignite.tests.p2p.CacheDeploymentPortableEntryProcessor renamed to org.apache.ignite.tests.p2p.CacheDeploymentBinaryEntryProcessor |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.PortableUtils renamed to org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAtomicPartitionedOnlyPortableDataStreamerMultiNodeSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAtomicPartitionedOnlyBinaryDataStreamerMultiNodeSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableModifiableLazyValue renamed to org.apache.ignite.internal.binary.builder.BinaryModifiableLazyValue |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableStream renamed to org.apache.ignite.internal.binary.streams.BinaryStream |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAtomicPartitionedOnlyPortableMultithreadedSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheAtomicPartitionedOnlyBinaryMultithreadedSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableInputStream renamed to org.apache.ignite.internal.binary.streams.BinaryInputStream |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableHeapOutputStream renamed to org.apache.ignite.internal.binary.streams.BinaryHeapOutputStream |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.PortableSchema renamed to org.apache.ignite.internal.binary.BinarySchema |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableAbstractLazyValue renamed to org.apache.ignite.internal.binary.builder.BinaryAbstractLazyValue |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableMemoryAllocatorChunk renamed to org.apache.ignite.internal.binary.streams.BinaryMemoryAllocatorChunk |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.builder.PortableLazyMap renamed to org.apache.ignite.internal.binary.builder.BinaryLazyMap |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.streams.PortableOutputStream renamed to org.apache.ignite.internal.binary.streams.BinaryOutputStream |
From |
To |
|
Rename Class org.apache.ignite.internal.binary.PortableClassDescriptor renamed to org.apache.ignite.internal.binary.BinaryClassDescriptor |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheMemoryModePortableSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheMemoryModeBinarySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.binary.GridCachePortableStoreAbstractSelfTest renamed to org.apache.ignite.internal.processors.cache.binary.GridCacheBinaryStoreAbstractSelfTest |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method package marshal(obj Object, enableReplace boolean) : void in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Variable Type next : Map.Entry<PortableMetadataKey,BinaryMetadata> to next : Map.Entry<BinaryMetadataKey,BinaryMetadata> in method public onUtilityCacheStarted() : void in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testCacheCheckpoint() : void in class org.apache.ignite.session.GridSessionCheckpointSelfTest |
From |
To |
|
Change Variable Type stream : PortableOffheapInputStream to stream : BinaryOffheapInputStream in method private reader(rCtx BinaryReaderHandles) : BinaryReaderExImpl in class org.apache.ignite.internal.binary.BinaryObjectOffheapImpl |
From |
To |
|
Change Variable Type confirm : PortableSchema.Confirmation to confirm : BinarySchema.Confirmation in method public findFieldByName(name String) : boolean in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Variable Type stream : PortableOffheapInputStream to stream : BinaryOffheapInputStream in method protected fieldByOrder(order int) : F in class org.apache.ignite.internal.binary.BinaryObjectOffheapImpl |
From |
To |
|
Change Variable Type newSchemas : HashMap<Integer,PortableSchema> to newSchemas : HashMap<Integer,BinarySchema> in method public addSchema(schemaId int, schema BinarySchema) : void in class org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method private registerClassDescriptor(cls Class<?>, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method public registerUserType(clsName String, idMapper BinaryIdMapper, serializer BinarySerializer, affKeyFieldName String, isEnum boolean) : void in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method public registerPredefinedType(cls Class<?>, id int) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method package doWriteObjectArray(val Object[]) : void in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testTypeNames() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Change Variable Type that : PortableBuilderEnum to that : BinaryBuilderEnum in method public equals(o Object) : boolean in class org.apache.ignite.internal.binary.builder.BinaryBuilderEnum |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testOverrideJar() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type reg : PortableSchemaRegistry to reg : BinarySchemaRegistry in method public schemaRegistry(typeId int) : BinarySchemaRegistry in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type key : PortableMetadataKey to key : BinaryMetadataKey in method public metadata(typeId int) : BinaryType in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method public descriptorForClass(cls Class<?>, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testFieldIdMapping() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method private marshaller() : GridBinaryMarshaller in class org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetConfigurationClosure |
From |
To |
|
Change Variable Type holder : PortableMemoryAllocatorChunk to holder : BinaryMemoryAllocatorChunk in method public chunk() : BinaryMemoryAllocatorChunk in class org.apache.ignite.internal.binary.streams.BinaryMemoryAllocator |
From |
To |
|
Change Variable Type typeSchema : PortableSchema to typeSchema : BinarySchema in method public getOrCreateSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Variable Type keys : Collection<PortableMetadataKey> to keys : Collection<BinaryMetadataKey> in method public metadata(typeIds Collection<Integer>) : Map<Integer,BinaryType> in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public getMarshaller() : Marshaller in class org.apache.ignite.testframework.junits.IgniteTestResources |
From |
To |
|
Change Variable Type newSchema : PortableSchema to newSchema : BinarySchema in method package write(obj Object, writer BinaryWriterExImpl) : void in class org.apache.ignite.internal.binary.BinaryClassDescriptor |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testOffheapPortable() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Change Variable Type old : PortableClassDescriptor to old : BinaryClassDescriptor in method private registerClassDescriptor(cls Class<?>, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method private deserializeValue(coCtx CacheObjectContext) : Object in class org.apache.ignite.internal.binary.BinaryObjectImpl |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method package doWriteClass(val Class) : void in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Variable Type key : PortableMetadataKey to key : BinaryMetadataKey in method public onUpdated(evts Iterable<CacheEntryEvent<? extends BinaryMetadataKey,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Variable Type arr : PortableBuilderEnum[] to arr : BinaryBuilderEnum[] in method public testEnumArrayModification() : void in class org.apache.ignite.internal.binary.BinaryObjectBuilderAdditionalSelfTest |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testTypeConfigurationsWithGlobalMapperJar() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type builder : PortableSchema.Builder to builder : BinarySchema.Builder in method public currentSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Variable Type serializationCtx : PortableBuilderSerializer to serializationCtx : BinaryBuilderSerializer in method public build() : BinaryObject in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Variable Type fut : CacheQueryFuture<Map.Entry<PortableMetadataKey,BinaryMetadata>> to fut : CacheQueryFuture<Map.Entry<BinaryMetadataKey,BinaryMetadata>> in method public onUtilityCacheStarted() : void in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method package deserialize() : Object in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testTypeConfigurationsJar() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type impl : GridPortableMarshaller to impl : GridBinaryMarshaller in method protected portableContext(marsh BinaryMarshaller) : BinaryContext in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Change Variable Type schemaReg : PortableSchemaRegistry to schemaReg : BinarySchemaRegistry in method package serializeTo(writer BinaryWriterExImpl, serializer BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method package doWriteEnum(val Enum<?>) : void in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Variable Type res : PortableAbstractLazyValue to res : BinaryAbstractLazyValue in method public parseValue() : Object in class org.apache.ignite.internal.binary.builder.BinaryBuilderReader |
From |
To |
|
Change Variable Type impl : GridPortableMarshaller to impl : GridBinaryMarshaller in method protected portableContext(marsh BinaryMarshaller) : BinaryContext in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method protected portableMarshaller(mapper BinaryIdMapper, serializer BinarySerializer, cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type qry : CacheQuery<Map.Entry<PortableMetadataKey,BinaryMetadata>> to qry : CacheQuery<Map.Entry<BinaryMetadataKey,BinaryMetadata>> in method public onUtilityCacheStarted() : void in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type e : Map.Entry<PortableMetadataKey,BinaryMetadata> to e : Map.Entry<BinaryMetadataKey,BinaryMetadata> in method public metadata(typeIds Collection<Integer>) : Map<Integer,BinaryType> in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type in : PortableHeapInputStream to in : BinaryHeapInputStream in method public copy() : BinaryHeapInputStream in class org.apache.ignite.internal.binary.streams.BinaryHeapInputStream |
From |
To |
|
Change Variable Type curSchema : PortableSchema to curSchema : BinarySchema in method package serializeTo(writer BinaryWriterExImpl, serializer BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method public descriptorForTypeId(userType boolean, typeId int, ldr ClassLoader, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type schemaReg : PortableSchemaRegistry to schemaReg : BinarySchemaRegistry in method public createField(typeId int, fieldName String) : BinaryFieldImpl in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type schemas0 : Map<Integer,PortableSchemaRegistry> to schemas0 : Map<Integer,BinarySchemaRegistry> in method public schemaRegistry(typeId int) : BinarySchemaRegistry in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type pCtx : PortableContext to pCtx : BinaryContext in method protected createMarshaller() : Marshaller in class org.apache.ignite.internal.processors.cache.binary.GridBinaryCacheEntryMemorySizeSelfTest |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testOverride() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method package doWriteEnumArray(val Object[]) : void in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Variable Type key : PortableMetadataKey to key : BinaryMetadataKey in method public addMeta(typeId int, newMeta BinaryType) : void in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type builder : PortableSchema.Builder to builder : BinarySchema.Builder in method private createSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Variable Type mergedSchemas : Collection<PortableSchema> to mergedSchemas : Collection<BinarySchema> in method public mergeMetadata(oldMeta BinaryMetadata, newMeta BinaryMetadata) : BinaryMetadata in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method protected binaryMarshaller(mapper BinaryIdMapper, serializer BinarySerializer, cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testClassNames() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type schemaBuilder : PortableSchema.Builder to schemaBuilder : BinarySchema.Builder in method package BinaryClassDescriptor(ctx BinaryContext, cls Class<?>, userType boolean, typeId int, typeName String, affKeyFieldName String, idMapper BinaryIdMapper, serializer BinarySerializer, metaDataEnabled boolean, registered boolean, predefined boolean) in class org.apache.ignite.internal.binary.BinaryClassDescriptor |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method private registerUserClassDescriptor(cls Class<?>, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testClassNamesWithMapper() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testClassNamesWithMapperJar() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type actArr : PortableBuilderEnum[] to actArr : BinaryBuilderEnum[] in method public testSimpleTypeFieldRead() : void in class org.apache.ignite.internal.binary.BinaryObjectBuilderAdditionalSelfTest |
From |
To |
|
Change Variable Type stream : PortableHeapInputStream to stream : BinaryHeapInputStream in method public create(data byte[], pos int) : BinaryHeapInputStream in class org.apache.ignite.internal.binary.streams.BinaryHeapInputStream |
From |
To |
|
Change Variable Type schema : PortableSchema to schema : BinarySchema in method public getOrCreateSchema() : BinarySchema in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Variable Type schemas : Collection<PortableSchema> to schemas : Collection<BinarySchema> in method private registerUserClassDescriptor(cls Class<?>, deserialize boolean) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Variable Type schemas0 : HashMap<Integer,PortableSchema> to schemas0 : HashMap<Integer,BinarySchema> in method public schema(schemaId int) : BinarySchema in class org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Change Variable Type schema : PortableSchema to schema : BinarySchema in method private ensureReadCacheInit() : void in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Variable Type pCtx : PortableContext to pCtx : BinaryContext in method public testPredefinedTypeIds() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Change Variable Type in : PortableInputStream to in : BinaryInputStream in method public unmarshal(ptr long, forceHeap boolean) : Object in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testTypeConfigurations() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testTypeConfigurationsWithGlobalMapper() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testClassNamesJar() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type schema : PortableSchema to schema : BinarySchema in method private fieldOrder(obj BinaryObjectExImpl) : int in class org.apache.ignite.internal.binary.BinaryFieldImpl |
From |
To |
|
Change Variable Type desc : PortableClassDescriptor to desc : BinaryClassDescriptor in method public testPredefinedTypeIds() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Change Variable Type context : PortableContext to context : BinaryContext in method public testObjectExchange() : void in class org.apache.ignite.internal.binary.GridBinaryMarshallerCtxDisabledSelfTest |
From |
To |
|
Change Variable Type builderEnum : PortableBuilderEnum to builderEnum : BinaryBuilderEnum in method public getValueQuickly(pos int, len int) : Object in class org.apache.ignite.internal.binary.builder.BinaryBuilderReader |
From |
To |
|
Change Variable Type impl : GridPortableMarshaller to impl : GridBinaryMarshaller in method protected portableContext(marsh BinaryMarshaller) : BinaryContext in class org.apache.ignite.internal.binary.BinaryFieldsAbstractSelfTest |
From |
To |
|
Change Variable Type holder : PortableMemoryAllocatorChunk to holder : BinaryMemoryAllocatorChunk in method public isAcquired() : boolean in class org.apache.ignite.internal.binary.streams.BinaryMemoryAllocator |
From |
To |
|
Change Variable Type evt : CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata> to evt : CacheEntryEvent<? extends BinaryMetadataKey,? extends BinaryMetadata> in method public onUpdated(evts Iterable<CacheEntryEvent<? extends BinaryMetadataKey,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Variable Type newSchema : PortableSchema to newSchema : BinarySchema in method public mergeMetadata(oldMeta BinaryMetadata, newMeta BinaryMetadata) : BinaryMetadata in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method protected createMarshaller() : BinaryMarshaller in class org.apache.ignite.internal.binary.BinaryFieldsAbstractSelfTest |
From |
To |
|
Change Variable Type schema : PortableSchema to schema : BinarySchema in method package serializeTo(writer BinaryWriterExImpl, serializer BinaryBuilderSerializer) : void in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testTypeConfigurationsWithNonGlobalMapper() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type meta : Map<PortableMetadataKey,BinaryMetadata> to meta : Map<BinaryMetadataKey,BinaryMetadata> in method public metadata(typeIds Collection<Integer>) : Map<Integer,BinaryType> in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type ctx : PortableContext to ctx : BinaryContext in method public testTypeConfigurationsWithNonGlobalMapperJar() : void in class org.apache.ignite.internal.binary.GridPortableWildcardsSelfTest |
From |
To |
|
Change Variable Type schemas : Collection<PortableSchema> to schemas : Collection<BinarySchema> in method public registerUserType(clsName String, idMapper BinaryIdMapper, serializer BinarySerializer, affKeyFieldName String, isEnum boolean) : void in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.BinaryFooterOffsetsAbstractSelfTest |
From |
To |
|
Change Attribute Type reader : PortableBuilderReader to reader : BinaryBuilderReader in class org.apache.ignite.internal.binary.builder.BinaryAbstractLazyValue |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.BinaryObjectImpl |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Attribute Type impl : GridPortableMarshaller to impl : GridBinaryMarshaller in class org.apache.ignite.internal.binary.BinaryMarshaller |
From |
To |
|
Change Attribute Type reader : PortableBuilderReader to reader : BinaryBuilderReader in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Attribute Type in : PortableInputStream to in : BinaryInputStream in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Attribute Type schemas : PortableSchemaRegistry to schemas : BinarySchemaRegistry in class org.apache.ignite.internal.binary.BinaryFieldImpl |
From |
To |
|
Change Attribute Type userTypes : ConcurrentMap<Integer,PortableClassDescriptor> to userTypes : ConcurrentMap<Integer,BinaryClassDescriptor> in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Attribute Type reader : PortableBuilderReader to reader : BinaryBuilderReader in class org.apache.ignite.internal.binary.builder.BinaryLazyLinkedList |
From |
To |
|
Change Attribute Type schema4 : PortableSchema to schema4 : BinarySchema in class org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.builder.BinaryBuilderReader |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.BinaryTypeImpl |
From |
To |
|
Change Attribute Type schema1 : PortableSchema to schema1 : BinarySchema in class org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Change Attribute Type chunk : PortableMemoryAllocatorChunk to chunk : BinaryMemoryAllocatorChunk in class org.apache.ignite.internal.binary.BinaryThreadLocalContext |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Attribute Type descByCls : ConcurrentMap<Class<?>,PortableClassDescriptor> to descByCls : ConcurrentMap<Class<?>,BinaryClassDescriptor> in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.GridBinaryMarshaller |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.BinaryEnumObjectImpl |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.testframework.junits.IgniteMock |
From |
To |
|
Change Attribute Type schema3 : PortableSchema to schema3 : BinarySchema in class org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Change Attribute Type schema : PortableSchema to schema : BinarySchema in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Change Attribute Type portableCtx : PortableContext to portableCtx : BinaryContext in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Attribute Type schemas : Collection<PortableSchema> to schemas : Collection<BinarySchema> in class org.apache.ignite.internal.binary.BinaryMetadata |
From |
To |
|
Change Attribute Type schemaReg : PortableSchemaRegistry to schemaReg : BinarySchemaRegistry in class org.apache.ignite.internal.binary.BinaryClassDescriptor |
From |
To |
|
Change Attribute Type INSTANCE : PortableMemoryAllocator to INSTANCE : BinaryMemoryAllocator in class org.apache.ignite.internal.binary.streams.BinaryMemoryAllocator |
From |
To |
|
Change Attribute Type metaDataCache : IgniteCacheProxy<PortableMetadataKey,BinaryMetadata> to metaDataCache : IgniteCacheProxy<BinaryMetadataKey,BinaryMetadata> in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Attribute Type portableMarsh : GridPortableMarshaller to portableMarsh : GridBinaryMarshaller in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Attribute Type reader : PortableBuilderReader to reader : BinaryBuilderReader in class org.apache.ignite.internal.binary.builder.BinaryLazyMap |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.BinaryClassDescriptor |
From |
To |
|
Change Attribute Type schemas : Map<Integer,PortableSchemaRegistry> to schemas : Map<Integer,BinarySchemaRegistry> in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Attribute Type holders : ThreadLocal<PortableMemoryAllocatorChunk> to holders : ThreadLocal<BinaryMemoryAllocatorChunk> in class org.apache.ignite.internal.binary.streams.BinaryMemoryAllocator |
From |
To |
|
Change Attribute Type predefinedTypes : Map<Integer,PortableClassDescriptor> to predefinedTypes : Map<Integer,BinaryClassDescriptor> in class org.apache.ignite.internal.binary.BinaryContext |
From |
To |
|
Change Attribute Type ctx : PortableContext to ctx : BinaryContext in class org.apache.ignite.internal.binary.BinaryObjectOffheapImpl |
From |
To |
|
Change Attribute Type schemaBuilder : PortableSchema.Builder to schemaBuilder : BinarySchema.Builder in class org.apache.ignite.internal.binary.BinaryMetadataCollector |
From |
To |
|
Change Attribute Type chunk : PortableMemoryAllocatorChunk to chunk : BinaryMemoryAllocatorChunk in class org.apache.ignite.internal.binary.streams.BinaryHeapOutputStream |
From |
To |
|
Change Attribute Type schema2 : PortableSchema to schema2 : BinarySchema in class org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Change Attribute Type reader : PortableBuilderReader to reader : BinaryBuilderReader in class org.apache.ignite.internal.binary.builder.BinaryLazyArrayList |
From |
To |
|
Change Attribute Type out : PortableOutputStream to out : BinaryOutputStream in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Change Attribute Type schemas : HashMap<Integer,PortableSchema> to schemas : HashMap<Integer,BinarySchema> in class org.apache.ignite.internal.binary.BinarySchemaRegistry |
From |
To |
|
Change Attribute Type stableSchema : PortableSchema to stableSchema : BinarySchema in class org.apache.ignite.internal.binary.BinaryClassDescriptor |
From |
To |
|
Change Attribute Type marsh : GridPortableMarshaller to marsh : GridBinaryMarshaller in class org.apache.ignite.internal.processors.platform.PlatformContextImpl |
From |
To |