|
Change Return Type byte[] to V in method protected executeOperation(transport Transport) : V in class org.infinispan.client.hotrod.impl.operations.ReplaceOperation |
From |
To |
|
Change Return Type Map<byte[],byte[]> to Map<K,V> in method protected executeOperation(transport Transport) : Map<K,V> in class org.infinispan.client.hotrod.impl.operations.BulkGetOperation |
From |
To |
|
Change Return Type VersionedOperationResponse to VersionedOperationResponse<V> in method protected executeOperation(transport Transport) : VersionedOperationResponse<V> in class org.infinispan.client.hotrod.impl.operations.RemoveIfUnmodifiedOperation |
From |
To |
|
Change Return Type GetOperation to GetOperation<V> in method public newGetKeyOperation(key byte[]) : GetOperation<V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type byte[] to V in method protected executeOperation(transport Transport) : V in class org.infinispan.client.hotrod.impl.operations.PutOperation |
From |
To |
|
Change Return Type RemoveOperation to RemoveOperation<V> in method public newRemoveOperation(key byte[]) : RemoveOperation<V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type Map<byte[],byte[]> to Map<K,V> in method protected executeOperation(transport Transport) : Map<K,V> in class org.infinispan.client.hotrod.impl.operations.GetAllOperation |
From |
To |
|
Change Return Type ExecuteOperation to ExecuteOperation<T> in method public newExecuteOperation(taskName String, marshalledParams Map<String,byte[]>) : ExecuteOperation<T> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type byte[] to V in method public executeOperation(transport Transport) : V in class org.infinispan.client.hotrod.impl.operations.RemoveOperation |
From |
To |
|
Change Return Type VersionedValue<byte[]> to VersionedValue<V> in method protected executeOperation(transport Transport) : VersionedValue<V> in class org.infinispan.client.hotrod.impl.operations.GetWithVersionOperation |
From |
To |
|
Change Return Type ReplaceOperation to ReplaceOperation<V> in method public newReplaceOperation(key byte[], values byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) : ReplaceOperation<V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type Set<byte[]> to Set<K> in method protected executeOperation(transport Transport) : Set<K> in class org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation |
From |
To |
|
Change Return Type MetadataValue<byte[]> to MetadataValue<V> in method protected executeOperation(transport Transport) : MetadataValue<V> in class org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation |
From |
To |
|
Change Return Type PutOperation to PutOperation<V> in method public newPutKeyValueOperation(key byte[], value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) : PutOperation<V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type byte[] to T in method protected executeOperation(transport Transport) : T in class org.infinispan.client.hotrod.impl.operations.ExecuteOperation |
From |
To |
|
Change Return Type BulkGetOperation to BulkGetOperation<K,V> in method public newBulkGetOperation(size int) : BulkGetOperation<K,V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type byte[] to V in method protected executeOperation(transport Transport) : V in class org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation |
From |
To |
|
Change Return Type byte[] to Object in method public returnPossiblePrevValue(transport Transport, status short, flags Flag[]) : Object in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Return Type BulkGetKeysOperation to BulkGetKeysOperation<K> in method public newBulkGetKeysOperation(scope int) : BulkGetKeysOperation<K> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type byte[] to Object in method public returnPossiblePrevValue(transport Transport, status short, flags Flag[]) : Object in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Return Type GetAllOperation to GetAllOperation<K,V> in method public newGetAllOperation(keys Set<byte[]>) : GetAllOperation<K,V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type GetWithVersionOperation to GetWithVersionOperation<V> in method public newGetWithVersionOperation(key byte[]) : GetWithVersionOperation<V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type byte[] to Object in method public returnPossiblePrevValue(transport Transport, status short, flags Flag[]) : Object in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Return Type RemoveIfUnmodifiedOperation to RemoveIfUnmodifiedOperation<V> in method public newRemoveIfUnmodifiedOperation(key byte[], version long) : RemoveIfUnmodifiedOperation<V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type byte[] to T in method protected returnPossiblePrevValue(transport Transport, status short) : T in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation |
From |
To |
|
Change Return Type byte[] to V in method public getValue() : V in class org.infinispan.client.hotrod.impl.VersionedOperationResponse |
From |
To |
|
Change Return Type byte[] to V in method public executeOperation(transport Transport) : V in class org.infinispan.client.hotrod.impl.operations.GetOperation |
From |
To |
|
Change Return Type GetWithMetadataOperation to GetWithMetadataOperation<V> in method public newGetWithMetadataOperation(key byte[]) : GetWithMetadataOperation<V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Return Type PutIfAbsentOperation to PutIfAbsentOperation<V> in method public newPutIfAbsentOperation(key byte[], value byte[], lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : PutIfAbsentOperation<V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Variable Type result : Set<byte[]> to result : Set<K> in method protected executeOperation(transport Transport) : Set<K> in class org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation |
From |
To |
|
Change Variable Type response : VersionedOperationResponse to response : VersionedOperationResponse<V> in method public removeWithVersion(key K, version long) : boolean in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type previousValue : byte[] to previousValue : V in method protected executeOperation(transport Transport) : V in class org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation |
From |
To |
|
Change Variable Type result : Map<byte[],byte[]> to result : Map<K,V> in method protected executeOperation(transport Transport) : Map<K,V> in class org.infinispan.client.hotrod.impl.operations.GetAllOperation |
From |
To |
|
Change Variable Type result : Map<byte[],byte[]> to result : Map<K,V> in method protected executeOperation(transport Transport) : Map<K,V> in class org.infinispan.client.hotrod.impl.operations.BulkGetOperation |
From |
To |
|
Change Variable Type result : MetadataValue<byte[]> to result : MetadataValue<V> in method protected executeOperation(transport Transport) : MetadataValue<V> in class org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation |
From |
To |
|
Change Variable Type op : GetAllOperation to op : GetAllOperation<K,V> in method public getAll(keys Set<? extends K>) : Map<K,V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type result : byte[] to result : V in method public executeOperation(transport Transport) : V in class org.infinispan.client.hotrod.impl.operations.RemoveOperation |
From |
To |
|
Change Variable Type gco : GetOperation to gco : GetOperation<V> in method public get(key Object) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type op : BulkGetOperation to op : BulkGetOperation<K,V> in method public getBulk(size int) : Map<K,V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type prevValue : byte[] to prevValue : Object in method protected returnVersionedOperationResponse(transport Transport, params HeaderParams) : VersionedOperationResponse in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation |
From |
To |
|
Change Variable Type op : ExecuteOperation to op : ExecuteOperation<T> in method public execute(taskName String, params Map<String,?>) : T in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type op : GetWithVersionOperation to op : GetWithVersionOperation<V> in method public getVersioned(key K) : VersionedValue<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type result : Map<byte[],byte[]> to result : Map<K,V> in method public getAll(keys Set<? extends K>) : Map<K,V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type op : GetWithMetadataOperation to op : GetWithMetadataOperation<V> in method public getWithMetadata(key K) : MetadataValue<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type result : VersionedValue<byte[]> to result : VersionedValue<V> in method protected executeOperation(transport Transport) : VersionedValue<V> in class org.infinispan.client.hotrod.impl.operations.GetWithVersionOperation |
From |
To |
|
Change Variable Type op : BulkGetKeysOperation to op : BulkGetKeysOperation<K> in method public keySet() : Set<K> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type removeOperation : RemoveOperation to removeOperation : RemoveOperation<V> in method public remove(key Object) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type op : RemoveIfUnmodifiedOperation to op : RemoveIfUnmodifiedOperation<V> in method public removeWithVersion(key K, version long) : boolean in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type op : ReplaceOperation to op : ReplaceOperation<V> in method public replace(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type op : PutIfAbsentOperation to op : PutIfAbsentOperation<V> in method public putIfAbsent(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type op : PutOperation to op : PutOperation<V> in method public put(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type result : Map<byte[],byte[]> to result : Map<K,V> in method public getBulk(size int) : Map<K,V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type result : byte[] to result : V in method public executeOperation(transport Transport) : V in class org.infinispan.client.hotrod.impl.operations.GetOperation |
From |
To |
|
Extract And Move Method public isSuccess(status short) : boolean extracted from protected executeOperation(transport Transport) : VersionedValue<byte[]> in class org.infinispan.client.hotrod.impl.operations.GetWithVersionOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isSuccess(status short) : boolean extracted from protected executeOperation(transport Transport) : MetadataValue<byte[]> in class org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isInvalidIteration(status short) : boolean extracted from private fetch() : void in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isNotExecuted(status short) : boolean extracted from protected returnVersionedOperationResponse(transport Transport, params HeaderParams) : VersionedOperationResponse in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isSuccess(status short) : boolean extracted from public execute() : Object in class org.infinispan.client.hotrod.impl.operations.RemoveClientListenerOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isInvalidIteration(status short) : boolean extracted from public close() : void in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isSuccess(status short) : boolean extracted from public executeOperation(transport Transport) : byte[] in class org.infinispan.client.hotrod.impl.operations.GetOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public hasPrevious(status short) : boolean extracted from public returnPossiblePrevValue(transport Transport, status short, flags Flag[]) : byte[] in class org.infinispan.client.hotrod.impl.protocol.Codec20 & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isNotExist(status short) : boolean extracted from protected executeOperation(transport Transport) : Boolean in class org.infinispan.client.hotrod.impl.operations.ContainsKeyOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isNotExecuted(status short) : boolean extracted from protected executeOperation(transport Transport) : byte[] in class org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isSuccess(status short) : boolean extracted from protected executeOperation(transport Transport) : Boolean in class org.infinispan.client.hotrod.impl.operations.ContainsKeyOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isNotExist(status short) : boolean extracted from protected executeOperation(transport Transport) : VersionedValue<byte[]> in class org.infinispan.client.hotrod.impl.operations.GetWithVersionOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isNotExist(status short) : boolean extracted from protected executeOperation(transport Transport) : MetadataValue<byte[]> in class org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isSuccess(status short) : boolean extracted from protected executeOperation(transport Transport) : Void in class org.infinispan.client.hotrod.impl.operations.PutAllOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isNotExist(status short) : boolean extracted from public executeOperation(transport Transport) : byte[] in class org.infinispan.client.hotrod.impl.operations.RemoveOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isNotExist(status short) : boolean extracted from protected returnVersionedOperationResponse(transport Transport, params HeaderParams) : VersionedOperationResponse in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isNotExist(status short) : boolean extracted from public executeOperation(transport Transport) : byte[] in class org.infinispan.client.hotrod.impl.operations.GetOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isSuccess(status short) : boolean extracted from protected returnVersionedOperationResponse(transport Transport, params HeaderParams) : VersionedOperationResponse in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isSuccess(status short) : boolean extracted from public close() : void in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Extract And Move Method public isSuccess(status short) : boolean extracted from public execute() : PingResult in class org.infinispan.client.hotrod.impl.operations.PingOperation & moved to class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |