|
Change Parameter Type topDocsResponses : HashMap<UUID,ClusteredTopDocs> to topDocsResponses : Map<Address,NodeTopDocs> in method package DistributedLazyIterator(sort Sort, fetchSize int, resultSize int, maxResults int, firstResult int, queryId UUID, topDocsResponses Map<Address,NodeTopDocs>, invoker ClusteredQueryInvoker, cache AdvancedCache<?,?>) in class org.infinispan.query.clustered.DistributedLazyIterator |
From |
To |
|
Change Parameter Type topDocsResponses : HashMap<UUID,ClusteredTopDocs> to topDocsResponses : Map<Address,NodeTopDocs> in method package DistributedIterator(sort Sort, fetchSize int, resultSize int, maxResults int, firstResult int, topDocsResponses Map<Address,NodeTopDocs>, cache AdvancedCache<?,?>) in class org.infinispan.query.clustered.DistributedIterator |
From |
To |
|
Change Parameter Type cache : Cache<?,?> to cache : AdvancedCache<?,?> in method public perform(cache AdvancedCache<?,?>) : QueryResponse in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Change Parameter Type cache : Cache<?,?> to cache : AdvancedCache<?,?> in method package init(cache AdvancedCache<?,?>, queryDefinition QueryDefinition, queryId UUID, docIndex int) : void in class org.infinispan.query.clustered.commandworkers.CQWorker |
From |
To |
|
Change Parameter Type type : ClusteredQueryCommandType to commandType : CQCommandType in method private ClusteredQueryCommand(commandType CQCommandType, cacheName String) in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Change Parameter Type localCacheInstance : Cache<?,?> to cache : AdvancedCache<?,?> in method package ClusteredQueryInvoker(cache AdvancedCache<?,?>, asyncExecutor ExecutorService) in class org.infinispan.query.clustered.ClusteredQueryInvoker |
From |
To |
|
Rename Variable e1 : ExecutionException to e : ExecutionException in method package broadcast(clusteredQueryCommand ClusteredQueryCommand) : List<QueryResponse> in class org.infinispan.query.clustered.ClusteredQueryInvoker |
From |
To |
|
Rename Variable objects : List<QueryResponse> to queryResponses : List<QueryResponse> in method package broadcast(clusteredQueryCommand ClusteredQueryCommand) : List<QueryResponse> in class org.infinispan.query.clustered.ClusteredQueryInvoker |
From |
To |
|
Rename Variable clQuery : ClusteredQueryCommand to cmd : ClusteredQueryCommand in method package retrieveKeyFromLazyQuery(cache Cache<?,?>, queryId UUID, docIndex int) : ClusteredQueryCommand in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Rename Variable lazyItId : UUID to queryId : UUID in method public iterator(fetchOptions FetchOptions) : ResultIterator<E> in class org.infinispan.query.clustered.ClusteredCacheQueryImpl |
From |
To |
|
Rename Variable clQuery : ClusteredQueryCommand to cmd : ClusteredQueryCommand in method package createEagerIterator(queryDefinition QueryDefinition, cache Cache<?,?>) : ClusteredQueryCommand in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Rename Variable clQuery : ClusteredQueryCommand to cmd : ClusteredQueryCommand in method package createLazyIterator(queryDefinition QueryDefinition, cache Cache<?,?>, queryId UUID) : ClusteredQueryCommand in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Rename Variable clQuery : ClusteredQueryCommand to cmd : ClusteredQueryCommand in method package destroyLazyQuery(cache Cache<?,?>, queryId UUID) : ClusteredQueryCommand in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Rename Variable objects : List<QueryResponse> to queryResponses : List<QueryResponse> in method private cast(responses Map<Address,Response>) : List<QueryResponse> in class org.infinispan.query.clustered.ClusteredQueryInvoker |
From |
To |
|
Rename Variable clQuery : ClusteredQueryCommand to cmd : ClusteredQueryCommand in method package getResultSize(queryDefinition QueryDefinition, cache Cache<?,?>) : ClusteredQueryCommand in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Rename Variable e1 : InterruptedException to e : InterruptedException in method package broadcast(clusteredQueryCommand ClusteredQueryCommand) : List<QueryResponse> in class org.infinispan.query.clustered.ClusteredQueryInvoker |
From |
To |
|
Change Variable Type topDocsResponses : HashMap<UUID,ClusteredTopDocs> to topDocsResponses : Map<Address,NodeTopDocs> in method private broadcastQuery(command ClusteredQueryCommand) : Map<Address,NodeTopDocs> in class org.infinispan.query.clustered.ClusteredCacheQueryImpl |
From |
To |
|
Change Variable Type topDocsResponses : HashMap<UUID,ClusteredTopDocs> to topDocsResponses : Map<Address,NodeTopDocs> in method public iterator(fetchOptions FetchOptions) : ResultIterator<E> in class org.infinispan.query.clustered.ClusteredCacheQueryImpl |
From |
To |
|
Change Variable Type entry : Entry<UUID,ClusteredTopDocs> to entry : Entry<Address,NodeTopDocs> in method package DistributedIterator(sort Sort, fetchSize int, resultSize int, maxResults int, firstResult int, topDocsResponses Map<Address,NodeTopDocs>, cache AdvancedCache<?,?>) in class org.infinispan.query.clustered.DistributedIterator |
From |
To |
|
Change Attribute Type CACHED_VALUES : ClusteredQueryCommandType[] to CACHED_VALUES : CQCommandType[] in class org.infinispan.query.clustered.commandworkers.CQCommandType |
From |
To |
|
Change Attribute Type partialResults : ClusteredTopDocs[] to partialResults : NodeTopDocs[] in class org.infinispan.query.clustered.DistributedIterator |
From |
To |
|
Change Attribute Type docIndex : Integer to docIndex : int in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Change Attribute Type commandType : ClusteredQueryCommandType to commandType : CQCommandType in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Change Attribute Type localCacheInstance : Cache<?,?> to cache : AdvancedCache<?,?> in class org.infinispan.query.clustered.ClusteredQueryInvoker |
From |
To |
|
Change Attribute Type cache : Cache<?,?> to cache : AdvancedCache<?,?> in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Change Attribute Type cache : Cache<?,?> to cache : AdvancedCache<?,?> in class org.infinispan.query.clustered.commandworkers.CQWorker |
From |
To |
|
Change Attribute Type asyncExecutor : ExecutorService to invoker : ClusteredQueryInvoker in class org.infinispan.query.clustered.ClusteredCacheQueryImpl |
From |
To |
|
Inline Variable killQuery : ClusteredQueryCommand in method public close() : void from class org.infinispan.query.clustered.DistributedLazyIterator |
From |
To |
|
Inline Variable localReturnValue : QueryResponse in method public broadcast(clusteredQuery ClusteredQueryCommand) : List<QueryResponse> from class org.infinispan.query.clustered.ClusteredQueryInvoker |
From |
To |
|
Inline Variable accumulator : int in method public getResultSize() : int from class org.infinispan.query.clustered.ClusteredCacheQueryImpl |
From |
To |
|
Inline Variable cr : ComponentRegistry in method protected getQueryBox() : QueryBox from class org.infinispan.query.clustered.commandworkers.ClusteredQueryCommandWorker |
From |
To |
|
Inline Variable box : QueryBox in method public perform() : QueryResponse from class org.infinispan.query.clustered.commandworkers.CQCreateLazyQuery |
From |
To |
|
Inline Variable cr : ComponentRegistry in method protected getSearchFactory() : SearchIntegrator from class org.infinispan.query.clustered.commandworkers.ClusteredQueryCommandWorker |
From |
To |
|
Inline Variable command : ClusteredQueryCommand in method public getResultSize() : int from class org.infinispan.query.clustered.ClusteredCacheQueryImpl |
From |
To |
|
Rename Parameter lazyQueryId : UUID to queryId : UUID in method package init(cache AdvancedCache<?,?>, queryDefinition QueryDefinition, queryId UUID, docIndex int) : void in class org.infinispan.query.clustered.commandworkers.CQWorker |
From |
To |
|
Rename Parameter value : Object to fetchedValue : Object in method public QueryResponse(fetchedValue Object) in class org.infinispan.query.clustered.QueryResponse |
From |
To |
|
Rename Parameter clusteredQuery : ClusteredQueryCommand to clusteredQueryCommand : ClusteredQueryCommand in method package broadcast(clusteredQueryCommand ClusteredQueryCommand) : List<QueryResponse> in class org.infinispan.query.clustered.ClusteredQueryInvoker |
From |
To |
|
Rename Parameter id : UUID to queryId : UUID in method package DistributedLazyIterator(sort Sort, fetchSize int, resultSize int, maxResults int, firstResult int, queryId UUID, topDocsResponses Map<Address,NodeTopDocs>, invoker ClusteredQueryInvoker, cache AdvancedCache<?,?>) in class org.infinispan.query.clustered.DistributedLazyIterator |
From |
To |
|
Rename Parameter type : ClusteredQueryCommandType to commandType : CQCommandType in method private ClusteredQueryCommand(commandType CQCommandType, cacheName String) in class org.infinispan.query.clustered.ClusteredQueryCommand |
From |
To |
|
Rename Parameter localCacheInstance : Cache<?,?> to cache : AdvancedCache<?,?> in method package ClusteredQueryInvoker(cache AdvancedCache<?,?>, asyncExecutor ExecutorService) in class org.infinispan.query.clustered.ClusteredQueryInvoker |
From |
To |