|
Change Return Type Map.Entry<byte[],byte[]>[] to Map.Entry<byte[],Object[]>[] in method public getEntries() : Map.Entry<byte[],Object[]>[] in class org.infinispan.client.hotrod.impl.operations.IterationNextResponse |
From |
To |
|
Change Return Type Set<Map.Entry<Object,Object>> to Set<Map.Entry<K,V>> in method public extractEntries(iterator CloseableIterator<Map.Entry<Object,Object>>) : Set<Map.Entry<K,V>> in class org.infinispan.client.hotrod.impl.iteration.AbstractRemoteIteratorTest |
From |
To |
|
Change Return Type KeyValueFilterConverter to KeyValueFilterConverter<K,V,C> in method public getFilterConverter() : KeyValueFilterConverter<K,V,C> in class org.infinispan.filter.ParamKeyValueFilterConverterFactory |
From |
To |
|
Change Variable Type value : byte[] to projections : Object[] in method public execute() : IterationNextResponse in class org.infinispan.client.hotrod.impl.operations.IterationNextOperation |
From |
To |
|
Change Variable Type entry : Entry<byte[],byte[]> to entry : Entry<byte[],Object[]> in method private fetch() : void in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator |
From |
To |
|
Change Variable Type entries : Set<Map.Entry<Object,Object>> to entries : Set<Map.Entry<K,V>> in method public extractEntries(iterator CloseableIterator<Map.Entry<Object,Object>>) : Set<Map.Entry<K,V>> in class org.infinispan.client.hotrod.impl.iteration.AbstractRemoteIteratorTest |
From |
To |
|
Change Variable Type entries : Map.Entry<byte[],byte[]>[] to entries : Map.Entry<byte[],Object[]>[] in method public execute() : IterationNextResponse in class org.infinispan.client.hotrod.impl.operations.IterationNextOperation |
From |
To |
|
Change Variable Type entries : Entry<byte[],byte[]>[] to entries : Entry<byte[],Object[]>[] in method private fetch() : void in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator |
From |
To |