|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method private applyCommand(index long, sequence long, timestamp long, bytes byte[], session RaftSessionContext, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method package executeCommand(index long, sequence long, timestamp long, session RaftSessionContext, bytes byte[]) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type session : ServerSession to session : RaftSession in method public close(session RaftSession) : void in class io.atomix.protocols.raft.session.RaftSessionListener |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method package executeQuery(index long, sequence long, timestamp long, session RaftSessionContext, bytes byte[]) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method package remove(session RaftSessionContext) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineSessions |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method private executeQuery(index long, sequence long, timestamp long, session RaftSessionContext, bytes byte[], future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type listener : SessionListener to listener : RaftSessionListener in method public removeListener(listener RaftSessionListener) : RaftSessions in class io.atomix.protocols.raft.server.state.ServerStateMachineSessions |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method private indexQuery(index long, timestamp long, session RaftSessionContext, bytes byte[], future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method private executeCommand(index long, sequence long, timestamp long, session RaftSessionContext, bytes byte[], future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type listener : SessionListener to listener : RaftSessionListener in method public removeListener(listener RaftSessionListener) : RaftSessions in class io.atomix.protocols.raft.session.RaftSessions |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method package add(session RaftSessionContext) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineSessions |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method package closeSession(index long, timestamp long, session RaftSessionContext) : CompletableFuture<Void> in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type session : ServerSession to session : RaftSession in method public expire(session RaftSession) : void in class io.atomix.protocols.raft.session.RaftSessionListener |
From |
To |
|
Change Parameter Type listener : SessionListener to listener : RaftSessionListener in method public addListener(listener RaftSessionListener) : RaftSessions in class io.atomix.protocols.raft.server.state.ServerStateMachineSessions |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method private sequenceQuery(index long, sequence long, timestamp long, session RaftSessionContext, bytes byte[], future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method private applyQuery(index long, timestamp long, session RaftSessionContext, bytes byte[], future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method package keepAlive(index long, timestamp long, session RaftSessionContext, commandSequence long, eventIndex long) : CompletableFuture<Void> in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type listener : SessionListener to listener : RaftSessionListener in method public addListener(listener RaftSessionListener) : RaftSessions in class io.atomix.protocols.raft.session.RaftSessions |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method package openSession(index long, timestamp long, session RaftSessionContext) : CompletableFuture<Long> in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method public ServerCommit(index long, operation RaftOperation, session RaftSessionContext, timestamp long) in class io.atomix.protocols.raft.server.state.ServerCommit |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method package registerSession(session RaftSessionContext) : void in class io.atomix.protocols.raft.server.state.ServerSessionManager |
From |
To |
|
Change Parameter Type session : ServerSession to session : RaftSession in method public unregister(session RaftSession) : void in class io.atomix.protocols.raft.session.RaftSessionListener |
From |
To |
|
Change Parameter Type session : ServerSession to session : RaftSession in method public register(session RaftSession) : void in class io.atomix.protocols.raft.session.RaftSessionListener |
From |
To |
|
Change Parameter Type session : ServerSessionContext to session : RaftSessionContext in method private sequenceCommand(sequence long, session RaftSessionContext, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Return Type Sessions to RaftSessions in method public removeListener(listener RaftSessionListener) : RaftSessions in class io.atomix.protocols.raft.session.RaftSessions |
From |
To |
|
Change Return Type Collection<ServerSessionContext> to Collection<RaftSessionContext> in method package getSessions() : Collection<RaftSessionContext> in class io.atomix.protocols.raft.server.state.ServerSessionManager |
From |
To |
|
Change Return Type Sessions to RaftSessions in method public addListener(listener RaftSessionListener) : RaftSessions in class io.atomix.protocols.raft.session.RaftSessions |
From |
To |
|
Change Return Type Sessions to RaftSessions in method public removeListener(listener RaftSessionListener) : RaftSessions in class io.atomix.protocols.raft.server.state.ServerStateMachineSessions |
From |
To |
|
Change Return Type ServerSessionContext to RaftSessionContext in method package getSession(sessionId long) : RaftSessionContext in class io.atomix.protocols.raft.server.state.ServerSessionManager |
From |
To |
|
Change Return Type ServerSession to RaftSession in method public session(sessionId long) : RaftSession in class io.atomix.protocols.raft.session.RaftSessions |
From |
To |
|
Change Return Type Sessions to RaftSessions in method public sessions() : RaftSessions in class io.atomix.protocols.raft.server.StateMachineContext |
From |
To |
|
Change Return Type ServerSession to RaftSession in method public session(sessionId long) : RaftSession in class io.atomix.protocols.raft.server.state.ServerStateMachineSessions |
From |
To |
|
Change Return Type ServerSessionContext to RaftSessionContext in method package resendEvents(index long) : RaftSessionContext in class io.atomix.protocols.raft.server.state.RaftSessionContext |
From |
To |
|
Change Return Type ServerSession to RaftSession in method public session() : RaftSession in class io.atomix.protocols.raft.server.RaftCommit |
From |
To |
|
Change Return Type ServerSessionContext to RaftSessionContext in method private clearEvents(index long) : RaftSessionContext in class io.atomix.protocols.raft.server.state.RaftSessionContext |
From |
To |
|
Change Return Type Sessions to RaftSessions in method public addListener(listener RaftSessionListener) : RaftSessions in class io.atomix.protocols.raft.server.state.ServerStateMachineSessions |
From |
To |
|
Change Return Type ServerSession to RaftSession in method public session() : RaftSession in class io.atomix.protocols.raft.server.state.ServerCommit |
From |
To |
|
Change Return Type Iterator<ServerSession> to Iterator<RaftSession> in method public iterator() : Iterator<RaftSession> in class io.atomix.protocols.raft.server.state.ServerStateMachineSessions |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method public command(request CommandRequest) : CompletableFuture<CommandResponse> in class io.atomix.protocols.raft.server.state.LeaderState |
From |
To |
|
Change Variable Type listener : SessionListener to listener : RaftSessionListener in method private expireSessions(index long, timestamp long) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private applyMetadata(entry Indexed<MetadataEntry>) : CompletableFuture<MetadataResult> in class io.atomix.protocols.raft.server.state.ServerStateMachineManager |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private maybeTakeSnapshot(index long, timestamp long) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private applyOpenSession(entry Indexed<OpenSessionEntry>) : CompletableFuture<Long> in class io.atomix.protocols.raft.server.state.ServerStateMachineManager |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private expireSessions(index long, timestamp long) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Variable Type listener : SessionListener to listener : RaftSessionListener in method package closeSession(index long, timestamp long, session RaftSessionContext) : CompletableFuture<Void> in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private applyCommand(entry Indexed<CommandEntry>) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.server.state.ServerStateMachineManager |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private maybeInstallSnapshot(index long) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Variable Type listener : SessionListener to listener : RaftSessionListener in method package openSession(index long, timestamp long, session RaftSessionContext) : CompletableFuture<Long> in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Variable Type s : ServerSessionContext to s : RaftSessionContext in method private applyMetadata(entry Indexed<MetadataEntry>) : CompletableFuture<MetadataResult> in class io.atomix.protocols.raft.server.state.ServerStateMachineManager |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private applyKeepAlive(entry Indexed<KeepAliveEntry>) : CompletableFuture<Void> in class io.atomix.protocols.raft.server.state.ServerStateMachineManager |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private applyQuery(entry Indexed<QueryEntry>) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.server.state.ServerStateMachineManager |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private applyCloseSession(entry Indexed<CloseSessionEntry>) : CompletableFuture<Void> in class io.atomix.protocols.raft.server.state.ServerStateMachineManager |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method private maybeCompleteSnapshot(index long) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor |
From |
To |
|
Change Variable Type session : ServerSessionContext to session : RaftSessionContext in method package commit() : void in class io.atomix.protocols.raft.server.state.ServerStateMachineContext |
From |
To |