|
Change Parameter Type type : QueryCache to type : EntryMapping in method protected fillValueParameters(stmt PreparedStatement, i int, type EntryMapping, val Object) : int in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Parameter Type key : K to key : Object in method protected fillKeyParameters(stmt PreparedStatement, i int, type EntryMapping, key Object) : int in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Parameter Type dialect : BasicJdbcDialect to dialect : JdbcDialect in method public setDialect(dialect JdbcDialect) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Parameter Type dialect : BasicJdbcDialect to dialect : JdbcDialect in method public EntryMapping(dialect JdbcDialect, typeMetadata GridCacheQueryTypeMetadata) in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore.EntryMapping |
From |
To |
|
Change Parameter Type type : QueryCache to type : EntryMapping in method protected fillKeyParameters(stmt PreparedStatement, type EntryMapping, key Object) : int in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Parameter Type key : K to key : Object in method protected fillKeyParameters(stmt PreparedStatement, type EntryMapping, key Object) : int in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Parameter Type type : QueryCache to type : EntryMapping in method protected fillKeyParameters(stmt PreparedStatement, i int, type EntryMapping, key Object) : int in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Parameter Type val : V to val : Object in method protected fillValueParameters(stmt PreparedStatement, i int, type EntryMapping, val Object) : int in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Variable typeKey : Object to typeId : Object in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Variable keyByType : Map<Object,Collection<Map.Entry<? extends K,? extends V>>> to stmtByType : Map<Object,T2<PreparedStatement,PreparedStatement>> in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Variable qry : QueryCache to m : EntryMapping in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Variable type : QueryCache to m : EntryMapping in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Variable batch : Collection<K> to worker : DeleteWorker in method public deleteAll(keys Collection<?>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Variable entry : Map.Entry<QueryCache,Collection<K>> to worker : DeleteWorker in method public deleteAll(keys Collection<?>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Variable e : Map.Entry<? extends K,? extends V> to entry : Cache.Entry<? extends K,? extends V> in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Variable Type batch : Collection<K> to worker : DeleteWorker in method public deleteAll(keys Collection<?>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Variable Type entry : Map.Entry<? extends K,? extends V> to entry : Cache.Entry<? extends K,? extends V> in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Variable Type key : K to key : Object in method public deleteAll(keys Collection<?>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Variable Type entry : Map.Entry<QueryCache,Collection<K>> to worker : DeleteWorker in method public deleteAll(keys Collection<?>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Variable Type type : QueryCache to type : EntryMapping in method public loadCache(clo IgniteBiInClosure<K,V>, args Object...) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Variable Type e : Map.Entry<? extends K,? extends V> to entry : Cache.Entry<? extends K,? extends V> in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Variable Type keyByType : Map<Object,Collection<Map.Entry<? extends K,? extends V>>> to stmtByType : Map<Object,T2<PreparedStatement,PreparedStatement>> in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Variable Type qry : QueryCache to m : EntryMapping in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Change Variable Type type : QueryCache to m : EntryMapping in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Parameter collection : Collection<Cache.Entry<? extends K,? extends V>> to entries : Collection<Cache.Entry<? extends K,? extends V>> in method public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Parameter iterable : Iterable<? extends K> to keys : Iterable<? extends K> in method public loadAll(keys Iterable<? extends K>) : Map<K,V> in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Parameter k : K to key : K in method public load(key K) : V in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Parameter collection : Collection<?> to keys : Collection<?> in method public deleteAll(keys Collection<?>) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |
|
Rename Parameter o : Object to key : Object in method public delete(key Object) : void in class org.apache.ignite.cache.store.jdbc.JdbcCacheStore |
From |
To |