|
Change Parameter Type applyStrong : BiConsumer<StrongCounter,Consumer<Response>> to applyStrong : BiConsumer<CacheDecodeContext,StrongCounter> in method private applyCounter(cdc CacheDecodeContext, counterName String, applyStrong BiConsumer<CacheDecodeContext,StrongCounter>, applyWeak BiConsumer<CacheDecodeContext,WeakCounter>) : void in class org.infinispan.server.hotrod.CounterRequestProcessor |
From |
To |
|
Change Parameter Type applyWeak : BiConsumer<WeakCounter,Consumer<Response>> to applyWeak : BiConsumer<CacheDecodeContext,WeakCounter> in method private applyCounter(cdc CacheDecodeContext, counterName String, applyStrong BiConsumer<CacheDecodeContext,StrongCounter>, applyWeak BiConsumer<CacheDecodeContext,WeakCounter>) : void in class org.infinispan.server.hotrod.CounterRequestProcessor |
From |
To |
|
Change Parameter Type sendResponse : Consumer<Response> to cdc : CacheDecodeContext in method package counterCompareAndSwap(cdc CacheDecodeContext) : void in class org.infinispan.server.hotrod.CounterRequestProcessor |
From |
To |
|
Move Method private validateConfiguration() : void from class org.infinispan.server.hotrod.CacheDecodeContext to private validateConfiguration(cdc CacheDecodeContext, cache AdvancedCache<byte[],byte[]>) : void from class org.infinispan.server.hotrod.TransactionRequestProcessor |
From |
To |
|
Move Method private createResponseFrom(status ListenerOperationStatus) : Response from class org.infinispan.server.hotrod.CacheDecodeContext to private createResponseFrom(cdc CacheDecodeContext, status ListenerOperationStatus) : Response from class org.infinispan.server.hotrod.CounterRequestProcessor |
From |
To |
|
Move Method package counterCompareAndSwap(sendResponse Consumer<Response>) : void from class org.infinispan.server.hotrod.CacheDecodeContext to package counterCompareAndSwap(cdc CacheDecodeContext) : void from class org.infinispan.server.hotrod.CounterRequestProcessor |
From |
To |
|
Move Method private finishTransaction(txContext SecondPhaseTransactionDecodeContext) : TransactionResponse from class org.infinispan.server.hotrod.CacheDecodeContext to private finishTransaction(cdc CacheDecodeContext, txContext SecondPhaseTransactionDecodeContext) : TransactionResponse from class org.infinispan.server.hotrod.TransactionRequestProcessor |
From |
To |
|
Move Method private isValid(write TransactionWrite, readCache AdvancedCache<byte[],byte[]>) : boolean from class org.infinispan.server.hotrod.CacheDecodeContext to private isValid(write TransactionWrite, readCache AdvancedCache<byte[],byte[]>) : boolean from class org.infinispan.server.hotrod.TransactionRequestProcessor |
From |
To |
|
Move Method private createTransactionResponse(header HotRodHeader, xaReturnCode int) : TransactionResponse from class org.infinispan.server.hotrod.CacheDecodeContext to private createTransactionResponse(header HotRodHeader, xaReturnCode int) : TransactionResponse from class org.infinispan.server.hotrod.TransactionRequestProcessor |
From |
To |
|
Move Method private applyCounter(counterName String, sendResponse Consumer<Response>, applyStrong BiConsumer<StrongCounter,Consumer<Response>>, applyWeak BiConsumer<WeakCounter,Consumer<Response>>) : void from class org.infinispan.server.hotrod.CacheDecodeContext to private applyCounter(cdc CacheDecodeContext, counterName String, applyStrong BiConsumer<CacheDecodeContext,StrongCounter>, applyWeak BiConsumer<CacheDecodeContext,WeakCounter>) : void from class org.infinispan.server.hotrod.CounterRequestProcessor |
From |
To |
|
Move Method private checkExistingTxForPrepare(context PrepareTransactionDecodeContext) : Response from class org.infinispan.server.hotrod.CacheDecodeContext to private checkExistingTxForPrepare(cdc CacheDecodeContext, context PrepareTransactionDecodeContext) : Response from class org.infinispan.server.hotrod.TransactionRequestProcessor |
From |
To |
|
Move Method private missingCounterResponse() : Response from class org.infinispan.server.hotrod.CacheDecodeContext to private missingCounterResponse(cdc CacheDecodeContext) : Response from class org.infinispan.server.hotrod.CounterRequestProcessor |
From |
To |