|
Change Return Type void to CompletionStage<Void> in method package storeEntry(ctx InvocationContext, key Object, command FlagAffectedCommand, incrementStats boolean) : CompletionStage<Void> in class org.infinispan.interceptors.impl.CacheWriterInterceptor |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public clearAllStores(predicate Predicate<? super StoreConfiguration>) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type EntryVersionsMap to CompletionStage<EntryVersionsMap> in method public createNewVersionsAndCheckForWriteSkews(versionGenerator VersionGenerator, context TxInvocationContext, prepareCommand VersionedPrepareCommand) : CompletionStage<EntryVersionsMap> in class org.infinispan.interceptors.locking.ClusteringDependentLogic |
From |
To |
|
Change Return Type boolean to CompletionStage<Boolean> in method public removeSegments(segments IntSet) : CompletionStage<Boolean> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method package storeEntry(ctx InvocationContext, key Object, command FlagAffectedCommand) : CompletionStage<Void> in class org.infinispan.interceptors.impl.CacheWriterInterceptor |
From |
To |
|
Change Return Type Publisher<MarshallableEntry<K,V>> to Flowable<MarshallableEntry<K,V>> in method public publishEntries(segments IntSet, filter Predicate<? super K>, fetchValue boolean, fetchMetadata boolean, predicate Predicate<? super StoreConfiguration>) : Flowable<MarshallableEntry<K,V>> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type boolean to CompletionStage<Boolean> in method public addSegments(segments IntSet) : CompletionStage<Boolean> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method protected processIterableBatch(ctx InvocationContext, cmd PutMapCommand, mode PersistenceManager.AccessMode, filter Predicate<Object>) : CompletionStage<Void> in class org.infinispan.interceptors.impl.CacheWriterInterceptor |
From |
To |
|
Change Return Type boolean to CompletionStage<Boolean> in method public removeSegments(segments IntSet) : CompletionStage<Boolean> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type int to CompletionStage<Integer> in method public size(segments IntSet) : CompletionStage<Integer> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public writeToAllNonTxStores(marshalledEntry MarshallableEntry, segment int, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type boolean to CompletionStage<Boolean> in method public addSegments(segments IntSet) : CompletionStage<Boolean> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public rollbackAllTxStores(transaction Transaction, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method protected store(ctx TxInvocationContext) : CompletionStage<Void> in class org.infinispan.interceptors.impl.CacheWriterInterceptor |
From |
To |
|
Change Return Type MarshallableEntry to MarshallableEntry<K,V> in method private loadFromAllStoresSync(key Object, segment int, localInvocation boolean, includeStores boolean, traceId int) : MarshallableEntry<K,V> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public writeToAllNonTxStores(marshalledEntry MarshallableEntry, segment int, predicate Predicate<? super StoreConfiguration>, flags long) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public preload() : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type MarshallableEntry to CompletionStage<MarshallableEntry> in method public loadFromAllStores(key Object, segment int, localInvocation boolean, includeStores boolean) : CompletionStage<MarshallableEntry> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public writeBatchToAllNonTxStores(entries Iterable<MarshallableEntry>, predicate Predicate<? super StoreConfiguration>, flags long) : CompletionStage<Void> in class org.infinispan.persistence.BaseStoreFunctionalTest.DelegatingPersistenceManager |
From |
To |
|
Change Return Type CompletableFuture<Void> to CompletionStage<Void> in method public checkLockAndStore(key Object, version EntryVersion, enableTimeout Function<CompletableFuture<?>,CompletableFuture<?>>, store Function<Object,CompletionStage<Void>>) : CompletionStage<Void> in class org.infinispan.persistence.manager.OrderedUpdatesManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public commitAllTxStores(transaction Transaction, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type boolean to CompletionStage<Boolean> in method public deleteFromAllStores(key Object, segment int, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Boolean> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public prepareAllTxStores(transaction Transaction, batchModification BatchModification, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type int to CompletionStage<Integer> in method public size(segments IntSet) : CompletionStage<Integer> in class org.infinispan.persistence.manager.PersistenceManagerStub |
From |
To |
|
Change Return Type int to CompletionStage<Integer> in method public size(predicate Predicate<? super StoreConfiguration>) : CompletionStage<Integer> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public prepareAllTxStores(transaction Transaction, batchModification BatchModification, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type boolean to CompletionStage<Boolean> in method public deleteFromAllStores(key Object, segment int, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Boolean> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type Publisher<MarshallableEntry<K,V>> to Flowable<MarshallableEntry<K,V>> in method public publishEntries(filter Predicate<? super K>, fetchValue boolean, fetchMetadata boolean, predicate Predicate<? super StoreConfiguration>) : Flowable<MarshallableEntry<K,V>> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public clearAllStores(predicate Predicate<? super StoreConfiguration>) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type int to CompletionStage<Integer> in method public size(segments IntSet) : CompletionStage<Integer> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type MarshallableEntry to CompletionStage<MarshallableEntry<K,V>> in method public loadFromAllStores(key Object, segment int, localInvocation boolean, includeStores boolean) : CompletionStage<MarshallableEntry<K,V>> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type int to CompletionStage<Integer> in method public size() : CompletionStage<Integer> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type void to Object in method protected handlePutMapCommandReturn(rCtx InvocationContext, rCommand VisitableCommand, rv Object) : Object in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor |
From |
To |
|
Change Return Type MarshallableEntry to CompletionStage<MarshallableEntry> in method public loadFromAllStores(key Object, segment int, localInvocation boolean, includeStores boolean) : CompletionStage<MarshallableEntry> in class org.infinispan.persistence.manager.PersistenceManagerStub |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method private storeAndUpdateStats(ctx InvocationContext, key Object, command WriteCommand) : CompletionStage<Void> in class org.infinispan.interceptors.impl.ScatteredCacheWriterInterceptor |
From |
To |
|
Change Return Type int to CompletionStage<Integer> in method private trySizeOptimization(flagBitSet long) : CompletionStage<Integer> in class org.infinispan.interceptors.impl.CacheLoaderInterceptor |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method protected commitCommand(ctx TxInvocationContext) : CompletionStage<Void> in class org.infinispan.interceptors.impl.CacheWriterInterceptor |
From |
To |
|
Change Return Type boolean to CompletionStage<Boolean> in method public deleteFromAllStores(key Object, segment int, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Boolean> in class org.infinispan.persistence.manager.PersistenceManagerStub |
From |
To |
|
Change Return Type EntryVersionsMap to CompletionStage<EntryVersionsMap> in method public createNewVersionsAndCheckForWriteSkews(versionGenerator VersionGenerator, context TxInvocationContext, prepareCommand VersionedPrepareCommand) : CompletionStage<EntryVersionsMap> in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public commitAllTxStores(transaction Transaction, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type int to CompletionStage<Integer> in method public size(predicate Predicate<? super StoreConfiguration>) : CompletionStage<Integer> in class org.infinispan.persistence.manager.PersistenceManagerStub |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public rollbackAllTxStores(transaction Transaction, predicate Predicate<? super StoreConfiguration>) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type boolean to CompletionStage<Boolean> in method private doPassivate(key Object, entry InternalCacheEntry) : CompletionStage<Boolean> in class org.infinispan.eviction.impl.PassivationManagerImpl |
From |
To |
|
Change Return Type EntryVersionsMap to CompletionStage<EntryVersionsMap> in method public createNewVersionsAndCheckForWriteSkews(versionGenerator VersionGenerator, context TxInvocationContext, prepareCommand VersionedPrepareCommand) : CompletionStage<EntryVersionsMap> in class org.infinispan.test.fwk.ClusteringDependentLogicDelegator |
From |
To |
|
Change Return Type Publisher<K> to Flowable<K> in method public publishKeys(filter Predicate<? super K>, predicate Predicate<? super StoreConfiguration>) : Flowable<K> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public preload() : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type CompletableFuture<?> to CompletionStage<?> in method public invalidate(keys Object[]) : CompletionStage<?> in class org.infinispan.persistence.manager.OrderedUpdatesManager |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public writeBatchToAllNonTxStores(entries Iterable<MarshallableEntry>, predicate Predicate<? super StoreConfiguration>, flags long) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type CompletableFuture<Void> to CompletionStage<Void> in method package writeBatch(publisher Publisher<MarshallableEntry<? extends K,? extends V>>) : CompletionStage<Void> in class org.infinispan.persistence.rocksdb.RocksDBStore.RocksDBHandler |
From |
To |
|
Change Return Type void to Object in method protected handlePutMapCommandReturn(rCtx InvocationContext, rCommand VisitableCommand, rv Object) : Object in class org.infinispan.interceptors.impl.CacheWriterInterceptor |
From |
To |
|
Change Return Type MarshallableEntry to CompletionStage<MarshallableEntry> in method public loadFromAllStores(key Object, localInvocation boolean, includeStores boolean) : CompletionStage<MarshallableEntry> in class org.infinispan.persistence.manager.PersistenceManagerStub |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public writeBatchToAllNonTxStores(entries Iterable<MarshallableEntry>, predicate Predicate<? super StoreConfiguration>, flags long) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type Publisher<K> to Flowable<K> in method public publishKeys(segments IntSet, filter Predicate<? super K>, predicate Predicate<? super StoreConfiguration>) : Flowable<K> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public deleteBatchFromAllNonTxStores(keys Iterable<Object>, predicate Predicate<? super StoreConfiguration>, flags long) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public writeToAllNonTxStores(marshalledEntry MarshallableEntry, segment int, predicate Predicate<? super StoreConfiguration>, flags long) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Return Type EntryVersionsMap to CompletionStage<EntryVersionsMap> in method public createNewVersionsAndCheckForWriteSkews(versionGenerator VersionGenerator, context TxInvocationContext, prepareCommand VersionedPrepareCommand) : CompletionStage<EntryVersionsMap> in class org.infinispan.notifications.cachelistener.OnlyPrimaryOwnerTest.MockCDL |
From |
To |
|
Change Return Type int to CompletionStage<Integer> in method public size(predicate Predicate<? super StoreConfiguration>) : CompletionStage<Integer> in class org.infinispan.persistence.manager.PersistenceManager |
From |
To |
|
Change Return Type void to CompletionStage<Void> in method public deleteBatchFromAllNonTxStores(keys Iterable<Object>, predicate Predicate<? super StoreConfiguration>, flags long) : CompletionStage<Void> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Variable Type stage : CompletionStage<Void> to stage : AggregateCompletionStage<Void> in method private visitManyDataCommand(ctx InvocationContext, command FlagAffectedCommand, keys Collection<?>) : Object in class org.infinispan.interceptors.impl.CacheLoaderInterceptor |
From |
To |
|
Change Variable Type resp : boolean to stage : CompletionStage<?> in method public visitComputeCommand(ctx InvocationContext, command ComputeCommand) : Object in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor |
From |
To |
|
Change Variable Type resp : boolean to innerStage : CompletionStage<?> in method private visitWriteManyCommand(ctx InvocationContext, command WriteCommand) : Object in class org.infinispan.interceptors.impl.CacheWriterInterceptor |
From |
To |
|
Change Variable Type size : int to sizeStage : CompletionStage<Integer> in method public visitSizeCommand(ctx InvocationContext, command SizeCommand) : Object in class org.infinispan.interceptors.impl.CacheLoaderInterceptor |
From |
To |
|
Change Variable Type originVersionData : EntryVersionsMap to originVersionData : CompletionStage<EntryVersionsMap> in method private prepareHandler(nonTxCtx InvocationContext, command VisitableCommand, nil Object) : Object in class org.infinispan.interceptors.impl.VersionedEntryWrappingInterceptor |
From |
To |
|
Change Variable Type future : CompletableFuture<?> to future : CompletionStage<Void> in method private handleManyWriteReturn(ctx InvocationContext, rcommand VisitableCommand, rv Object) : Object in class org.infinispan.interceptors.impl.ScatteredCacheWriterInterceptor |
From |
To |
|
Change Variable Type versionsMap : EntryVersionsMap to versionsMap : CompletionStage<EntryVersionsMap> in method private afterPrepareHandler(ctx InvocationContext, command VisitableCommand, rv Object) : Object in class org.infinispan.interceptors.totalorder.TotalOrderVersionedEntryWrappingInterceptor |
From |
To |
|
Change Variable Type resp : boolean to stage : CompletionStage<?> in method private visitWriteCommand(ctx InvocationContext, command VisitableCommand) : Object in class org.infinispan.interceptors.impl.CacheWriterInterceptor |
From |
To |
|
Change Variable Type future : CompletableFuture<?> to future : CompletionStage<Void> in method private handleDataWriteReturn(ctx InvocationContext, command VisitableCommand, rv Object) : Object in class org.infinispan.interceptors.impl.ScatteredCacheWriterInterceptor |
From |
To |
|
Change Variable Type futures : List<CompletableFuture<?>> to aggregateCompletionStage : AggregateCompletionStage<Void> in method private handleManyWriteReturn(ctx InvocationContext, rcommand VisitableCommand, rv Object) : Object in class org.infinispan.interceptors.impl.ScatteredCacheWriterInterceptor |
From |
To |
|
Change Variable Type mode : AccessMode to mode : PersistenceManager.AccessMode in method public onRemove(key Object, newEntry boolean) : void in class org.infinispan.eviction.impl.ActivationManagerImpl |
From |
To |
|
Change Variable Type resp : boolean to stage : CompletionStage<?> in method public visitRemoveCommand(ctx InvocationContext, command RemoveCommand) : Object in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor |
From |
To |