3488a6a515b02298d4e164306841cccd2e713c66
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type GetAllOperation<K,V> to GetAllParallelOperation<K,V> in method public newGetAllOperation(keys Set<byte[]>) : GetAllParallelOperation<K,V> in class org.infinispan.client.hotrod.impl.operations.OperationsFactory | From | To | |
Change Return Type PutAllOperation to PutAllParallelOperation in method public newPutAllOperation(map Map<byte[],byte[]>, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) : PutAllParallelOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory | From | To | |
Change Variable Type | 2 | ||
Change Variable Type op : GetAllOperation<K,V> to op : GetAllParallelOperation<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 : PutAllOperation to op : PutAllParallelOperation in method public putAll(map Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : void in class org.infinispan.client.hotrod.impl.RemoteCacheImpl | From | To |