|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.retry.ClientListenerRetryTest.FailureInducingCodec |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public RemoveEntryMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[]) in class org.infinispan.client.hotrod.impl.multimap.operations.RemoveEntryMultimapOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AddClientListenerOperation(codec Codec, channelFactory ChannelFactory, cacheName String, topologyId AtomicInteger, flags int, cfg Configuration, listenerId byte[], listenerNotifier ClientListenerNotifier, listener Object, filterFactoryParams byte[][], converterFactoryParams byte[][]) in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ContainsKeyOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.ContainsKeyOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public RemoveOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.RemoveOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected RemoveClientListenerOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, listenerNotifier ClientListenerNotifier, listener Object) in class org.infinispan.client.hotrod.impl.operations.RemoveClientListenerOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public MultimapOperationsFactory(channelFactory ChannelFactory, cacheName String, codec Codec, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.MultimapOperationsFactory |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected writeHeader(buf ByteBuf, params HeaderParams, version byte) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected writeHeader(buf ByteBuf, params HeaderParams, version byte) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec12 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AbstractMultimapKeyOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.AbstractMultimapKeyOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to transportFactory : ChannelFactory in method public RemoveOperation(codec Codec, transportFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.RemoveOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected writeHeader(buf ByteBuf, params HeaderParams, version byte) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public AbstractMultimapKeyValueOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[]) in class org.infinispan.client.hotrod.impl.multimap.operations.AbstractMultimapKeyValueOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeClientListenerInterests(buf ByteBuf, classes Set<Class<? extends Annotation>>) : void in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeExpirationParams(buf ByteBuf, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) : void in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Parameter Type event : CounterEvent to event : HotRodCounterEvent in method public accept(event HotRodCounterEvent) : void in class org.infinispan.client.hotrod.counter.impl.NotificationManager.HandleImpl |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetWithVersionOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetWithVersionOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeExpirationParams(buf ByteBuf, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transport : Transport to channel : Channel in method protected executeOperation(channel Channel) : void in class org.infinispan.client.hotrod.impl.operations.QueryOperation |
From |
To |
|
Change Parameter Type status : short to status : int in method public hasPrevious(status int) : boolean in class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Change Parameter Type transport : Transport to channel : Channel in method package IterationStartResponse(iterationId byte[], segmentConsistentHash SegmentConsistentHash, topologyId int, channel Channel) in class org.infinispan.client.hotrod.impl.operations.IterationStartResponse |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected readNewTopologyIfPresent(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory) : void in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected readNewTopologyIfPresent(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method private readAndValidateHeader(buf ByteBuf) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transport : Transport to channel : Channel in method protected IterationEndOperation(codec Codec, flags int, cfg Configuration, cacheName byte[], topologyId AtomicInteger, iterationId byte[], channelFactory ChannelFactory, channel Channel) in class org.infinispan.client.hotrod.impl.operations.IterationEndOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected SizeMultimapOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.SizeMultimapOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ResetOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.ResetOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected readPartialEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, eventTypeId short, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected readPartialEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, eventTypeId short, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.impl.protocol.Codec21 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Parameter Type transport : Transport to channel : Channel in method protected IterationNextOperation(codec Codec, flags int, cfg Configuration, cacheName byte[], topologyId AtomicInteger, iterationId byte[], channel Channel, channelFactory ChannelFactory, segmentKeyTracker KeyTracker) in class org.infinispan.client.hotrod.impl.operations.IterationNextOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec11 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec12 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ContainsEntryMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[]) in class org.infinispan.client.hotrod.impl.multimap.operations.ContainsEntryMultimapOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec13 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected checkForErrorsInResponseStatus(buf ByteBuf, params HeaderParams, status short) : void in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected returnPossiblePrevValue(buf ByteBuf, status short) : T in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec21 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec22 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AbstractKeyValueOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected ExecuteOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, taskName String, marshalledParams Map<String,byte[]>) in class org.infinispan.client.hotrod.impl.operations.ExecuteOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec23 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec24 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec25 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public OperationsFactory(channelFactory ChannelFactory, cacheName String, forceReturnValue boolean, codec Codec, listenerNotifier ClientListenerNotifier, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec26 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec27 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readCounterEvent(buf ByteBuf, listenerId byte[]) : HotRodCounterEvent in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetStreamOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], offset int, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetStreamOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to transportFactory : ChannelFactory in method public GetCounterNamesOperation(codec Codec, transportFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration) in class org.infinispan.client.hotrod.counter.operation.GetCounterNamesOperation |
From |
To |
|
Change Parameter Type transport : Transport to releaseChannel : boolean in method public newPingOperation(releaseChannel boolean) : PingOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ReplaceIfUnmodifiedOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit, version long) in class org.infinispan.client.hotrod.impl.operations.ReplaceIfUnmodifiedOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutAllOperation(codec Codec, channelFactory ChannelFactory, map Map<byte[],byte[]>, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.PutAllOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public BulkGetOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, entryCount int) in class org.infinispan.client.hotrod.impl.operations.BulkGetOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeClientListenerInterests(buf ByteBuf, classes Set<Class<? extends Annotation>>) : void in class org.infinispan.client.hotrod.impl.protocol.Codec26 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public AddListenerOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String, listenerId byte[], server SocketAddress) in class org.infinispan.client.hotrod.counter.operation.AddListenerOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected SizeOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.SizeOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected computeNewHashes(buf ByteBuf, channelFactory ChannelFactory, localLog Log, newTopologyId int, numKeyOwners int, hashFunctionVersion short, hashSpace int, clusterSize int) : Map<SocketAddress,Set<Integer>> in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected computeNewHashes(buf ByteBuf, channelFactory ChannelFactory, localLog Log, newTopologyId int, numKeyOwners int, hashFunctionVersion short, hashSpace int, clusterSize int) : Map<SocketAddress,Set<Integer>> in class org.infinispan.client.hotrod.impl.protocol.Codec11 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public CompareAndSwapOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String, expect long, update long, counterConfiguration CounterConfiguration) in class org.infinispan.client.hotrod.counter.operation.CompareAndSwapOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AbstractMultimapKeyValueOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.multimap.operations.AbstractMultimapKeyValueOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readHeaderOrEvent(buf ByteBuf, params HeaderParams, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, channelFactory ChannelFactory, serverAddress SocketAddress) : Either<Short,ClientEvent> in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Parameter Type transportFactory : Class<? extends TransportFactory> to transportFactory : Class<? extends ChannelFactory> in method public transportFactory(transportFactory Class<? extends ChannelFactory>) : RemoteStoreConfigurationBuilder in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readHeader(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory, serverAddress SocketAddress) : short in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeExpirationParams(buf ByteBuf, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) : void in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readHeader(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory, serverAddress SocketAddress) : short in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetAllOperation(codec Codec, channelFactory ChannelFactory, keys Set<byte[]>, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetAllOperation |
From |
To |
|
Change Parameter Type status : short to status : int in method public isNotExecuted(status int) : boolean in class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public RemoveKeyMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.RemoveKeyMultimapOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method package IterationStartOperation(codec Codec, flags int, cfg Configuration, cacheName byte[], topologyId AtomicInteger, filterConverterFactory String, filterParameters byte[][], segments Set<Integer>, batchSize int, channelFactory ChannelFactory, metadata boolean) in class org.infinispan.client.hotrod.impl.operations.IterationStartOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readUnmarshallByteArray(buf ByteBuf, status short, whitelist List<String>, marshaller Marshaller) : T in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to transportFactory : ChannelFactory in method public RemoveListenerOperation(codec Codec, transportFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String, listenerId byte[], server SocketAddress) in class org.infinispan.client.hotrod.counter.operation.RemoveListenerOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readUnmarshallByteArray(buf ByteBuf, status short, whitelist List<String>, marshaller Marshaller) : T in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Parameter Type iterationId : String to iterationId : byte[] in method protected IterationNextOperation(codec Codec, flags int, cfg Configuration, cacheName byte[], topologyId AtomicInteger, iterationId byte[], channel Channel, channelFactory ChannelFactory, segmentKeyTracker KeyTracker) in class org.infinispan.client.hotrod.impl.operations.IterationNextOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected RetryOnFailureOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method package BaseCounterOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.BaseCounterOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetWithMetadataOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method private writeNamedFactory(buf ByteBuf, factoryName String, params byte[][]) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public BulkGetKeysOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, scope int) in class org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected ParallelHotRodOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method private readMessageId(buf ByteBuf, params HeaderParams) : long in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public DefineCounterOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String, configuration CounterConfiguration) in class org.infinispan.client.hotrod.counter.operation.DefineCounterOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public AddOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String, delta long) in class org.infinispan.client.hotrod.counter.operation.AddOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetKeyWithMetadataMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.GetKeyWithMetadataMultimapOperation |
From |
To |
|
Change Parameter Type transport : Transport to channel : Channel in method public newIterationEndOperation(iterationId byte[], channel Channel) : IterationEndOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutKeyValueMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.multimap.operations.PutKeyValueMultimapOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutStreamOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, version long, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.PutStreamOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method private decodeCounterEvent(counterName String, buf ByteBuf) : HotRodCounterEvent in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected FaultTolerantPingOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.FaultTolerantPingOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetConfigurationOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.GetConfigurationOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readCounterEvent(buf ByteBuf, listenerId byte[]) : HotRodCounterEvent in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public QueryOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, remoteQuery RemoteQuery) in class org.infinispan.client.hotrod.impl.operations.QueryOperation |
From |
To |
|
Change Parameter Type status : short to status : int in method public isSuccess(status int) : boolean in class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readCounterEvent(buf ByteBuf, listenerId byte[]) : HotRodCounterEvent in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method private readTopology(buf ByteBuf) : SocketAddress[] in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeClientListenerParams(buf ByteBuf, clientListener ClientListener, filterFactoryParams byte[][], converterFactoryParams byte[][]) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method package CounterOperationFactory(configuration Configuration, channelFactory ChannelFactory, codec Codec) in class org.infinispan.client.hotrod.counter.impl.CounterOperationFactory |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeClientListenerParams(buf ByteBuf, clientListener ClientListener, filterFactoryParams byte[][], converterFactoryParams byte[][]) : void in class org.infinispan.client.hotrod.impl.protocol.Codec21 |
From |
To |
|
Change Parameter Type iterationId : String to iterationId : byte[] in method package IterationStartResponse(iterationId byte[], segmentConsistentHash SegmentConsistentHash, topologyId int, channel Channel) in class org.infinispan.client.hotrod.impl.operations.IterationStartResponse |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readHeaderOrEvent(buf ByteBuf, params HeaderParams, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, channelFactory ChannelFactory, serverAddress SocketAddress) : Either<Short,ClientEvent> in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ReplaceOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.ReplaceOperation |
From |
To |
|
Change Parameter Type iterationId : String to iterationId : byte[] in method public newIterationEndOperation(iterationId byte[], channel Channel) : IterationEndOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public StatsOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.StatsOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.PutOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ClearOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.ClearOperation |
From |
To |
|
Change Parameter Type status : short to status : int in method public isNotExist(status int) : boolean in class org.infinispan.client.hotrod.impl.protocol.HotRodConstants |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public writeClientListenerParams(buf ByteBuf, clientListener ClientListener, filterFactoryParams byte[][], converterFactoryParams byte[][]) : void in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetKeyMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.GetKeyMultimapOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public IsDefinedOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.IsDefinedOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutIfAbsentOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation |
From |
To |
|
Change Parameter Type transport : Transport to channel : Channel in method public AuthOperation(codec Codec, topologyId AtomicInteger, cfg Configuration, channel Channel, channelFactory ChannelFactory, saslMechanism String, response byte[]) in class org.infinispan.client.hotrod.impl.operations.AuthOperation |
From |
To |
|
Change Parameter Type transport : Transport to channel : Channel in method public AuthMechListOperation(codec Codec, topologyId AtomicInteger, cfg Configuration, channel Channel, channelFactory ChannelFactory) in class org.infinispan.client.hotrod.impl.operations.AuthMechListOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readUnmarshallByteArray(buf ByteBuf, status short, whitelist List<String>, marshaller Marshaller) : T in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public RemoveIfUnmodifiedOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, version long) in class org.infinispan.client.hotrod.impl.operations.RemoveIfUnmodifiedOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected ContainsValueMultimapOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.multimap.operations.ContainsValueMultimapOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method private readPartialHeader(buf ByteBuf, params HeaderParams, receivedOpCode short, channelFactory ChannelFactory, serverAddress SocketAddress) : short in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transportFactory : Class<? extends TransportFactory> to transportFactory : Class<? extends ChannelFactory> in method public transportFactory(transportFactory Class<? extends ChannelFactory>) : RemoteStoreConfigurationBuilder in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder |
From |
To |
|
Change Parameter Type transportFactory : Class<? extends TransportFactory> to transportFactory : Class<? extends ChannelFactory> in method public transportFactory(transportFactory Class<? extends ChannelFactory>) : RemoteStoreConfigurationBuilder in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method private readMagic(buf ByteBuf) : short in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to transportFactory : ChannelFactory in method public ContainsKeyMultimapOperation(codec Codec, transportFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.ContainsKeyMultimapOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method public readHeader(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory, serverAddress SocketAddress) : short in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetValueOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.GetValueOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method package MockOperation(channelFactory ChannelFactory, failOnTransport boolean) in class org.infinispan.client.hotrod.retry.RetryOnFailureUnitTest.MockOperation |
From |
To |
|
Change Parameter Type iterationId : String to iterationId : byte[] in method protected IterationEndOperation(codec Codec, flags int, cfg Configuration, cacheName byte[], topologyId AtomicInteger, iterationId byte[], channelFactory ChannelFactory, channel Channel) in class org.infinispan.client.hotrod.impl.operations.IterationEndOperation |
From |
To |
|
Change Parameter Type transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AbstractKeyOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation |
From |
To |
|
Change Parameter Type transport : Transport to buf : ByteBuf in method protected readNewTopologyAndHash(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected readNewTopologyAndHash(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected computeNewHashes(buf ByteBuf, channelFactory ChannelFactory, localLog Log, newTopologyId int, numKeyOwners int, hashFunctionVersion short, hashSpace int, clusterSize int) : Map<SocketAddress,Set<Integer>> in class org.infinispan.client.hotrod.impl.protocol.Codec11 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeExpirationParams(buf ByteBuf, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) : void in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public StatsOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.StatsOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeExpirationParams(buf ByteBuf, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ClearOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.ClearOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ResetOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.ResetOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ReplaceOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.ReplaceOperation |
From |
To |
|
Rename Parameter maxIdleUnit : TimeUnit to maxIdleTimeUnit : TimeUnit in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetConfigurationOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.GetConfigurationOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public IsDefinedOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.IsDefinedOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AbstractMultimapKeyOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.AbstractMultimapKeyOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method private readTopology(buf ByteBuf) : SocketAddress[] in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public DefineCounterOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String, configuration CounterConfiguration) in class org.infinispan.client.hotrod.counter.operation.DefineCounterOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method private decodeCounterEvent(counterName String, buf ByteBuf) : HotRodCounterEvent in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public MultimapOperationsFactory(channelFactory ChannelFactory, cacheName String, codec Codec, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.MultimapOperationsFactory |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method private readPartialHeader(buf ByteBuf, params HeaderParams, receivedOpCode short, channelFactory ChannelFactory, serverAddress SocketAddress) : short in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to channel : Channel in method public AuthMechListOperation(codec Codec, topologyId AtomicInteger, cfg Configuration, channel Channel, channelFactory ChannelFactory) in class org.infinispan.client.hotrod.impl.operations.AuthMechListOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readUnmarshallByteArray(buf ByteBuf, status short, whitelist List<String>, marshaller Marshaller) : T in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public AbstractMultimapKeyValueOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[]) in class org.infinispan.client.hotrod.impl.multimap.operations.AbstractMultimapKeyValueOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readUnmarshallByteArray(buf ByteBuf, status short, whitelist List<String>, marshaller Marshaller) : T in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public AddListenerOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String, listenerId byte[], server SocketAddress) in class org.infinispan.client.hotrod.counter.operation.AddListenerOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readUnmarshallByteArray(buf ByteBuf, status short, whitelist List<String>, marshaller Marshaller) : T in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readHeader(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory, serverAddress SocketAddress) : short in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public RemoveEntryMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[]) in class org.infinispan.client.hotrod.impl.multimap.operations.RemoveEntryMultimapOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ReplaceIfUnmodifiedOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit, version long) in class org.infinispan.client.hotrod.impl.operations.ReplaceIfUnmodifiedOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ContainsEntryMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[]) in class org.infinispan.client.hotrod.impl.multimap.operations.ContainsEntryMultimapOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutKeyValueMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.multimap.operations.PutKeyValueMultimapOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeClientListenerParams(buf ByteBuf, clientListener ClientListener, filterFactoryParams byte[][], converterFactoryParams byte[][]) : void in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected writeHeader(buf ByteBuf, params HeaderParams, version byte) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public OperationsFactory(channelFactory ChannelFactory, cacheName String, forceReturnValue boolean, codec Codec, listenerNotifier ClientListenerNotifier, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected writeHeader(buf ByteBuf, params HeaderParams, version byte) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec12 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected writeHeader(buf ByteBuf, params HeaderParams, version byte) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter maxIdleUnit : TimeUnit to maxIdleTimeUnit : TimeUnit in method public putAllAsync(map Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public RemoveKeyMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.RemoveKeyMultimapOperation |
From |
To |
|
Rename Parameter transport : Transport to channel : Channel in method protected IterationEndOperation(codec Codec, flags int, cfg Configuration, cacheName byte[], topologyId AtomicInteger, iterationId byte[], channelFactory ChannelFactory, channel Channel) in class org.infinispan.client.hotrod.impl.operations.IterationEndOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public BulkGetOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, entryCount int) in class org.infinispan.client.hotrod.impl.operations.BulkGetOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected FaultTolerantPingOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.FaultTolerantPingOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected SizeMultimapOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.SizeMultimapOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected ContainsValueMultimapOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.multimap.operations.ContainsValueMultimapOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutIfAbsentOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation |
From |
To |
|
Rename Parameter transport : Transport to channel : Channel in method public AuthOperation(codec Codec, topologyId AtomicInteger, cfg Configuration, channel Channel, channelFactory ChannelFactory, saslMechanism String, response byte[]) in class org.infinispan.client.hotrod.impl.operations.AuthOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetValueOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.GetValueOperation |
From |
To |
|
Rename Parameter transport : Transport to channel : Channel in method protected IterationNextOperation(codec Codec, flags int, cfg Configuration, cacheName byte[], topologyId AtomicInteger, iterationId byte[], channel Channel, channelFactory ChannelFactory, segmentKeyTracker KeyTracker) in class org.infinispan.client.hotrod.impl.operations.IterationNextOperation |
From |
To |
|
Rename Parameter transport : Transport to channel : Channel in method public newIterationEndOperation(iterationId byte[], channel Channel) : IterationEndOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method private writeNamedFactory(buf ByteBuf, factoryName String, params byte[][]) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readCounterEvent(buf ByteBuf, listenerId byte[]) : HotRodCounterEvent in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetAllOperation(codec Codec, channelFactory ChannelFactory, keys Set<byte[]>, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetAllOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readCounterEvent(buf ByteBuf, listenerId byte[]) : HotRodCounterEvent in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter maxIdle : long to maxIdleTime : long in method public putAllAsync(map Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter transport : Transport to channel : Channel in method package IterationStartResponse(iterationId byte[], segmentConsistentHash SegmentConsistentHash, topologyId int, channel Channel) in class org.infinispan.client.hotrod.impl.operations.IterationStartResponse |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public RemoveOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.RemoveOperation |
From |
To |
|
Rename Parameter maxIdle : long to maxIdleTime : long in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AbstractKeyOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public QueryOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, remoteQuery RemoteQuery) in class org.infinispan.client.hotrod.impl.operations.QueryOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readHeaderOrEvent(buf ByteBuf, params HeaderParams, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, channelFactory ChannelFactory, serverAddress SocketAddress) : Either<Short,ClientEvent> in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method package IterationStartOperation(codec Codec, flags int, cfg Configuration, cacheName byte[], topologyId AtomicInteger, filterConverterFactory String, filterParameters byte[][], segments Set<Integer>, batchSize int, channelFactory ChannelFactory, metadata boolean) in class org.infinispan.client.hotrod.impl.operations.IterationStartOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public BulkGetKeysOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, scope int) in class org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method private readMagic(buf ByteBuf) : short in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetKeyMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.GetKeyMultimapOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected readNewTopologyIfPresent(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory) : void in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.PutOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetWithVersionOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetWithVersionOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected RetryOnFailureOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeClientListenerParams(buf ByteBuf, clientListener ClientListener, filterFactoryParams byte[][], converterFactoryParams byte[][]) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected readNewTopologyIfPresent(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeClientListenerParams(buf ByteBuf, clientListener ClientListener, filterFactoryParams byte[][], converterFactoryParams byte[][]) : void in class org.infinispan.client.hotrod.impl.protocol.Codec21 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readHeader(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory, serverAddress SocketAddress) : short in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Rename Parameter maxIdleUnit : TimeUnit to maxIdleTimeUnit : TimeUnit in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readHeader(buf ByteBuf, params HeaderParams, channelFactory ChannelFactory, serverAddress SocketAddress) : short in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public CompareAndSwapOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String, expect long, update long, counterConfiguration CounterConfiguration) in class org.infinispan.client.hotrod.counter.operation.CompareAndSwapOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetStreamOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], offset int, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetStreamOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected ParallelHotRodOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AbstractKeyValueOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected SizeOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.SizeOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.retry.ClientListenerRetryTest.FailureInducingCodec |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readCounterEvent(buf ByteBuf, listenerId byte[]) : HotRodCounterEvent in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Rename Parameter data : Map<? extends K,? extends V> to map : Map<? extends K,? extends V> in method public putAllAsync(map Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec11 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec12 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec13 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method private readMessageId(buf ByteBuf, params HeaderParams) : long in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec21 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec22 |
From |
To |
|
Rename Parameter maxIdle : long to maxIdleTime : long in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutStreamOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, version long, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.PutStreamOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec23 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected RemoveClientListenerOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, listenerNotifier ClientListenerNotifier, listener Object) in class org.infinispan.client.hotrod.impl.operations.RemoveClientListenerOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec24 |
From |
To |
|
Rename Parameter maxIdle : long to maxIdleTime : long in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec25 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec26 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeHeader(buf ByteBuf, params HeaderParams) : HeaderParams in class org.infinispan.client.hotrod.impl.protocol.Codec27 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readHeaderOrEvent(buf ByteBuf, params HeaderParams, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, channelFactory ChannelFactory, serverAddress SocketAddress) : Either<Short,ClientEvent> in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method private readAndValidateHeader(buf ByteBuf) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeClientListenerInterests(buf ByteBuf, classes Set<Class<? extends Annotation>>) : void in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AbstractMultimapKeyValueOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, value byte[], lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.multimap.operations.AbstractMultimapKeyValueOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public PutAllOperation(codec Codec, channelFactory ChannelFactory, map Map<byte[],byte[]>, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) in class org.infinispan.client.hotrod.impl.operations.PutAllOperation |
From |
To |
|
Rename Parameter transport : Transport to channel : Channel in method protected executeOperation(channel Channel) : void in class org.infinispan.client.hotrod.impl.operations.QueryOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method package MockOperation(channelFactory ChannelFactory, failOnTransport boolean) in class org.infinispan.client.hotrod.retry.RetryOnFailureUnitTest.MockOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected ExecuteOperation(codec Codec, channelFactory ChannelFactory, cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, taskName String, marshalledParams Map<String,byte[]>) in class org.infinispan.client.hotrod.impl.operations.ExecuteOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public ContainsKeyOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.ContainsKeyOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetWithMetadataOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public RemoveIfUnmodifiedOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration, version long) in class org.infinispan.client.hotrod.impl.operations.RemoveIfUnmodifiedOperation |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method package CounterOperationFactory(configuration Configuration, channelFactory ChannelFactory, codec Codec) in class org.infinispan.client.hotrod.counter.impl.CounterOperationFactory |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public GetKeyWithMetadataMultimapOperation(codec Codec, channelFactory ChannelFactory, key Object, keyBytes byte[], cacheName byte[], topologyId AtomicInteger, flags int, cfg Configuration) in class org.infinispan.client.hotrod.impl.multimap.operations.GetKeyWithMetadataMultimapOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeExpirationParams(buf ByteBuf, lifespan long, lifespanTimeUnit TimeUnit, maxIdle long, maxIdleTimeUnit TimeUnit) : void in class org.infinispan.client.hotrod.impl.protocol.Codec |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public writeClientListenerInterests(buf ByteBuf, classes Set<Class<? extends Annotation>>) : void in class org.infinispan.client.hotrod.impl.protocol.Codec26 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method package BaseCounterOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String) in class org.infinispan.client.hotrod.counter.operation.BaseCounterOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected readPartialEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, eventTypeId short, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transport : Transport to releaseChannel : boolean in method public newPingOperation(releaseChannel boolean) : PingOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected readPartialEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, eventTypeId short, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.impl.protocol.Codec21 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method protected AddClientListenerOperation(codec Codec, channelFactory ChannelFactory, cacheName String, topologyId AtomicInteger, flags int, cfg Configuration, listenerId byte[], listenerNotifier ClientListenerNotifier, listener Object, filterFactoryParams byte[][], converterFactoryParams byte[][]) in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method public readEvent(buf ByteBuf, expectedListenerId byte[], marshaller Marshaller, whitelist List<String>, serverAddress SocketAddress) : ClientEvent in class org.infinispan.client.hotrod.impl.protocol.Codec20 |
From |
To |
|
Rename Parameter transportFactory : TransportFactory to channelFactory : ChannelFactory in method public AddOperation(codec Codec, channelFactory ChannelFactory, topologyId AtomicInteger, cfg Configuration, counterName String, delta long) in class org.infinispan.client.hotrod.counter.operation.AddOperation |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected checkForErrorsInResponseStatus(buf ByteBuf, params HeaderParams, status short) : void in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected returnPossiblePrevValue(buf ByteBuf, status short) : T in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation |
From |
To |
|
Rename Parameter maxIdleUnit : TimeUnit to maxIdleTimeUnit : TimeUnit in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter transport : Transport to buf : ByteBuf in method protected computeNewHashes(buf ByteBuf, channelFactory ChannelFactory, localLog Log, newTopologyId int, numKeyOwners int, hashFunctionVersion short, hashSpace int, clusterSize int) : Map<SocketAddress,Set<Integer>> in class org.infinispan.client.hotrod.impl.protocol.Codec10 |
From |
To |