|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method package CandidateState(context RaftContext) in class net.kuujo.copycat.resource.internal.CandidateState |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method package LeaderState(context RaftContext) in class net.kuujo.copycat.resource.internal.LeaderState |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method protected ActiveState(context RaftContext) in class net.kuujo.copycat.resource.internal.ActiveState |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method public CoordinatedCluster(id int, coordinator ClusterCoordinator, context RaftContext, router Router, serializer Serializer, executor ScheduledExecutorService, userExecutor Executor) in class net.kuujo.copycat.cluster.internal.CoordinatedCluster |
From |
To |
|
Change Parameter Type state : CopycatStateContext to state : RaftContext in method private ResourceHolder(resource Resource, cluster ClusterManager, state RaftContext) in class net.kuujo.copycat.cluster.internal.coordinator.DefaultClusterCoordinator.ResourceHolder |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method public PassiveState(context RaftContext) in class net.kuujo.copycat.resource.internal.PassiveState |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method protected AbstractState(context RaftContext) in class net.kuujo.copycat.resource.internal.AbstractState |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method public DefaultResourceContext(name String, config CoordinatedResourceConfig, cluster ClusterManager, context RaftContext, coordinator DefaultClusterCoordinator) in class net.kuujo.copycat.resource.internal.DefaultResourceContext |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method protected AbstractCluster(id int, coordinator ClusterCoordinator, context RaftContext, router Router, serializer Serializer, executor ScheduledExecutorService, userExecutor Executor) in class net.kuujo.copycat.cluster.internal.AbstractCluster |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method package FollowerState(context RaftContext) in class net.kuujo.copycat.resource.internal.FollowerState |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method package CoordinatedClusterElection(cluster Cluster, context RaftContext) in class net.kuujo.copycat.cluster.internal.CoordinatedClusterElection |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method package StartState(context RaftContext) in class net.kuujo.copycat.resource.internal.StartState |
From |
To |
|
Change Parameter Type context : CopycatStateContext to context : RaftContext in method public CoordinatorCluster(id int, coordinator ClusterCoordinator, context RaftContext, router Router, serializer Serializer, executor ScheduledExecutorService, userExecutor Executor) in class net.kuujo.copycat.cluster.internal.coordinator.CoordinatorCluster |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method public commitHandler(handler MessageHandler<CommitRequest,CommitResponse>) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package setTerm(term long) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package addMemberInfo(member ReplicaInfo) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package setLeader(leader String) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method public removeMember(member String) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package setLastApplied(lastApplied Long) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method public setMembers(members Collection<String>) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method public consumer(consumer TriFunction<Long,Long,ByteBuffer,ByteBuffer>) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package setCommitIndex(commitIndex Long) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package setLastVotedFor(candidate String) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method public queryHandler(handler MessageHandler<QueryRequest,QueryResponse>) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package setHeartbeatInterval(heartbeatInterval long) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package setElectionTimeout(electionTimeout long) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method public voteHandler(handler MessageHandler<VoteRequest,VoteResponse>) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package removeMemberInfo(member ReplicaInfo) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method public addMember(member String) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package setVersion(version long) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method public appendHandler(handler MessageHandler<AppendRequest,AppendResponse>) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Return Type CopycatStateContext to RaftContext in method package setMemberInfo(members Collection<ReplicaInfo>) : RaftContext in class net.kuujo.copycat.resource.internal.RaftContext |
From |
To |
|
Change Attribute Type context : CopycatStateContext to context : RaftContext in class net.kuujo.copycat.resource.internal.AbstractState |
From |
To |
|
Change Attribute Type context : CopycatStateContext to context : RaftContext in class net.kuujo.copycat.resource.internal.DefaultResourceContext |
From |
To |
|
Change Attribute Type context : CopycatStateContext to context : RaftContext in class net.kuujo.copycat.cluster.internal.coordinator.DefaultClusterCoordinator |
From |
To |
|
Change Attribute Type context : CopycatStateContext to context : RaftContext in class net.kuujo.copycat.cluster.internal.CoordinatedClusterElection |
From |
To |
|
Change Attribute Type state : CopycatStateContext to state : RaftContext in class net.kuujo.copycat.cluster.internal.coordinator.DefaultClusterCoordinator.ResourceHolder |
From |
To |
|
Change Attribute Type context : CopycatStateContext to context : RaftContext in class net.kuujo.copycat.cluster.internal.AbstractCluster |
From |
To |