|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.store.CacheStoreLoadDataExample |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Account> to cache : IgniteCache<Integer,Account> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheTransactionExample |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method private populateDimensions() : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method private visitUsingAffinityRun() : void in class org.apache.ignite.examples.datagrid.CacheAffinityExample |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method private putGet() : void in class org.apache.ignite.examples.datagrid.CachePutGetExample |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method private putAllGetAll() : void in class org.apache.ignite.examples.datagrid.CachePutGetExample |
From |
To |
|
Change Variable Type cache : GridCache<Long,Person> to cache : IgniteCache<Long,Person> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.store.CacheStoreExample |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheAffinityExample |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheEventsExample |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public run() : void in class org.apache.ignite.examples.datagrid.CacheAffinityExample.visitUsingMapKeysToNodes.run |
From |
To |
|
Change Variable Type cache : CacheProjection<Integer,Account> to cache : IgniteCache<Integer,Account> in method private deposit(acctId int, amount double) : void in class org.apache.ignite.examples.datagrid.CacheTransactionExample |
From |
To |