|
Rename Method public reIndex(applicationScopes rx.Observable<ApplicationScope>, cursor Optional<String>, startTimestamp Optional<Long>, indexAction IndexAction) : IndexResponse renamed to public rebuildIndex(appId Optional<UUID>, collection Optional<String>, collectionName Optional<String>, cursor Optional<String>, startTimestamp Optional<Long>) : IndexResponse in class org.apache.usergrid.corepersistence.index.ReIndexService |
From |
To |
|
Rename Method public reIndex(applicationScopes Observable<ApplicationScope>, cursor Optional<String>, startTimestamp Optional<Long>, indexAction IndexAction) : IndexResponse renamed to public rebuildIndex(appId Optional<UUID>, collection Optional<String>, collectionName Optional<String>, cursor Optional<String>, startTimestamp Optional<Long>) : IndexResponse in class org.apache.usergrid.corepersistence.index.ReIndexServiceImpl |
From |
To |
|
Change Parameter Type indexedEdgecount : Observable<Long> to indexedEdgecount : ConnectableObservable<EdgeScope> in method public IndexResponse(cursor String, indexedEdgecount ConnectableObservable<EdgeScope>) in class org.apache.usergrid.corepersistence.index.ReIndexService.IndexResponse |
From |
To |
|
Change Parameter Type indexService : AsyncIndexService to indexService : AsyncReIndexService in method public CpRelationManager(metricsFactory MetricsFactory, managerCache ManagerCache, indexService AsyncReIndexService, em EntityManager, applicationId UUID, headEntity EntityRef) in class org.apache.usergrid.corepersistence.CpRelationManager |
From |
To |
|
Change Parameter Type indexService : AsyncIndexService to indexService : AsyncReIndexService in method public CpEntityManager(cass CassandraService, counterUtils CounterUtils, indexService AsyncReIndexService, managerCache ManagerCache, metricsFactory MetricsFactory, applicationId UUID) in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Change Attribute Type indexService : AsyncIndexService to indexService : AsyncReIndexService in class org.apache.usergrid.corepersistence.CpEntityManagerFactory |
From |
To |
|
Change Attribute Type indexService : AsyncIndexService to indexService : AsyncReIndexService in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Change Attribute Type asyncIndexService : AsyncIndexService to asyncIndexService : AsyncReIndexService in class org.apache.usergrid.corepersistence.index.AsyncIndexProvider |
From |
To |
|
Change Attribute Type indexService : AsyncIndexService to indexService : AsyncReIndexService in class org.apache.usergrid.corepersistence.CpRelationManager |
From |
To |
|
Change Attribute Type bufferQueueSQS : SQSAsyncIndexService to bufferQueueSQS : SQSAsyncReIndexService in class org.apache.usergrid.corepersistence.index.SQSAsyncIndexServiceTest |
From |
To |
|
Change Attribute Type indexedEdgecount : Observable<Long> to indexedEdgecount : ConnectableObservable<EdgeScope> in class org.apache.usergrid.corepersistence.index.ReIndexService.IndexResponse |
From |
To |