|
Change Parameter Type configurator : ProtocolStackConfigurator to configurator : XmlConfigurator in method package JGroupsProtocolCfg(protoMap Map<ProtocolType,ProtocolConfiguration>, configurator XmlConfigurator) in class org.infinispan.test.fwk.JGroupsConfigBuilder.JGroupsProtocolCfg |
From |
To |
|
Change Parameter Type channels : ArrayList<Channel> to channels : ArrayList<JChannel> in method private toView(channels ArrayList<JChannel>) : View in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Parameter Type channel : Channel to channel : JChannel in method public ChannelTransport(channel JChannel, factory ChannelFactory) in class org.jboss.as.clustering.infinispan.ChannelTransport |
From |
To |
|
Change Parameter Type view1 : ArrayList<Channel> to view1 : ArrayList<JChannel> in method private printView(view1 ArrayList<JChannel>) : String in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Parameter Type c : Channel to c : JChannel in method public addNode(c JChannel) : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Parameter Type view1 : ArrayList<Channel> to view1 : ArrayList<JChannel> in method private installMergeView(view1 ArrayList<JChannel>, view2 ArrayList<JChannel>) : List<Address> in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Parameter Type channel : Channel to channel : JChannel in method public JGroupsTransport(channel JChannel) in class org.infinispan.remoting.transport.jgroups.JGroupsTransport |
From |
To |
|
Change Parameter Type channel : Channel to channel : JChannel in method public ForkChannelFactory(channel JChannel, parentFactory ChannelFactory, protocols ProtocolConfiguration...) in class org.infinispan.server.jgroups.ForkChannelFactory |
From |
To |
|
Change Parameter Type channel : Channel to channel : JChannel in method public ForkChannelFactory(channel JChannel, parentFactory ChannelFactory, protocols List<ProtocolConfiguration>) in class org.infinispan.server.jgroups.ForkChannelFactory |
From |
To |
|
Change Parameter Type request : Message to request : RequestOptions in method private encodeDeliverMode(request RequestOptions, deliverOrder DeliverOrder) : void in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher |
From |
To |
|
Change Parameter Type view2 : ArrayList<Channel> to view2 : ArrayList<JChannel> in method private installMergeView(view1 ArrayList<JChannel>, view2 ArrayList<JChannel>) : List<Address> in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Parameter Type channel : Channel to channel : JChannel in method public CommandAwareRpcDispatcher(channel JChannel, transport JGroupsTransport, globalHandler InboundInvocationHandler, timeoutExecutor ScheduledExecutorService, timeService TimeService, remoteExecutor Executor, ispnMarshaller StreamingMarshaller) in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher |
From |
To |
|
Change Return Type Channel to JChannel in method public createChannel(id String) : JChannel in class org.infinispan.server.jgroups.ForkChannelFactory |
From |
To |
|
Change Return Type Channel to JChannel in method public getValue() : JChannel in class org.infinispan.server.jgroups.spi.service.ChannelConnectorBuilder |
From |
To |
|
Change Return Type Channel to JChannel in method public getValue() : JChannel in class org.infinispan.server.jgroups.spi.service.ChannelBuilder |
From |
To |
|
Change Return Type Channel to JChannel in method private channel(cache Cache<?,?>) : JChannel in class org.infinispan.partitionhandling.BasePartitionHandlingTest |
From |
To |
|
Change Return Type Channel to JChannel in method public getJGroupsChannel(p Properties) : JChannel in class org.infinispan.statetransfer.CustomChannelLookup |
From |
To |
|
Change Return Type Channel to JChannel in method public getChannel() : JChannel in class org.infinispan.remoting.transport.jgroups.JGroupsTransport |
From |
To |
|
Change Return Type Channel to JChannel in method public getChannel() : JChannel in class org.jboss.as.clustering.infinispan.subsystem.EmbeddedCacheManagerConfigurationService.TransportConfiguration |
From |
To |
|
Change Return Type Iterator<Rsp<Response>> to Iterator<Map.Entry<Address,Rsp<Response>>> in method public iterator() : Iterator<Map.Entry<Address,Rsp<Response>>> in class org.infinispan.remoting.transport.jgroups.Responses |
From |
To |
|
Change Return Type ServiceBuilder<Channel> to ServiceBuilder<JChannel> in method public build(target ServiceTarget) : ServiceBuilder<JChannel> in class org.infinispan.server.jgroups.spi.service.ChannelConnectorBuilder |
From |
To |
|
Change Return Type ServiceBuilder<Channel> to ServiceBuilder<JChannel> in method public build(target ServiceTarget) : ServiceBuilder<JChannel> in class org.infinispan.server.jgroups.spi.service.ChannelBuilder |
From |
To |
|
Change Return Type Channel to JChannel in method public createChannel(id String) : JChannel in class org.infinispan.server.jgroups.JChannelFactory |
From |
To |
|
Change Return Type Channel to JChannel in method public getJGroupsChannel(p Properties) : JChannel in class org.infinispan.remoting.jgroups.ChannelLookupTest.DummyLookup |
From |
To |
|
Change Return Type Channel to JChannel in method private channel(i int) : JChannel in class org.infinispan.partitionhandling.BasePartitionHandlingTest |
From |
To |
|
Change Return Type Channel to JChannel in method public getChannel() : JChannel in class org.jboss.as.clustering.infinispan.subsystem.TransportConfigurationBuilder |
From |
To |
|
Change Return Type Channel to JChannel in method public getJGroupsChannel(p Properties) : JChannel in class org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup |
From |
To |
|
Change Return Type Channel to JChannel in method public createChannel(id String) : JChannel in class org.infinispan.server.jgroups.ChannelFactory |
From |
To |
|
Change Return Type Channel to JChannel in method public getChannel() : JChannel in class org.infinispan.server.jgroups.subsystem.RemoteSiteConfigurationBuilder |
From |
To |
|
Change Return Type Channel to JChannel in method public getChannel() : JChannel in class org.infinispan.server.jgroups.spi.RemoteSiteConfiguration |
From |
To |
|
Change Return Type Channel to JChannel in method private createJGroupsChannel(oldGC GlobalConfiguration) : JChannel in class org.infinispan.remoting.jgroups.MissingRpcDispatcherTest |
From |
To |
|
Change Variable Type ch : Channel to ch : JChannel in method public setDelayForCache(cache Cache<?,?>, in_delay_millis int, out_delay_millis int) : DELAY in class org.infinispan.test.TestingUtil |
From |
To |
|
Change Variable Type channel2 : Channel to channel2 : JChannel in method public testExtraChannelWithoutRpcDispatcher() : void in class org.infinispan.remoting.jgroups.MissingRpcDispatcherTest |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method private installNewView(members List<Address>, missing Address, where EmbeddedCacheManager...) : void in class org.infinispan.partitionhandling.NumOwnersNodeCrashInSequenceTest |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method private observeMembers(partition Partition) : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method private toView(channels ArrayList<JChannel>) : View in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method private installMergeView(view1 ArrayList<JChannel>, view2 ArrayList<JChannel>) : List<Address> in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type ch : Channel to ch : JChannel in method public getDiscardForCache(c Cache<?,?>) : DISCARD in class org.infinispan.test.TestingUtil |
From |
To |
|
Change Variable Type view1 : ArrayList<Channel> to view1 : ArrayList<JChannel> in method public merge(partition Partition) : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type channel : Channel to channel : JChannel in method protected executeRuntimeStep(context OperationContext, operation ModelNode) : void in class org.infinispan.server.jgroups.subsystem.ExportNativeConfiguration |
From |
To |
|
Change Variable Type marshaller : Marshaller to ispnMarshaller : StreamingMarshaller in method package marshallCall(command ReplicableCommand) : Buffer in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher |
From |
To |
|
Change Variable Type channel : Channel to channel : JChannel in method private installNewView(installing Cache, cachesInView Cache...) : void in class org.infinispan.distribution.RemoteGetFailureTest |
From |
To |
|
Change Variable Type originalMarshaller : RpcDispatcher.Marshaller to originalMarshaller2 : StreamingMarshaller in method public testInvokeAndExceptionWhileUnmarshalling() : void in class org.infinispan.remoting.TransportSenderExceptionHandlingTest |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method private assertPartitionFormed() : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method private printView(view1 ArrayList<JChannel>) : String in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type channel : Channel to channel : JChannel in method public findProtocol(registry ServiceRegistry, address PathAddress) : Protocol in class org.infinispan.server.jgroups.subsystem.ForkProtocolResourceRegistrationHandler |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method public enableDiscovery() : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method private discardOtherMembers() : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type channel : Channel to channel : JChannel in method protected crashCacheManagers(cacheManagers EmbeddedCacheManager...) : void in class org.infinispan.partitionhandling.NumOwnersNodeCrashInSequenceTest |
From |
To |
|
Change Variable Type mockMarshaller : RpcDispatcher.Marshaller to mockMarshaller2 : StreamingMarshaller in method public testInvokeAndExceptionWhileUnmarshalling() : void in class org.infinispan.remoting.TransportSenderExceptionHandlingTest |
From |
To |
|
Change Variable Type oc : Channel to oc : JChannel in method private observeMembers(partition Partition) : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type channel : Channel to channel : JChannel in method public findProtocol(registry ServiceRegistry, address PathAddress) : Protocol in class org.infinispan.server.jgroups.subsystem.ProtocolResourceRegistrationHandler |
From |
To |
|
Change Variable Type buffer : Buffer to buffer : ByteBuffer in method private serialize(command ReplicableCommand, oob boolean, from Address) : Message in class org.infinispan.remoting.AsynchronousInvocationTest |
From |
To |
|
Change Variable Type ac : Channel to ac : JChannel in method private assertPartitionFormed() : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type topologyAddress : TopologyUUID to jgroupsAddress : Address in method protected initChannel() : void in class org.infinispan.remoting.transport.jgroups.JGroupsTransport |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method private installNewView() : List<Address> in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type view2 : ArrayList<Channel> to view2 : ArrayList<JChannel> in method public merge(partition Partition) : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type buf : Buffer to bytes : ByteBuffer in method package marshallCall(command ReplicableCommand) : Buffer in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher |
From |
To |
|
Change Variable Type channel : Channel to channel : JChannel in method public stop(context StopContext) : void in class org.infinispan.server.jgroups.spi.service.ChannelConnectorBuilder |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method public toString() : String in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Variable Type channel : Channel to channel : JChannel in method public start(context StartContext) : void in class org.infinispan.server.jgroups.spi.service.ChannelConnectorBuilder |
From |
To |
|
Change Variable Type c : Channel to c : JChannel in method private disableDiscovery() : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Attribute Type channel : InjectedValue<Channel> to channel : InjectedValue<JChannel> in class org.infinispan.server.jgroups.subsystem.RemoteSiteConfigurationBuilder |
From |
To |
|
Change Attribute Type channel : Channel to channel : JChannel in class org.infinispan.server.jgroups.spi.service.ChannelBuilder |
From |
To |
|
Change Attribute Type configurator : ProtocolStackConfigurator to configurator : XmlConfigurator in class org.infinispan.test.fwk.JGroupsConfigBuilder.JGroupsProtocolCfg |
From |
To |
|
Change Attribute Type request : UnicastRequest to request : CompletableFuture<Response> in class org.infinispan.remoting.transport.jgroups.SingleResponseFuture |
From |
To |
|
Change Attribute Type marshaller : RpcDispatcher.Marshaller to marshaller : StreamingMarshaller in class org.infinispan.remoting.AsynchronousInvocationTest |
From |
To |
|
Change Attribute Type mockChannel : Channel to mockChannel : JChannel in class org.infinispan.remoting.jgroups.ChannelLookupTest |
From |
To |
|
Change Attribute Type channel : Channel to channel : JChannel in class org.infinispan.server.jgroups.ForkChannelFactory |
From |
To |
|
Change Attribute Type channels : List<Channel> to channels : List<JChannel> in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition |
From |
To |
|
Change Attribute Type REPLY_FLAGS_TO_CLEAR : int to REPLY_FLAGS_TO_CLEAR : short in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher |
From |
To |
|
Change Attribute Type marshaller : RpcDispatcher.Marshaller to marshaller : StreamingMarshaller in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager |
From |
To |
|
Change Attribute Type channel : InjectedValue<Channel> to channel : InjectedValue<JChannel> in class org.infinispan.server.jgroups.spi.service.ChannelConnectorBuilder |
From |
To |
|
Change Attribute Type REPLY_FLAGS_TO_SET : int to REPLY_FLAGS_TO_SET : short in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher |
From |
To |
|
Change Attribute Type parentChannel : InjectedValue<Channel> to parentChannel : InjectedValue<JChannel> in class org.infinispan.server.jgroups.subsystem.ForkChannelFactoryBuilder |
From |
To |
|
Change Attribute Type channel : InjectedValue<Channel> to channel : InjectedValue<JChannel> in class org.jboss.as.clustering.infinispan.subsystem.TransportConfigurationBuilder |
From |
To |
|
Change Attribute Type channel : Channel to channel : JChannel in class org.infinispan.remoting.transport.jgroups.JGroupsTransport |
From |
To |