|
Change Parameter Type config : AtomixConfig to config : ClusterConfig in method protected buildClusterService(config ClusterConfig, bootstrapMetadataService BootstrapMetadataService, persistentMetadataService PersistentMetadataService, messagingService MessagingService, broadcastService BroadcastService) : ManagedClusterService in class io.atomix.cluster.AtomixCluster |
From |
To |
|
Change Parameter Type config : AtomixConfig to config : ClusterConfig in method protected buildMessagingService(config ClusterConfig) : ManagedMessagingService in class io.atomix.cluster.AtomixCluster |
From |
To |
|
Change Parameter Type config : AtomixConfig to config : ClusterConfig in method protected buildBroadcastService(config ClusterConfig) : ManagedBroadcastService in class io.atomix.cluster.AtomixCluster |
From |
To |
|
Change Parameter Type config : AtomixConfig to config : ClusterConfig in method protected buildBootstrapMetadataService(config ClusterConfig) : ManagedBootstrapMetadataService in class io.atomix.cluster.AtomixCluster |
From |
To |
|
Change Parameter Type config : AtomixConfig to config : ClusterConfig in method protected buildPersistentMetadataService(config ClusterConfig, messagingService MessagingService) : ManagedPersistentMetadataService in class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method protected buildClusterMessagingService(clusterService ClusterService, messagingService MessagingService) : ManagedClusterMessagingService from class io.atomix.core.Atomix.Builder to protected buildClusterMessagingService(clusterService ClusterService, messagingService MessagingService) : ManagedClusterMessagingService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method private buildBroadcastService(config AtomixConfig) : ManagedBroadcastService from class io.atomix.core.Atomix to protected buildBroadcastService(config ClusterConfig) : ManagedBroadcastService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method private buildClusterService(config AtomixConfig, bootstrapMetadataService BootstrapMetadataService, persistentMetadataService PersistentMetadataService, messagingService MessagingService, broadcastService BroadcastService) : ManagedClusterService from class io.atomix.core.Atomix to protected buildClusterService(config ClusterConfig, bootstrapMetadataService BootstrapMetadataService, persistentMetadataService PersistentMetadataService, messagingService MessagingService, broadcastService BroadcastService) : ManagedClusterService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method private buildBootstrapMetadataService(config AtomixConfig) : ManagedBootstrapMetadataService from class io.atomix.core.Atomix to protected buildBootstrapMetadataService(config ClusterConfig) : ManagedBootstrapMetadataService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method protected buildMessagingService() : ManagedMessagingService from class io.atomix.core.Atomix.Builder to protected buildMessagingService(config ClusterConfig) : ManagedMessagingService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method private buildClusterMessagingService(clusterService ClusterService, messagingService MessagingService) : ManagedClusterMessagingService from class io.atomix.core.Atomix to protected buildClusterMessagingService(clusterService ClusterService, messagingService MessagingService) : ManagedClusterMessagingService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method protected buildBroadcastService() : ManagedBroadcastService from class io.atomix.core.Atomix.Builder to protected buildBroadcastService(config ClusterConfig) : ManagedBroadcastService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method protected buildClusterEventService(clusterService ClusterService, messagingService MessagingService) : ManagedClusterEventingService from class io.atomix.core.Atomix.Builder to protected buildClusterEventService(clusterService ClusterService, messagingService MessagingService) : ManagedClusterEventingService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method private buildMessagingService(config AtomixConfig) : ManagedMessagingService from class io.atomix.core.Atomix to protected buildMessagingService(config ClusterConfig) : ManagedMessagingService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method private buildClusterEventService(clusterService ClusterService, messagingService MessagingService) : ManagedClusterEventingService from class io.atomix.core.Atomix to protected buildClusterEventService(clusterService ClusterService, messagingService MessagingService) : ManagedClusterEventingService from class io.atomix.cluster.AtomixCluster |
From |
To |
|
Move Method public isRunning() : boolean from class io.atomix.core.Atomix to public isRunning() : boolean from class io.atomix.cluster.AtomixCluster.Context |
From |
To |
|
Move Method public load(file File, type Class<C>) : C from class io.atomix.core.config.impl.DefaultConfigService to public load(file File, type Class<C>) : C from class io.atomix.utils.config.Configs |
From |
To |
|
Move Method public load(config String, type Class<C>) : C from class io.atomix.core.config.impl.DefaultConfigService to public load(config String, type Class<C>) : C from class io.atomix.utils.config.Configs |
From |
To |
|
Pull Up Attribute private clusterMessagingService : ManagedClusterMessagingService from class io.atomix.core.Atomix.Context to private clusterMessagingService : ManagedClusterMessagingService from class io.atomix.cluster.AtomixCluster.Context |
From |
To |
|
Pull Up Attribute private messagingService : ManagedMessagingService from class io.atomix.core.Atomix.Context to private messagingService : ManagedMessagingService from class io.atomix.cluster.AtomixCluster.Context |
From |
To |
|
Pull Up Attribute private clusterService : ManagedClusterService from class io.atomix.core.Atomix.Context to private clusterService : ManagedClusterService from class io.atomix.cluster.AtomixCluster.Context |
From |
To |
|
Pull Up Attribute private clusterEventingService : ManagedClusterEventingService from class io.atomix.core.Atomix.Context to private clusterEventingService : ManagedClusterEventingService from class io.atomix.cluster.AtomixCluster.Context |
From |
To |
|
Pull Up Attribute private bootstrapMetadataService : ManagedBootstrapMetadataService from class io.atomix.core.Atomix.Context to private bootstrapMetadataService : ManagedBootstrapMetadataService from class io.atomix.cluster.AtomixCluster.Context |
From |
To |
|
Pull Up Attribute private broadcastService : ManagedBroadcastService from class io.atomix.core.Atomix.Context to private broadcastService : ManagedBroadcastService from class io.atomix.cluster.AtomixCluster.Context |
From |
To |
|
Pull Up Method public Context(executorService ScheduledExecutorService, messagingService ManagedMessagingService, broadcastService ManagedBroadcastService, bootstrapMetadataService ManagedBootstrapMetadataService, coreMetadataService ManagedPersistentMetadataService, clusterService ManagedClusterService, clusterMessagingService ManagedClusterMessagingService, clusterEventingService ManagedClusterEventingService, systemPartitionGroup ManagedPartitionGroup, partitions ManagedPartitionService, primitives ManagedPrimitivesService, primitiveTypes PrimitiveTypeRegistry, enableShutdownHook boolean) from class io.atomix.core.Atomix.Context to public Context(messagingService ManagedMessagingService, broadcastService ManagedBroadcastService, bootstrapMetadataService ManagedBootstrapMetadataService, persistentMetadataService ManagedPersistentMetadataService, clusterService ManagedClusterService, clusterMessagingService ManagedClusterMessagingService, clusterEventingService ManagedClusterEventingService) from class io.atomix.cluster.AtomixCluster.Context |
From |
To |
|
Rename Parameter coreNodes : Collection<Node> to nodes : Collection<Node> in method public withNodes(nodes Collection<Node>) : Builder in class io.atomix.core.Atomix.Builder |
From |
To |
|
Rename Parameter enable : boolean to enabled : boolean in method public withShutdownHook(enabled boolean) : Builder in class io.atomix.core.Atomix.Builder |
From |
To |
|
Rename Parameter name : String to clusterName : String in method public withClusterName(clusterName String) : Builder in class io.atomix.core.Atomix.Builder |
From |
To |
|
Rename Parameter coreMetadataService : ManagedPersistentMetadataService to persistentMetadataService : ManagedPersistentMetadataService in method public Context(messagingService ManagedMessagingService, broadcastService ManagedBroadcastService, bootstrapMetadataService ManagedBootstrapMetadataService, persistentMetadataService ManagedPersistentMetadataService, clusterService ManagedClusterService, clusterMessagingService ManagedClusterMessagingService, clusterEventingService ManagedClusterEventingService) in class io.atomix.cluster.AtomixCluster.Context |
From |
To |