|
Rename Method protected abstract toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl renamed to protected abstract toBinary(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.binary.BinaryFooterOffsetsAbstractSelfTest |
From |
To |
|
Rename Method public keepPortable() : GridCacheProxyImpl<K1,V1> renamed to public keepBinary() : GridCacheProxyImpl<K1,V1> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Method private intFromPortable(po BinaryObject, off int) : int renamed to private intFromBinary(po BinaryObject, off int) : int in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method package doWritePortableEnum(val BinaryEnumObjectImpl) : void renamed to package doWriteBinaryEnum(val BinaryEnumObjectImpl) : void in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Rename Method public toPortable(obj Object) : Object renamed to public toBinary(obj Object) : Object in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Rename Method protected keepPortableInStore() : boolean renamed to protected keepBinaryInStore() : boolean in class org.apache.ignite.internal.processors.cache.binary.GridCacheBinaryStoreBinariesSelfTest |
From |
To |
|
Rename Method public keepPortable(keepPortable boolean) : void renamed to public keepBinary(keepBinary boolean) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter |
From |
To |
|
Rename Method private toPortable(obj Object) : BinaryObject renamed to private toBinary(obj Object) : BinaryObject in class org.apache.ignite.internal.binary.BinaryObjectBuilderAdditionalSelfTest |
From |
To |
|
Rename Method protected abstract keepPortableInStore() : boolean renamed to protected abstract keepBinaryInStore() : boolean in class org.apache.ignite.internal.processors.cache.binary.GridCacheBinaryStoreAbstractSelfTest |
From |
To |
|
Rename Method public testPortable() : void renamed to public testBinary() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method private portableMarshaller() : boolean renamed to private binaryMarshaller() : boolean in class org.apache.ignite.internal.processors.cache.IgniteCacheP2pUnmarshallingQueryErrorTest |
From |
To |
|
Rename Method public testPortableCopyNonPrimitives() : void renamed to public testBinaryCopyNonPrimitives() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method package readPortableObject(fieldId int) : BinaryObject renamed to package readBinaryObject(fieldId int) : BinaryObject in class org.apache.ignite.internal.binary.BinaryReaderExImpl |
From |
To |
|
Rename Method public testPortableCopyObject() : void renamed to public testBinaryCopyObject() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public testPortablePutGetExample() : void renamed to public testBinaryPutGetExample() : void in class org.apache.ignite.examples.CacheClientBinaryExampleTest |
From |
To |
|
Rename Method private deserializePortables(cacheCtx GridCacheContext) : boolean renamed to private deserializeBinaries(cacheCtx GridCacheContext) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Rename Method public isPortableEnabled(ccfg CacheConfiguration<?,?>) : boolean renamed to public isBinaryEnabled(ccfg CacheConfiguration<?,?>) : boolean in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Rename Method private portable(obj Object) : Object renamed to private binary(obj Object) : Object in class org.apache.ignite.internal.processors.cache.binary.GridCacheBinaryStoreBinariesSelfTest |
From |
To |
|
Rename Method private processPortableMeta(qryEntity QueryEntity, d TypeDescriptor) : void renamed to private processBinaryMeta(qryEntity QueryEntity, d TypeDescriptor) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Rename Method public testPortableCopyDoubleArray() : void renamed to public testBinaryCopyDoubleArray() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public withKeepPortable() : PlatformCache renamed to public withKeepBinary() : PlatformCache in class org.apache.ignite.internal.processors.platform.cache.PlatformCache |
From |
To |
|
Rename Method protected toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl renamed to protected toBinary(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.binary.BinaryFooterOffsetsHeapSelfTest |
From |
To |
|
Rename Method public testPortableTaskExecutionExample() : void renamed to public testBinaryTaskExecutionExample() : void in class org.apache.ignite.examples.ComputeClientBinaryExampleTest |
From |
To |
|
Rename Method private unwrapPortables(col ArrayList<Object>, keepPortable boolean, cpy boolean) : Collection<Object> renamed to private unwrapBinaries(col ArrayList<Object>, keepBinary boolean, cpy boolean) : Collection<Object> in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Method public testOffheapPortable() : void renamed to public testOffheapBinary() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public keepPortables() : boolean renamed to public keepBinaries() : boolean in class org.apache.ignite.internal.processors.rest.client.message.GridClientTaskRequest |
From |
To |
|
Rename Method protected portables() : IgniteBinary renamed to protected binaries() : IgniteBinary in class org.apache.ignite.internal.binary.BinaryObjectBuilderAdditionalSelfTest |
From |
To |
|
Rename Method protected portableContext(marsh BinaryMarshaller) : BinaryContext renamed to protected binaryContext(marsh BinaryMarshaller) : BinaryContext in class org.apache.ignite.internal.binary.GridBinaryWildcardsSelfTest |
From |
To |
|
Rename Method public isPortableType(cls Class<?>) : boolean renamed to public isBinaryType(cls Class<?>) : boolean in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Rename Method private isPortable(o CacheObject) : boolean renamed to private isBinary(o CacheObject) : boolean in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Rename Method public portableContext() : BinaryContext renamed to public binaryContext() : BinaryContext in class org.apache.ignite.internal.binary.builder.BinaryBuilderReader |
From |
To |
|
Rename Method public unwrapPortableIfNeeded(o Object, keepPortable boolean, cpy boolean) : Object renamed to public unwrapBinaryIfNeeded(o Object, keepBinary boolean, cpy boolean) : Object in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Method protected keepPortablesThreadLocal() : ThreadLocal<Boolean> renamed to protected keepBinariesThreadLocal() : ThreadLocal<Boolean> in class org.apache.ignite.internal.client.impl.connection.GridClientConnectionManagerAdapter |
From |
To |
|
Rename Method public doWritePortableObject(po BinaryObjectImpl) : void renamed to public doWriteBinaryObject(po BinaryObjectImpl) : void in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Rename Method public testOffheapPortable() : void renamed to public testOffheapBinary() : void in class org.apache.ignite.internal.binary.BinaryObjectBuilderSelfTest |
From |
To |
|
Rename Method public withKeepPortables() : GridClientCompute renamed to public withKeepBinaries() : GridClientCompute in class org.apache.ignite.internal.client.GridClientCompute |
From |
To |
|
Rename Method package writePortableObjectField(po BinaryObjectImpl) : void renamed to package writeBinaryObjectField(po BinaryObjectImpl) : void in class org.apache.ignite.internal.binary.BinaryWriterExImpl |
From |
To |
|
Rename Method private toPortable(obj Object) : BinaryObject renamed to private toBinary(obj Object) : BinaryObject in class org.apache.ignite.internal.binary.BinaryObjectBuilderSelfTest |
From |
To |
|
Rename Method public testPortableCopyFloatArray() : void renamed to public testBinaryCopyFloatArray() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method protected keepPortableInStore() : boolean renamed to protected keepBinaryInStore() : boolean in class org.apache.ignite.internal.processors.cache.binary.GridCacheBinaryStoreObjectsSelfTest |
From |
To |
|
Rename Method protected portableContext(marsh BinaryMarshaller) : BinaryContext renamed to protected binaryContext(marsh BinaryMarshaller) : BinaryContext in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public testPortableCopyByteArray() : void renamed to public testBinaryCopyByteArray() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method protected portableMarshaller(cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller renamed to protected binaryMarshaller(cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller in class org.apache.ignite.internal.binary.GridBinaryWildcardsSelfTest |
From |
To |
|
Rename Method protected portableMarshaller() : BinaryMarshaller renamed to protected binaryMarshaller() : BinaryMarshaller in class org.apache.ignite.internal.binary.GridBinaryWildcardsSelfTest |
From |
To |
|
Rename Method protected portableEnabled() : boolean renamed to protected binaryEnabled() : boolean in class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredBinarySelfTest |
From |
To |
|
Rename Method private unwrapPortablesIfNeeded(map Map<Object,Object>, keepPortable boolean, cpy boolean) : Map<Object,Object> renamed to private unwrapBinariesIfNeeded(map Map<Object,Object>, keepBinary boolean, cpy boolean) : Map<Object,Object> in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Method public keepPortable() : IgniteCache<K1,V1> renamed to public keepBinary() : IgniteCache<K1,V1> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy |
From |
To |
|
Rename Method public marshalToPortable(obj Object) : Object renamed to public marshalToBinary(obj Object) : Object in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessor |
From |
To |
|
Rename Method public testPortableCopyMixed() : void renamed to public testBinaryCopyMixed() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public testAddMissingPortable() : void renamed to public testAddMissingBinary() : void in class org.apache.ignite.internal.processors.cache.binary.datastreaming.GridDataStreamerImplSelfTest |
From |
To |
|
Rename Method public unwrapPortablesInArrayIfNeeded(arr Object[], keepPortable boolean, cpy boolean) : Object[] renamed to public unwrapBinariesInArrayIfNeeded(arr Object[], keepBinary boolean, cpy boolean) : Object[] in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Method public testPortableMarshalAware() : void renamed to public testBinaryMarshalAware() : void in class org.apache.ignite.internal.binary.GridBinaryMetaDataSelfTest |
From |
To |
|
Rename Method private keepPortableCache() : IgniteCache<K,V> renamed to private keepBinaryCache() : IgniteCache<K,V> in class org.apache.ignite.internal.processors.cache.binary.GridCacheBinaryObjectsAbstractSelfTest |
From |
To |
|
Rename Method public portableEnabled() : boolean renamed to public binaryEnabled() : boolean in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryContext |
From |
To |
|
Rename Method public unwrapPortablesIfNeeded(col Collection<Object>, keepPortable boolean) : Collection<Object> renamed to public unwrapBinaryIfNeeded(o Object, keepBinary boolean) : Object in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Method public testPortableCopyCharArray() : void renamed to public testBinaryCopyCharArray() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public testPortableCopyUuid() : void renamed to public testBinaryCopyUuid() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public convertPortable() : boolean renamed to public convertBinary() : boolean in class org.apache.ignite.internal.processors.cache.store.CacheStoreManager |
From |
To |
|
Rename Method public isPortableEnabled(ccfg CacheConfiguration<?,?>) : boolean renamed to public isBinaryEnabled(ccfg CacheConfiguration<?,?>) : boolean in class org.apache.ignite.internal.processors.cacheobject.IgniteCacheObjectProcessorImpl |
From |
To |
|
Rename Method public testPortableCopyLongArray() : void renamed to public testBinaryCopyLongArray() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public portableContext() : BinaryContext renamed to public binaryContext() : BinaryContext in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Rename Method private toPortable(src Object) : Object renamed to private toBinary(src Object) : Object in class org.apache.ignite.internal.processors.platform.compute.PlatformCompute |
From |
To |
|
Rename Method private processPortableMeta(meta CacheTypeMetadata, d TypeDescriptor) : void renamed to private processBinaryMeta(meta CacheTypeMetadata, d TypeDescriptor) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Rename Method public testAssignPortableObject() : void renamed to public testAssignBinaryObject() : void in class org.apache.ignite.internal.binary.BinaryObjectBuilderAdditionalSelfTest |
From |
To |
|
Rename Method public isPortableObject(obj Object) : boolean renamed to public isBinaryObject(obj Object) : boolean in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Rename Method public testPortableQueryExample() : void renamed to public testBinaryQueryExample() : void in class org.apache.ignite.examples.CacheClientBinaryExampleTest |
From |
To |
|
Rename Method public unwrapPortableIfNeeded(o Object, keepPortable boolean) : Object renamed to public unwrapBinariesIfNeeded(col Collection<Object>, keepBinary boolean) : Collection<Object> in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Method protected portableMarshaller(mapper BinaryIdMapper, cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller renamed to protected binaryMarshaller(mapper BinaryIdMapper, cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller in class org.apache.ignite.internal.binary.GridBinaryWildcardsSelfTest |
From |
To |
|
Rename Method protected portables() : IgniteBinary renamed to protected binaries() : IgniteBinary in class org.apache.ignite.internal.binary.GridBinaryMetaDataSelfTest |
From |
To |
|
Rename Method public testPortableCopyStringArray() : void renamed to public testBinaryCopyStringArray() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public testAddPortableDataFromMap() : void renamed to public testAddBinaryDataFromMap() : void in class org.apache.ignite.internal.processors.cache.binary.datastreaming.GridDataStreamerImplSelfTest |
From |
To |
|
Rename Method protected portableEnabled() : boolean renamed to protected binaryEnabled() : boolean in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Rename Method public keepPortable() : GridCacheProxyImpl<K1,V1> renamed to public keepBinary() : GridCacheProxyImpl<K1,V1> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Rename Method public configuredConvertPortable() : boolean renamed to public configuredConvertBinary() : boolean in class org.apache.ignite.internal.processors.cache.store.CacheStoreManager |
From |
To |
|
Rename Method protected toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl renamed to protected toBinary(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.binary.BinaryFieldsOffheapSelfTest |
From |
To |
|
Rename Method public unwrapPortablesIfNeeded(col Collection<Object>, keepPortable boolean, cpy boolean) : Collection<Object> renamed to private unwrapBinary(o Object, keepBinary boolean, cpy boolean) : Object in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Method private doReadPortableEnumArray(in BinaryInputStream, ctx BinaryContext) : Object[] renamed to private doReadBinaryEnumArray(in BinaryInputStream, ctx BinaryContext) : Object[] in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Rename Method protected toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl renamed to protected toBinary(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.binary.BinaryFooterOffsetsOffheapSelfTest |
From |
To |
|
Rename Method public marshalToPortable(obj Object) : Object renamed to public marshalToBinary(obj Object) : Object in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Rename Method public testPortableCopyIntArray() : void renamed to public testBinaryCopyIntArray() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public testPortableMetadataOnClient() : void renamed to public testBinaryMetadataOnClient() : void in class org.apache.ignite.internal.processors.cache.binary.GridCacheClientNodeBinaryObjectMetadataTest |
From |
To |
|
Rename Method public keepPortable() : boolean renamed to public keepBinary() : boolean in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter |
From |
To |
|
Rename Method public convertPortable() : boolean renamed to public convertBinary() : boolean in class org.apache.ignite.internal.processors.cache.store.CacheOsStoreManager |
From |
To |
|
Rename Method public isPortableObject(obj Object) : boolean renamed to public isBinaryObject(obj Object) : boolean in class org.apache.ignite.internal.processors.cacheobject.IgniteCacheObjectProcessor |
From |
To |
|
Rename Method private portables() : IgniteBinary renamed to private binaries() : IgniteBinary in class org.apache.ignite.internal.binary.BinaryObjectBuilderSelfTest |
From |
To |
|
Rename Method public isPortableObject(obj Object) : boolean renamed to public isBinaryObject(obj Object) : boolean in class org.apache.ignite.internal.processors.cacheobject.IgniteCacheObjectProcessorImpl |
From |
To |
|
Rename Method public keepPortable() : boolean renamed to public keepBinary() : boolean in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Method protected abstract toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl renamed to protected abstract toBinary(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.binary.BinaryFieldsAbstractSelfTest |
From |
To |
|
Rename Method private doReadPortableEnum(in BinaryInputStream, ctx BinaryContext, type EnumType) : BinaryEnumObjectImpl renamed to private doReadBinaryEnum(in BinaryInputStream, ctx BinaryContext, type EnumType) : BinaryEnumObjectImpl in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Rename Method private unwrapPortables(set Set<Object>, keepPortable boolean, cpy boolean) : Set<Object> renamed to private unwrapBinaries(set Set<Object>, keepBinary boolean, cpy boolean) : Set<Object> in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Method public testPortableCopyShortArray() : void renamed to public testBinaryCopyShortArray() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public configuredConvertPortable() : boolean renamed to public configuredConvertBinary() : boolean in class org.apache.ignite.internal.processors.cache.store.CacheOsStoreManager |
From |
To |
|
Rename Method public isPortableEnabled(ccfg CacheConfiguration<?,?>) : boolean renamed to public isBinaryEnabled(ccfg CacheConfiguration<?,?>) : boolean in class org.apache.ignite.internal.processors.cacheobject.IgniteCacheObjectProcessor |
From |
To |
|
Rename Method private buildPortableProperty(pathStr String, resType Class<?>, aliases Map<String,String>) : PortableProperty renamed to private buildBinaryProperty(pathStr String, resType Class<?>, aliases Map<String,String>) : BinaryProperty in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Rename Method public doReadPortableObject(in BinaryInputStream, ctx BinaryContext) : BinaryObject renamed to public doReadBinaryObject(in BinaryInputStream, ctx BinaryContext) : BinaryObject in class org.apache.ignite.internal.binary.BinaryUtils |
From |
To |
|
Rename Method public keepPortables(keepPortables boolean) : void renamed to public keepBinaries(keepBinaries boolean) : void in class org.apache.ignite.internal.processors.rest.client.message.GridClientTaskRequest |
From |
To |
|
Rename Method protected toPortable(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl renamed to protected toBinary(marsh BinaryMarshaller, obj Object) : BinaryObjectExImpl in class org.apache.ignite.internal.binary.BinaryFieldsHeapSelfTest |
From |
To |
|
Rename Method public withServerKeepPortable() : PlatformServices renamed to public withServerKeepBinary() : PlatformServices in class org.apache.ignite.internal.processors.platform.services.PlatformServices |
From |
To |
|
Rename Method public keepPortable() : boolean renamed to public keepBinary() : boolean in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryRequest |
From |
To |
|
Rename Method protected portableContext(marsh BinaryMarshaller) : BinaryContext renamed to protected binaryContext(marsh BinaryMarshaller) : BinaryContext in class org.apache.ignite.internal.binary.BinaryFieldsAbstractSelfTest |
From |
To |
|
Rename Method public testPortableObjectField() : void renamed to public testBinaryObjectField() : void in class org.apache.ignite.internal.binary.BinaryObjectBuilderAdditionalSelfTest |
From |
To |
|
Rename Method protected portableMarshaller(serializer BinarySerializer, cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller renamed to protected binaryMarshaller(serializer BinarySerializer, cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller in class org.apache.ignite.internal.binary.GridBinaryWildcardsSelfTest |
From |
To |
|
Rename Method public testPortableCopyString() : void renamed to public testBinaryCopyString() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public keepPortables() : boolean renamed to public keepBinaries() : boolean in class org.apache.ignite.internal.client.impl.connection.GridClientNioTcpConnection.TcpClientFuture |
From |
To |
|
Rename Method protected portableEnabled() : boolean renamed to protected binaryEnabled() : boolean in class org.apache.ignite.internal.processors.cache.binary.distributed.dht.GridCacheOffHeapTieredAtomicBinarySelfTest |
From |
To |
|
Rename Method public withKeepPortables() : GridClientCompute renamed to public withKeepBinaries() : GridClientCompute in class org.apache.ignite.internal.client.impl.GridClientComputeImpl |
From |
To |
|
Rename Method private setPortableContext(ctx BinaryContext, cfg IgniteConfiguration) : void renamed to private setBinaryContext(ctx BinaryContext, cfg IgniteConfiguration) : void in class org.apache.ignite.internal.binary.BinaryMarshaller |
From |
To |
|
Rename Method public testReadResolveOnPortableAware() : void renamed to public testReadResolveOnBinaryAware() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method protected portableMarshaller(mapper BinaryIdMapper, serializer BinarySerializer, cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller renamed to protected binaryMarshaller(mapper BinaryIdMapper, serializer BinarySerializer, cfgs Collection<BinaryTypeConfiguration>) : BinaryMarshaller in class org.apache.ignite.internal.binary.GridBinaryWildcardsSelfTest |
From |
To |
|
Rename Method public testSetPortableObject() : void renamed to public testSetBinaryObject() : void in class org.apache.ignite.internal.binary.BinaryObjectBuilderSelfTest |
From |
To |
|
Rename Method public testPortableCopy() : void renamed to public testBinaryCopy() : void in class org.apache.ignite.internal.binary.BinaryMarshallerSelfTest |
From |
To |
|
Rename Method public testPlainPortableObjectCopyFrom() : void renamed to public testPlainBinaryObjectCopyFrom() : void in class org.apache.ignite.internal.binary.BinaryObjectBuilderSelfTest |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync(keys Collection<? extends K>, deserializeBinary boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter portableEnabled : boolean to binaryEnabled : boolean in method public CacheObjectBinaryContext(kernalCtx GridKernalContext, cpyOnGet boolean, storeVal boolean, binaryEnabled boolean, depEnabled boolean) in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryContext |
From |
To |
|
Rename Parameter srvKeepPortable : boolean to srvKeepBinary : boolean in method public invokeMethod(mthdName String, srvKeepBinary boolean, args Object[]) : Object in class org.apache.ignite.internal.processors.platform.services.PlatformService |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method private getAllInternal(keys Collection<? extends K>, swapOrOffheap boolean, storeEnabled boolean, taskName String, deserializeBinary boolean, skipVals boolean) : Map<K,V> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method package txLoadAsync(tx GridNearTxLocal, keys Collection<KeyCacheObject>, readThrough boolean, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, needVer boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTransactionalCache |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method private getAsync0(key KeyCacheObject, forcePrimary boolean, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc ExpiryPolicy, skipVals boolean, skipStore boolean, canRemap boolean) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Rename Parameter srvKeepPortable : boolean to srvKeepBinary : boolean in method public invokeMethod(mthdName String, srvKeepBinary boolean, args Object[]) : Object in class org.apache.ignite.internal.processors.platform.services.PlatformAbstractService |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync(keys Collection<? extends K>, readThrough boolean, checkTx boolean, subjId UUID, taskName String, deserializeBinary boolean, forcePrimary boolean, expiry IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerUpdate(ver GridCacheVersion, evtNodeId UUID, affNodeId UUID, op GridCacheOperation, val Object, invokeArgs Object[], writeThrough boolean, readThrough boolean, retval boolean, keepBinary boolean, expiryPlc IgniteCacheExpiryPolicy, evt boolean, metrics boolean, primary boolean, checkVer boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, conflictTtl long, conflictExpireTime long, conflictVer GridCacheVersion, conflictResolve boolean, intercept boolean, subjId UUID, taskName String, prevVal CacheObject, updateCntr Long) : GridCacheUpdateAtomicResult in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method protected getAsync(key K, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public promote(key K, deserializeBinary boolean) : V in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public GridQueryCacheObjectsIterator(iter Iterator<List<?>>, cctx GridCacheContext<?,?>, keepBinary boolean) in class org.apache.ignite.internal.processors.query.GridQueryCacheObjectsIterator |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method protected getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Rename Parameter convertPortable : boolean to convertBinary : boolean in method private registerStore0(store PlatformCacheStore, convertBinary boolean) : void in class org.apache.ignite.internal.processors.platform.PlatformProcessorImpl |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public onEntryUpdated(key KeyCacheObject, rmv boolean, keepBinary boolean) : void in class org.apache.ignite.internal.processors.cache.datastructures.CacheDataStructuresManager |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerRemove(tx IgniteInternalTx, evtNodeId UUID, affNodeId UUID, retval boolean, evt boolean, metrics boolean, keepBinary boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, explicitVer GridCacheVersion, subjId UUID, taskName String, dhtVer GridCacheVersion, updateCntr Long) : GridCacheUpdateTxResult in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private updateAllInternal(op GridCacheOperation, keys Collection<? extends K>, vals Iterable<?>, invokeArgs Object[], expiryPlc ExpiryPolicy, retval boolean, rawRetval boolean, filter CacheEntryPredicate[], writeThrough boolean, readThrough boolean, keepBinary boolean) : Object in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public dataStreamerStreamReceiverInvoke(ptr long, cache Object, memPtr long, keepBinary boolean) : void in class org.apache.ignite.internal.processors.platform.callback.PlatformCallbackGateway |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public GridCacheQueryAdapter(cctx GridCacheContext<?,?>, type GridCacheQueryType, clsName String, clause String, filter IgniteBiPredicate<Object,Object>, part Integer, incMeta boolean, keepBinary boolean) in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAll(keys Collection<? extends K>, deserializeBinary boolean) : Map<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private unwrapBinaries(set Set<Object>, keepBinary boolean, cpy boolean) : Set<Object> in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Parameter convertPortable : boolean to convertBinary : boolean in method public initialize(ctx GridKernalContext, convertBinary boolean) : void in class org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync(cacheCtx GridCacheContext, keys Collection<KeyCacheObject>, deserializeBinary boolean, skipVals boolean, keepCacheObjects boolean, skipStore boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalEx |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public createSqlFieldsQuery(qry String, keepBinary boolean) : CacheQuery<List<?>> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAsync(key K, deserializeBinary boolean) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerSet(tx IgniteInternalTx, evtNodeId UUID, affNodeId UUID, val CacheObject, writeThrough boolean, retval boolean, ttl long, evt boolean, metrics boolean, keepBinary boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, drExpireTime long, explicitVer GridCacheVersion, subjId UUID, taskName String, dhtVer GridCacheVersion, updateCntr Long) : GridCacheUpdateTxResult in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Rename Parameter col : Collection<Object> to o : Object in method public unwrapBinaryIfNeeded(o Object, keepBinary boolean) : Object in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public CacheInvokeEntry(ctx GridCacheContext<K,V>, keyObj KeyCacheObject, key K, valObj CacheObject, val V, ver GridCacheVersion, keepBinary boolean) in class org.apache.ignite.internal.processors.cache.CacheInvokeEntry |
From |
To |
|
Rename Parameter srvKeepPortable : boolean to srvKeepBinary : boolean in method public PlatformAbstractService(svc Object, ctx PlatformContext, srvKeepBinary boolean) in class org.apache.ignite.internal.processors.platform.services.PlatformAbstractService |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method protected CacheDistributedGetFutureAdapter(cctx GridCacheContext<K,V>, keys Collection<KeyCacheObject>, readThrough boolean, forcePrimary boolean, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean, needVer boolean, keepCacheObjects boolean) in class org.apache.ignite.internal.processors.cache.distributed.dht.CacheDistributedGetFutureAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public CacheLazyEntry(cctx GridCacheContext, keyObj KeyCacheObject, val V, keepBinary boolean) in class org.apache.ignite.internal.processors.cache.CacheLazyEntry |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerRemove(tx IgniteInternalTx, evtNodeId UUID, affNodeId UUID, retval boolean, evt boolean, metrics boolean, keepBinary boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, explicitVer GridCacheVersion, subjId UUID, taskName String, dhtVer GridCacheVersion, updateCntr Long) : GridCacheUpdateTxResult in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public createSpiQuery(keepBinary boolean) : CacheQuery<R> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private updateWithBatch(op GridCacheOperation, keys Collection<? extends K>, vals Iterable<?>, invokeArgs Object[], expiryPlc ExpiryPolicy, ver GridCacheVersion, filter CacheEntryPredicate[], keepBinary boolean, subjId UUID, taskName String) : Map<K,EntryProcessorResult> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private unwrapBinary(o Object, keepBinary boolean, cpy boolean) : Object in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Parameter keepPortables : boolean to keepBinaries : boolean in method private TcpClientFuture(forward boolean, keepBinaries boolean) in class org.apache.ignite.internal.client.impl.connection.GridClientNioTcpConnection.TcpClientFuture |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerUpdateLocal(ver GridCacheVersion, op GridCacheOperation, writeObj Object, invokeArgs Object[], writeThrough boolean, readThrough boolean, retval boolean, keepBinary boolean, expiryPlc ExpiryPolicy, evt boolean, metrics boolean, filter CacheEntryPredicate[], intercept boolean, subjId UUID, taskName String) : GridTuple3<Boolean,Object,EntryProcessorResult<Object>> in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Rename Parameter portableObj : BinaryObject to binaryObj : BinaryObject in method public builder(binaryObj BinaryObject) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.cache.binary.IgniteBinaryImpl |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method protected getAsync(key K, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTransactionalCache |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public query(cctx GridCacheContext<?,?>, qry GridCacheTwoStepQuery, keepBinary boolean) : Iterator<List<?>> in class org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public createScanQuery(filter IgniteBiPredicate<K,V>, part Integer, keepBinary boolean) : CacheQuery<Map.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public loadAsync(tx IgniteInternalTx, keys Collection<KeyCacheObject>, forcePrimary boolean, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc ExpiryPolicy, skipVal boolean, skipStore boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public addEvent(part int, key KeyCacheObject, evtNodeId UUID, xid IgniteUuid, lockId Object, type int, newVal CacheObject, hasNewVal boolean, oldVal CacheObject, hasOldVal boolean, subjId UUID, cloClsName String, taskName String, keepBinary boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheEventManager |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public promote(key K, deserializeBinary boolean) : V in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Rename Parameter srvKeepPortable : boolean to srvKeepBinary : boolean in method public PlatformServices(platformCtx PlatformContext, services IgniteServices, srvKeepBinary boolean) in class org.apache.ignite.internal.processors.platform.services.PlatformServices |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public createStreamReceiver(rcv Object, ptr long, keepBinary boolean) : PlatformStreamReceiver in class org.apache.ignite.internal.processors.platform.PlatformContext |
From |
To |
|
Rename Parameter convertPortable : boolean to convertBinary : boolean in method protected write(writer BinaryRawWriterEx, convertBinary boolean) : void in class org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public GridPartitionedGetFuture(cctx GridCacheContext<K,V>, keys Collection<KeyCacheObject>, topVer AffinityTopologyVersion, readThrough boolean, forcePrimary boolean, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean, needVer boolean, keepCacheObjects boolean) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedGetFuture |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public CacheInvokeEntry(cctx GridCacheContext, keyObj KeyCacheObject, valObj CacheObject, ver GridCacheVersion, keepBinary boolean) in class org.apache.ignite.internal.processors.cache.CacheInvokeEntry |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private updatePartialBatch(entries List<GridCacheEntryEx>, ver GridCacheVersion, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, expiryPlc ExpiryPolicy, keepBinary boolean, err CachePartialUpdateCheckedException, subjId UUID, taskName String) : CachePartialUpdateCheckedException in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Rename Parameter portableObj : BinaryObject to binaryObj : BinaryObject in method public builder(binaryObj BinaryObject) : BinaryObjectBuilder in class org.apache.ignite.IgniteBinary |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private processNearAtomicUpdateResponse(ver GridCacheVersion, key KeyCacheObject, val CacheObject, valBytes byte[], ttl long, expireTime long, keepBinary boolean, nodeId UUID, subjId UUID, taskName String) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerUpdate(newVer GridCacheVersion, evtNodeId UUID, affNodeId UUID, op GridCacheOperation, writeObj Object, invokeArgs Object[], writeThrough boolean, readThrough boolean, retval boolean, keepBinary boolean, expiryPlc IgniteCacheExpiryPolicy, evt boolean, metrics boolean, primary boolean, verCheck boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, explicitTtl long, explicitExpireTime long, conflictVer GridCacheVersion, conflictResolve boolean, intercept boolean, subjId UUID, taskName String, prevVal CacheObject, updateCntr Long) : GridCacheUpdateAtomicResult in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public dataStreamer(cacheName String, keepBinary boolean) : PlatformTarget in class org.apache.ignite.internal.processors.platform.PlatformProcessorImpl |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync0(keys Collection<KeyCacheObject>, readThrough boolean, checkTx boolean, subjId UUID, taskName String, deserializeBinary boolean, expiry IgniteCacheExpiryPolicy, skipVals boolean, keepCacheObjects boolean, canRemap boolean, needVer boolean) : IgniteInternalFuture<Map<K1,V1>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public dataStreamer(cacheName String, keepBinary boolean) : PlatformTarget in class org.apache.ignite.internal.processors.platform.PlatformNoopProcessor |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method private checkMissed(cacheCtx GridCacheContext, map Map<K,V>, missedMap Map<KeyCacheObject,GridCacheVersion>, deserializeBinary boolean, skipVals boolean, keepCacheObjects boolean, skipStore boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public addResult(map Map<K1,V1>, key KeyCacheObject, val CacheObject, skipVals boolean, keepCacheObjects boolean, deserializeBinary boolean, cpy boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerRemove(tx IgniteInternalTx, evtNodeId UUID, affNodeId UUID, retval boolean, evt boolean, metrics boolean, keepBinary boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, drVer GridCacheVersion, subjId UUID, taskName String, dhtVer GridCacheVersion, updateCntr Long) : GridCacheUpdateTxResult in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public GridPartitionedSingleGetFuture(cctx GridCacheContext, key KeyCacheObject, topVer AffinityTopologyVersion, readThrough boolean, forcePrimary boolean, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean, needVer boolean, keepCacheObjects boolean) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedSingleGetFuture |
From |
To |
|
Rename Parameter srvKeepPortable : boolean to srvKeepBinary : boolean in method public PlatformDotNetServiceImpl(svc Object, ctx PlatformContext, srvKeepBinary boolean) in class org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetServiceImpl |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public dataStreamer(cacheName String, keepBinary boolean) : PlatformTarget in class org.apache.ignite.internal.processors.platform.PlatformProcessor |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method protected getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private unwrapBinariesIfNeeded(map Map<Object,Object>, keepBinary boolean, cpy boolean) : Map<Object,Object> in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAll(keys Collection<? extends K>, deserializeBinary boolean) : Map<K,V> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Rename Parameter col : Collection<Object> to o : Object in method private unwrapBinary(o Object, keepBinary boolean, cpy boolean) : Object in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Parameter portableObj : BinaryObject to binaryObj : BinaryObject in method public builder(binaryObj BinaryObject) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl |
From |
To |
|
Rename Parameter keepPortablesMode : ThreadLocal<Boolean> to keepBinariesMode : ThreadLocal<Boolean> in method package GridClientNioTcpConnection(srv GridNioServer, clientId UUID, srvAddr InetSocketAddress, sslCtx SSLContext, pingExecutor ScheduledExecutorService, connectTimeout int, pingInterval long, pingTimeout long, tcpNoDelay boolean, marsh GridClientMarshaller, marshId Byte, top GridClientTopology, cred Object, keepBinariesMode ThreadLocal<Boolean>) in class org.apache.ignite.internal.client.impl.connection.GridClientNioTcpConnection |
From |
To |
|
Rename Parameter portableCfg : PlatformDotNetBinaryConfiguration to binaryCfg : PlatformDotNetBinaryConfiguration in method public setBinaryConfiguration(binaryCfg PlatformDotNetBinaryConfiguration) : void in class org.apache.ignite.platform.dotnet.PlatformDotNetConfiguration |
From |
To |
|
Rename Parameter portableObj : BinaryObject to binaryObj : BinaryObject in method public builder(binaryObj BinaryObject) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.cacheobject.NoOpBinary |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public loadAsync(key KeyCacheObject, readThrough boolean, forcePrimary boolean, topVer AffinityTopologyVersion, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean, needVer boolean, keepCacheObj boolean) : IgniteInternalFuture<Object> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public unwrapBinariesIfNeeded(col Collection<Object>, keepBinary boolean) : Collection<Object> in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private unwrapBinaries(col ArrayList<Object>, keepBinary boolean, cpy boolean) : Collection<Object> in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public getValue(keepBinary boolean) : V in class org.apache.ignite.internal.processors.cache.CacheLazyEntry |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public PlatformCachePartialUpdateException(cause CachePartialUpdateCheckedException, ctx PlatformContext, keepBinary boolean) in class org.apache.ignite.internal.processors.platform.cache.PlatformCachePartialUpdateException |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerSet(tx IgniteInternalTx, evtNodeId UUID, affNodeId UUID, val CacheObject, writeThrough boolean, retval boolean, ttl long, evt boolean, metrics boolean, keepBinary boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, drExpireTime long, drVer GridCacheVersion, subjId UUID, taskName String, dhtVer GridCacheVersion, updateCntr Long) : GridCacheUpdateTxResult in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public loadAsync(keys Collection<KeyCacheObject>, readThrough boolean, forcePrimary boolean, topVer AffinityTopologyVersion, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean, needVer boolean, keepCacheObj boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public get(key K, deserializeBinary boolean) : V in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Rename Parameter convertPortable : boolean to convertBinary : boolean in method public registerStore(store PlatformCacheStore, convertBinary boolean) : void in class org.apache.ignite.internal.processors.platform.PlatformProcessorImpl |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync(cacheCtx GridCacheContext, keys Collection<KeyCacheObject>, deserializeBinary boolean, skipVals boolean, keepCacheObjects boolean, skipStore boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method private enlistRead(cacheCtx GridCacheContext, keys Collection<KeyCacheObject>, expiryPlc ExpiryPolicy, map Map<K,V>, missed Map<KeyCacheObject,GridCacheVersion>, keysCnt int, deserializeBinary boolean, skipVals boolean, keepCacheObjects boolean, skipStore boolean) : Collection<KeyCacheObject> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Rename Parameter convertPortable : boolean to convertBinary : boolean in method public registerStore(store PlatformCacheStore, convertBinary boolean) : void in class org.apache.ignite.internal.processors.platform.PlatformNoopProcessor |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public GridNearGetFuture(cctx GridCacheContext<K,V>, keys Collection<KeyCacheObject>, readThrough boolean, forcePrimary boolean, tx IgniteTxLocalEx, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean, needVer boolean, keepCacheObjects boolean) in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearGetFuture |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public GridCacheQueryRequest(cacheId int, id long, cacheName String, pageSize int, incBackups boolean, fields boolean, all boolean, keepBinary boolean, subjId UUID, taskHash int, topVer AffinityTopologyVersion, addDepInfo boolean) in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryRequest |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public addEvent(part int, key KeyCacheObject, nodeId UUID, tx IgniteInternalTx, owner GridCacheMvccCandidate, type int, newVal CacheObject, hasNewVal boolean, oldVal CacheObject, hasOldVal boolean, subjId UUID, cloClsName String, taskName String, keepBinary boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheEventManager |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public unwrapBinaryIfNeeded(o Object, keepBinary boolean, cpy boolean) : Object in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public createFullTextQuery(clsName String, search String, keepBinary boolean) : CacheQuery<Map.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public keepBinary(keepBinary boolean) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter |
From |
To |
|
Rename Parameter keepPortables : boolean to keepBinaries : boolean in method public abstract execute(taskName String, arg Object, destNodeId UUID, keepBinaries boolean) : GridClientFutureAdapter<R> in class org.apache.ignite.internal.client.impl.connection.GridClientConnection |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public get(key K, deserializeBinary boolean) : V in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Rename Parameter keepPortables : boolean to keepBinaries : boolean in method private makeRequest(msg GridClientMessage, destId UUID, keepBinaries boolean) : GridClientFutureAdapter<R> in class org.apache.ignite.internal.client.impl.connection.GridClientNioTcpConnection |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private scanIterator(it Iterator<Map.Entry<byte[],byte[]>>, filter IgniteBiPredicate<K,V>, keepBinary boolean) : GridIteratorAdapter<IgniteBiTuple<K,V>> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager |
From |
To |
|
Rename Parameter portableObj : BinaryObject to binaryObj : BinaryObject in method public BinaryPlainBinaryObject(binaryObj BinaryObject) in class org.apache.ignite.internal.binary.builder.BinaryPlainBinaryObject |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public PlatformCache(platformCtx PlatformContext, cache IgniteCache, keepBinary boolean) in class org.apache.ignite.internal.processors.platform.cache.PlatformCache |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public PlatformDataStreamer(platformCtx PlatformContext, cacheName String, ldr DataStreamerImpl, keepBinary boolean) in class org.apache.ignite.internal.processors.platform.datastreamer.PlatformDataStreamer |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public CacheLazyEntry(cctx GridCacheContext, keyObj KeyCacheObject, valObj CacheObject, keepBinary boolean) in class org.apache.ignite.internal.processors.cache.CacheLazyEntry |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerSet(tx IgniteInternalTx, evtNodeId UUID, affNodeId UUID, val CacheObject, writeThrough boolean, retval boolean, ttl long, evt boolean, metrics boolean, keepBinary boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, drExpireTime long, explicitVer GridCacheVersion, subjId UUID, taskName String, dhtVer GridCacheVersion, updateCntr Long) : GridCacheUpdateTxResult in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Rename Parameter keepPortables : boolean to keepBinaries : boolean in method public keepBinaries(keepBinaries boolean) : void in class org.apache.ignite.internal.processors.rest.client.message.GridClientTaskRequest |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public loadAsync(keys Collection<KeyCacheObject>, readThrough boolean, forcePrimary boolean, topVer AffinityTopologyVersion, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method private getAllAsync0(keys Collection<KeyCacheObject>, forcePrimary boolean, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc ExpiryPolicy, skipVals boolean, skipStore boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method private OffheapIteratorClosure(filter IgniteBiPredicate<K,V>, keepBinary boolean) in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.OffheapIteratorClosure |
From |
To |
|
Rename Parameter convertPortable : boolean to convertBinary : boolean in method public registerStore(store PlatformCacheStore, convertBinary boolean) : void in class org.apache.ignite.internal.processors.platform.PlatformProcessor |
From |
To |
|
Rename Parameter plainPortable : BinaryObject to plainBinary : BinaryObject in method public TestObjectPlainBinary(plainBinary BinaryObject) in class org.apache.ignite.internal.binary.mutabletest.GridBinaryTestClasses.TestObjectPlainBinary |
From |
To |
|
Rename Parameter portableObj : BinaryObject to binaryObj : BinaryObject in method public builder(binaryObj BinaryObject) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessor |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method protected iterator(it Iterator<GridCacheEntryEx>, deserializeBinary boolean) : Iterator<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter convertPortable : boolean to convertBinary : boolean in method private StoreInfo(store PlatformCacheStore, convertBinary boolean) in class org.apache.ignite.internal.processors.platform.PlatformProcessorImpl.StoreInfo |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method package dataStreamerStreamReceiverInvoke(envPtr long, ptr long, cache Object, memPtr long, keepBinary boolean) : void in class org.apache.ignite.internal.processors.platform.callback.PlatformCallbackUtils |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public CacheLazyEntry(ctx GridCacheContext<K,V>, keyObj KeyCacheObject, key K, valObj CacheObject, val V, keepBinary boolean) in class org.apache.ignite.internal.processors.cache.CacheLazyEntry |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public unwrapBinaryIfNeeded(o Object, keepBinary boolean) : Object in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public unwrapBinariesInArrayIfNeeded(arr Object[], keepBinary boolean, cpy boolean) : Object[] in class org.apache.ignite.internal.processors.cache.CacheObjectContext |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method protected getAsync(key K, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Rename Parameter keepPortables : boolean to keepBinaries : boolean in method public execute(taskName String, arg Object, destNodeId UUID, keepBinaries boolean) : GridClientFutureAdapter<R> in class org.apache.ignite.internal.client.impl.connection.GridClientNioTcpConnection |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public PlatformStreamReceiverImpl(pred Object, ptr long, keepBinary boolean, ctx PlatformContext) in class org.apache.ignite.internal.processors.platform.datastreamer.PlatformStreamReceiverImpl |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method private toCacheEntry(entry GridCacheEntryEx, deserializeBinary boolean) : Cache.Entry<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public GridCacheQueryAdapter(cctx GridCacheContext<?,?>, type GridCacheQueryType, log IgniteLogger, pageSize int, timeout long, keepAll boolean, incBackups boolean, dedup boolean, prj ClusterGroup, filter IgniteBiPredicate<Object,Object>, part Integer, clsName String, clause String, incMeta boolean, keepBinary boolean, subjId UUID, taskHash int) in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public createStreamReceiver(rcv Object, ptr long, keepBinary boolean) : PlatformStreamReceiver in class org.apache.ignite.internal.processors.platform.PlatformContextImpl |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public GridCacheQueryRequest(cacheId int, id long, cacheName String, type GridCacheQueryType, fields boolean, clause String, clsName String, keyValFilter IgniteBiPredicate<Object,Object>, part Integer, rdc IgniteReducer<Object,Object>, trans IgniteClosure<Object,Object>, pageSize int, incBackups boolean, args Object[], incMeta boolean, keepBinary boolean, subjId UUID, taskHash int, topVer AffinityTopologyVersion, addDepInfo boolean) in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryRequest |
From |
To |
|
Rename Parameter o : Object to col : Collection<Object> in method public unwrapBinariesIfNeeded(col Collection<Object>, keepBinary boolean) : Collection<Object> in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Rename Parameter deserializePortable : boolean to deserializeBinary : boolean in method public getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, subjId UUID, taskName String, deserializeBinary boolean, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerUpdate(ver GridCacheVersion, evtNodeId UUID, affNodeId UUID, op GridCacheOperation, val Object, invokeArgs Object[], writeThrough boolean, readThrough boolean, retval boolean, keepBinary boolean, expiryPlc IgniteCacheExpiryPolicy, evt boolean, metrics boolean, primary boolean, checkVer boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, conflictTtl long, conflictExpireTime long, conflictVer GridCacheVersion, conflictResolve boolean, intercept boolean, subjId UUID, taskName String, prevVal CacheObject, updateCntr Long) : GridCacheUpdateAtomicResult in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Rename Parameter keepPortable : boolean to keepBinary : boolean in method public innerUpdateLocal(ver GridCacheVersion, op GridCacheOperation, writeObj Object, invokeArgs Object[], writeThrough boolean, readThrough boolean, retval boolean, keepBinary boolean, expiryPlc ExpiryPolicy, evt boolean, metrics boolean, filter CacheEntryPredicate[], intercept boolean, subjId UUID, taskName String) : GridTuple3<Boolean,Object,EntryProcessorResult<Object>> in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |