|
Rename Method public getCommunicationService() : ClusterCommunicationService renamed to public communicator() : ClusterCommunicationService in class io.atomix.Atomix |
From |
To |
|
Rename Method public getClusterService() : ClusterService renamed to public cluster() : ClusterService in class io.atomix.Atomix |
From |
To |
|
Rename Method public getPartitionService() : PartitionService renamed to public partitions() : PartitionService in class io.atomix.Atomix |
From |
To |
|
Rename Method public getMessagingService() : MessagingService renamed to public messaging() : MessagingService in class io.atomix.Atomix |
From |
To |
|
Rename Method public getMetadataService() : ClusterMetadataService renamed to public metadata() : ClusterMetadataService in class io.atomix.Atomix |
From |
To |
|
Rename Method public getPrimitivesService() : PrimitivesService renamed to public primitives() : PrimitivesService in class io.atomix.Atomix |
From |
To |
|
Rename Method public getEventService() : ClusterEventService renamed to public events() : ClusterEventsService in class io.atomix.Atomix |
From |
To |
|
Change Parameter Type eventService : ClusterEventService to eventService : ClusterEventsService in method public next(subject String, eventService ClusterEventsService, events EventManager, response AsyncResponse) : void in class io.atomix.rest.resources.EventsResource |
From |
To |
|
Change Parameter Type eventService : ClusterEventService to eventService : ClusterEventsService in method public delete(subject String, eventService ClusterEventsService, events EventManager) : Response in class io.atomix.rest.resources.EventsResource |
From |
To |
|
Change Parameter Type clusterEventService : ManagedClusterEventService to clusterEventService : ManagedClusterEventsService in method protected Atomix(messagingService ManagedMessagingService, metadataService ManagedClusterMetadataService, cluster ManagedClusterService, clusterCommunicator ManagedClusterCommunicationService, clusterEventService ManagedClusterEventsService, corePartitionGroup ManagedPartitionGroup, partitions ManagedPartitionService, primitiveTypes PrimitiveTypeRegistry) in class io.atomix.Atomix |
From |
To |
|
Change Parameter Type eventService : ClusterEventService to eventService : ClusterEventsService in method public publish(subject String, eventService ClusterEventsService, body String) : Response in class io.atomix.rest.resources.EventsResource |
From |
To |
|
Change Parameter Type eventService : ClusterEventService to eventService : ClusterEventsService in method public CorePrimitiveManagementService(clusterService ClusterService, communicationService ClusterCommunicationService, eventService ClusterEventsService, partitionService PartitionService) in class io.atomix.impl.CorePrimitiveManagementService |
From |
To |
|
Change Parameter Type clusterEventService : ManagedClusterEventService to clusterEventService : ManagedClusterEventsService in method package TestAtomix(messagingService ManagedMessagingService, metadataService ManagedClusterMetadataService, clusterService ManagedClusterService, clusterCommunicator ManagedClusterCommunicationService, clusterEventService ManagedClusterEventsService, corePartitionGroup ManagedPartitionGroup, partitions ManagedPartitionService, primitiveTypes PrimitiveTypeRegistry) in class io.atomix.AbstractAtomixTest.TestAtomix |
From |
To |
|
Change Parameter Type eventService : ClusterEventService to eventService : ClusterEventsService in method public CorePrimitivesService(clusterService ClusterService, communicationService ClusterCommunicationService, eventService ClusterEventsService, partitionService PartitionService) in class io.atomix.impl.CorePrimitivesService |
From |
To |
|
Change Parameter Type eventService : ClusterEventService to eventService : ClusterEventsService in method public subscribe(subject String, eventService ClusterEventsService, events EventManager, response AsyncResponse) : void in class io.atomix.rest.resources.EventsResource |
From |
To |
|
Change Parameter Type eventService : ClusterEventService to eventService : ClusterEventsService in method public unsubscribe(subject String, id String, eventService ClusterEventsService, events EventManager) : Response in class io.atomix.rest.resources.EventsResource |
From |
To |
|
Change Return Type CompletableFuture<ClusterEventService> to CompletableFuture<ClusterEventsService> in method public open() : CompletableFuture<ClusterEventsService> in class io.atomix.cluster.messaging.impl.DefaultClusterEventsService |
From |
To |
|
Change Return Type ManagedClusterEventService to ManagedClusterEventsService in method protected buildClusterEventService(clusterService ClusterService, clusterCommunicator ClusterCommunicationService) : ManagedClusterEventsService in class io.atomix.Atomix.Builder |
From |
To |
|
Change Return Type ClusterEventService to ClusterEventsService in method public getEventService() : ClusterEventsService in class io.atomix.impl.CorePrimitiveManagementService |
From |
To |
|
Change Return Type ClusterEventService to ClusterEventsService in method public events() : ClusterEventsService in class io.atomix.Atomix |
From |
To |
|
Change Return Type ClusterEventService to ClusterEventsService in method public getEventService() : ClusterEventsService in class io.atomix.primitive.PrimitiveManagementService |
From |
To |