|
Change Parameter Type future : CompletableFuture<RaftOperationResult> to future : CompletableFuture<OperationResult> in method private sequenceCommand(sequence long, session RaftSessionContext, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type commit : RaftCommit<TestEvent> to commit : RaftCommit<Boolean> in method protected event(commit RaftCommit<Boolean>) : long in class io.atomix.protocols.raft.RaftTest.TestStateMachine |
From |
To |
|
Change Parameter Type future : CompletableFuture<T> to future : CompletableFuture<byte[]> in method public QueryAttempt(sequence long, attempt int, request QueryRequest, future CompletableFuture<byte[]>) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter.QueryAttempt |
From |
To |
|
Change Parameter Type future : CompletableFuture<RaftOperationResult> to future : CompletableFuture<OperationResult> in method private indexQuery(index long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method public OperationEntry(term long, timestamp long, session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.storage.log.entry.OperationEntry |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method private sequenceQuery(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type commit : RaftCommit<TestExpire> to commit : RaftCommit<Void> in method public expire(commit RaftCommit<Void>) : void in class io.atomix.protocols.raft.RaftTest.TestStateMachine |
From |
To |
|
Change Parameter Type future : CompletableFuture<T> to future : CompletableFuture<byte[]> in method private submitQuery(operation RaftOperation, future CompletableFuture<byte[]>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Parameter Type listener : EventListener<E> to listener : Consumer<RaftEvent> in method public addListener(listener Consumer<RaftEvent>) : void in class io.atomix.protocols.raft.proxy.impl.BlockingAwareRaftProxy |
From |
To |
|
Change Parameter Type commit : RaftCommit<TestClose> to commit : RaftCommit<Void> in method public close(commit RaftCommit<Void>) : void in class io.atomix.protocols.raft.RaftTest.TestStateMachine |
From |
To |
|
Change Parameter Type future : CompletableFuture<T> to future : CompletableFuture<byte[]> in method private submitCommand(request CommandRequest, future CompletableFuture<byte[]>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Parameter Type result : Object to result : byte[] in method public CommandResponse(status Status, error RaftError, index long, eventIndex long, result byte[], lastSequence long) in class io.atomix.protocols.raft.protocol.CommandResponse |
From |
To |
|
Change Parameter Type callback : Function<RaftCommit<T>,U> to callback : Function<RaftCommit<byte[]>,byte[]> in method public handle(operationId OperationId, callback Function<RaftCommit<byte[]>,byte[]>) : void in class io.atomix.protocols.raft.StateMachineExecutor |
From |
To |
|
Change Parameter Type commit : RaftCommit<TestQuery> to commit : RaftCommit<Void> in method protected write(commit RaftCommit<Void>) : long in class io.atomix.protocols.raft.RaftTest.TestStateMachine |
From |
To |
|
Change Parameter Type future : CompletableFuture<RaftOperationResult> to future : CompletableFuture<OperationResult> in method private applyQuery(index long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type listener : EventListener<E> to listener : Consumer<RaftEvent> in method public removeListener(listener Consumer<RaftEvent>) : void in class io.atomix.protocols.raft.proxy.impl.BlockingAwareRaftProxy |
From |
To |
|
Change Parameter Type commit : RaftCommit<Remove> to commit : RaftCommit<String> in method public remove(commit RaftCommit<String>) : long in class io.atomix.protocols.raft.RaftPerformanceTest.PerformanceStateMachine |
From |
To |
|
Change Parameter Type operation : RaftOperation to operation : OperationId in method public DefaultRaftCommit(index long, operation OperationId, value T, session RaftSession, timestamp long) in class io.atomix.protocols.raft.impl.DefaultRaftCommit |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method public CommandRequest(session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.protocol.CommandRequest |
From |
To |
|
Change Parameter Type future : CompletableFuture<T> to future : CompletableFuture<byte[]> in method private submitQuery(request QueryRequest, future CompletableFuture<byte[]>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Parameter Type event : Event to event : RaftEvent in method public publish(event RaftEvent) : void in class io.atomix.protocols.raft.session.impl.RaftSessionContext |
From |
To |
|
Change Parameter Type events : List<byte[]> to events : List<RaftEvent> in method public PublishRequest(session long, eventIndex long, previousIndex long, events List<RaftEvent>) in class io.atomix.protocols.raft.protocol.PublishRequest |
From |
To |
|
Change Parameter Type result : RaftOperationResult to result : OperationResult in method public registerResult(sequence long, result OperationResult) : void in class io.atomix.protocols.raft.session.impl.RaftSessionContext |
From |
To |
|
Change Parameter Type consistency : RaftQuery.ConsistencyLevel to operation : RaftOperation in method public withOperation(operation RaftOperation) : T in class io.atomix.protocols.raft.protocol.OperationRequest.Builder |
From |
To |
|
Change Parameter Type commit : RaftCommit<Index> to commit : RaftCommit<Void> in method public index(commit RaftCommit<Void>) : long in class io.atomix.protocols.raft.RaftPerformanceTest.PerformanceStateMachine |
From |
To |
|
Change Parameter Type listener : EventListener<E> to listener : Consumer<RaftEvent> in method public addListener(listener Consumer<RaftEvent>) : void in class io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Change Parameter Type listener : EventListener<E> to listener : Consumer<RaftEvent> in method public removeListener(listener Consumer<RaftEvent>) : void in class io.atomix.protocols.raft.proxy.DelegatingRaftProxy |
From |
To |
|
Change Parameter Type consistency : RaftQuery.ConsistencyLevel to consistency : ReadConsistency in method private testSubmitQuery(nodes int, consistency ReadConsistency) : void in class io.atomix.protocols.raft.RaftTest |
From |
To |
|
Change Parameter Type future : CompletableFuture<V> to future : CompletableFuture<byte[]> in method protected OperationAttempt(sequence long, attempt int, request T, future CompletableFuture<byte[]>) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter.OperationAttempt |
From |
To |
|
Change Parameter Type future : CompletableFuture<T> to future : CompletableFuture<byte[]> in method public CommandAttempt(sequence long, request CommandRequest, future CompletableFuture<byte[]>) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter.CommandAttempt |
From |
To |
|
Change Parameter Type result : Object to result : byte[] in method public OperationResponse(status Status, error RaftError, index long, eventIndex long, result byte[], lastSequence long) in class io.atomix.protocols.raft.protocol.OperationResponse |
From |
To |
|
Change Parameter Type events : byte[]... to events : RaftEvent... in method public withEvents(events RaftEvent...) : Builder in class io.atomix.protocols.raft.protocol.PublishRequest.Builder |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method public CommandEntry(term long, timestamp long, session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.storage.log.entry.CommandEntry |
From |
To |
|
Change Parameter Type future : CompletableFuture<RaftOperationResult> to future : CompletableFuture<OperationResult> in method private sequenceQuery(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method private executeCommand(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type future : CompletableFuture<T> to future : CompletableFuture<byte[]> in method public CommandAttempt(sequence long, attempt int, request CommandRequest, future CompletableFuture<byte[]>) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter.CommandAttempt |
From |
To |
|
Change Parameter Type callback : Function<RaftCommit<T>,U> to callback : Function<RaftCommit<byte[]>,byte[]> in method public handle(operationId OperationId, callback Function<RaftCommit<byte[]>,byte[]>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method package executeQuery(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type consistency : RaftQuery.ConsistencyLevel to consistency : ReadConsistency in method private testSequenceOperations(nodes int, consistency ReadConsistency) : void in class io.atomix.protocols.raft.RaftTest |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method public QueryEntry(term long, timestamp long, session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.storage.log.entry.QueryEntry |
From |
To |
|
Change Parameter Type future : CompletableFuture<T> to future : CompletableFuture<byte[]> in method public QueryAttempt(sequence long, request QueryRequest, future CompletableFuture<byte[]>) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter.QueryAttempt |
From |
To |
|
Change Parameter Type command : RaftCommand<T> to operation : RaftOperation in method public submit(operation RaftOperation) : CompletableFuture<byte[]> in class io.atomix.protocols.raft.proxy.DelegatingRaftProxy |
From |
To |
|
Change Parameter Type attempt : OperationAttempt<T,U,V> to attempt : OperationAttempt<T,U> in method private submit(attempt OperationAttempt<T,U>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Parameter Type result : RaftOperationResult to result : OperationResult in method protected completeOperation(result OperationResult, builder OperationResponse.Builder<?,T>, error Throwable, future CompletableFuture<T>) : void in class io.atomix.protocols.raft.roles.PassiveRole |
From |
To |
|
Change Parameter Type attempt : OperationAttempt<?,?,?> to attempt : OperationAttempt<?,?> in method private resubmit(commandSequence long, attempt OperationAttempt<?,?>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Parameter Type future : CompletableFuture<RaftOperationResult> to future : CompletableFuture<OperationResult> in method private executeCommand(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type future : CompletableFuture<RaftOperationResult> to future : CompletableFuture<OperationResult> in method private applyCommand(index long, sequence long, timestamp long, operation RaftOperation, session RaftSessionContext, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method public QueryRequest(session long, sequence long, operation RaftOperation, index long) in class io.atomix.protocols.raft.protocol.QueryRequest |
From |
To |
|
Change Parameter Type command : RaftCommand<T> to operation : RaftOperation in method public submit(operation RaftOperation) : CompletableFuture<byte[]> in class io.atomix.protocols.raft.proxy.impl.BlockingAwareRaftProxy |
From |
To |
|
Change Parameter Type listener : EventListener to listener : Consumer<RaftEvent> in method public addEventListener(listener Consumer<RaftEvent>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyListener |
From |
To |
|
Change Parameter Type events : List<byte[]> to events : List<RaftEvent> in method public withEvents(events List<RaftEvent>) : Builder in class io.atomix.protocols.raft.protocol.PublishRequest.Builder |
From |
To |
|
Change Parameter Type listener : EventListener<E> to listener : Consumer<RaftEvent> in method public removeListener(listener Consumer<RaftEvent>) : void in class io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Change Parameter Type listener : EventListener to listener : Consumer<RaftEvent> in method public removeEventListener(listener Consumer<RaftEvent>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyListener |
From |
To |
|
Change Parameter Type type : Class<T> to operationId : OperationId in method public handle(operationId OperationId, callback Function<RaftCommit<byte[]>,byte[]>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type future : CompletableFuture<T> to future : CompletableFuture<byte[]> in method private submitCommand(operation RaftOperation, future CompletableFuture<byte[]>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Parameter Type context : Type to type : OperationType in method public update(index long, timestamp long, type OperationType) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineContext |
From |
To |
|
Change Parameter Type result : Object to result : byte[] in method private OperationResult(index long, eventIndex long, error Throwable, result byte[]) in class io.atomix.protocols.raft.impl.OperationResult |
From |
To |
|
Change Parameter Type commit : RaftCommit<TestCommand> to commit : RaftCommit<Void> in method protected read(commit RaftCommit<Void>) : long in class io.atomix.protocols.raft.RaftTest.TestStateMachine |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method private executeQuery(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type event : Event to event : RaftEvent in method public publish(event RaftEvent) : void in class io.atomix.protocols.raft.session.RaftSession |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method private indexQuery(index long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type future : CompletableFuture<RaftOperationResult> to future : CompletableFuture<OperationResult> in method private executeQuery(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type listener : EventListener<E> to listener : Consumer<RaftEvent> in method public addListener(listener Consumer<RaftEvent>) : void in class io.atomix.protocols.raft.proxy.DelegatingRaftProxy |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method package executeCommand(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Parameter Type bytes : byte[] to operation : RaftOperation in method protected OperationRequest(session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.protocol.OperationRequest |
From |
To |
|
Change Parameter Type result : Object to result : byte[] in method public QueryResponse(status Status, error RaftError, index long, eventIndex long, result byte[], lastSequence long) in class io.atomix.protocols.raft.protocol.QueryResponse |
From |
To |
|
Change Parameter Type result : Object to result : byte[] in method public withResult(result byte[]) : T in class io.atomix.protocols.raft.protocol.OperationResponse.Builder |
From |
To |
|
Change Return Type CompletableFuture<T> to CompletableFuture<byte[]> in method public submit(operation RaftOperation) : CompletableFuture<byte[]> in class io.atomix.protocols.raft.proxy.impl.BlockingAwareRaftProxy |
From |
To |
|
Change Return Type OperationAttempt<CommandRequest,CommandResponse,T> to OperationAttempt<CommandRequest,CommandResponse> in method protected next() : OperationAttempt<CommandRequest,CommandResponse> in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter.CommandAttempt |
From |
To |
|
Change Return Type CompletableFuture<RaftOperationResult> to CompletableFuture<OperationResult> in method package executeCommand(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Return Type RaftSessionContext to void in method public resendEvents(index long) : void in class io.atomix.protocols.raft.session.impl.RaftSessionContext |
From |
To |
|
Change Return Type OperationAttempt<QueryRequest,QueryResponse,T> to OperationAttempt<QueryRequest,QueryResponse> in method protected next() : OperationAttempt<QueryRequest,QueryResponse> in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter.QueryAttempt |
From |
To |
|
Change Return Type StateMachineExecutor to void in method public handle(operationId OperationId, callback Function<RaftCommit<byte[]>,byte[]>) : void in class io.atomix.protocols.raft.StateMachineExecutor |
From |
To |
|
Change Return Type RaftOperationResult to OperationResult in method public getResult(sequence long) : OperationResult in class io.atomix.protocols.raft.session.impl.RaftSessionContext |
From |
To |
|
Change Return Type CompletableFuture<RaftOperationResult> to CompletableFuture<OperationResult> in method package executeQuery(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Change Return Type OperationAttempt<T,U,V> to OperationAttempt<T,U> in method protected abstract next() : OperationAttempt<T,U> in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter.OperationAttempt |
From |
To |
|
Change Return Type CompletableFuture<T> to CompletableFuture<byte[]> in method public submit(operation RaftOperation) : CompletableFuture<byte[]> in class io.atomix.protocols.raft.proxy.DelegatingRaftProxy |
From |
To |
|
Change Return Type Object to byte[] in method public result() : byte[] in class io.atomix.protocols.raft.impl.OperationResult |
From |
To |
|
Change Return Type RaftSessionContext to void in method private clearEvents(index long) : void in class io.atomix.protocols.raft.session.impl.RaftSessionContext |
From |
To |
|
Change Return Type Type to OperationType in method public getOperationType() : OperationType in class io.atomix.protocols.raft.impl.RaftServerStateMachineContext |
From |
To |
|
Change Return Type CompletableFuture<RaftOperationResult> to CompletableFuture<OperationResult> in method private applyQuery(entry Indexed<QueryEntry>) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.impl.RaftServerStateMachineManager |
From |
To |
|
Change Return Type CompletableFuture<RaftOperationResult> to CompletableFuture<OperationResult> in method private applyCommand(entry Indexed<CommandEntry>) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.impl.RaftServerStateMachineManager |
From |
To |
|
Change Return Type List<byte[]> to List<RaftEvent> in method public events() : List<RaftEvent> in class io.atomix.protocols.raft.protocol.PublishRequest |
From |
To |
|
Change Return Type Builder to T in method public withOperation(operation RaftOperation) : T in class io.atomix.protocols.raft.protocol.OperationRequest.Builder |
From |
To |
|
Change Return Type T to OperationId in method public operation() : OperationId in class io.atomix.protocols.raft.RaftCommit |
From |
To |
|
Change Return Type Object to byte[] in method public result() : byte[] in class io.atomix.protocols.raft.protocol.OperationResponse |
From |
To |
|
Change Return Type RaftOperation<?> to OperationId in method public operation() : OperationId in class io.atomix.protocols.raft.impl.DefaultRaftCommit |
From |
To |
|
Change Return Type StateMachineExecutor to void in method public handle(operationId OperationId, callback Function<RaftCommit<byte[]>,byte[]>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Rename Parameter stateMachine : String to typeName : String in method public withTypeName(typeName String) : Builder in class io.atomix.protocols.raft.protocol.OpenSessionRequest.Builder |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method private indexQuery(index long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method public CommandEntry(term long, timestamp long, session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.storage.log.entry.CommandEntry |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method public QueryRequest(session long, sequence long, operation RaftOperation, index long) in class io.atomix.protocols.raft.protocol.QueryRequest |
From |
To |
|
Rename Parameter command : RaftCommand<T> to operation : RaftOperation in method public submit(operation RaftOperation) : CompletableFuture<byte[]> in class io.atomix.protocols.raft.proxy.DelegatingRaftProxy |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method private executeQuery(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method package executeCommand(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Rename Parameter type : String to typeName : String in method package RaftServerStateMachineContext(id StateMachineId, name String, typeName String, sessions RaftServerStateMachineSessions) in class io.atomix.protocols.raft.impl.RaftServerStateMachineContext |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method package executeQuery(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation) : CompletableFuture<OperationResult> in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method public CommandRequest(session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.protocol.CommandRequest |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method public OperationEntry(term long, timestamp long, session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.storage.log.entry.OperationEntry |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method private sequenceQuery(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method public QueryEntry(term long, timestamp long, session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.storage.log.entry.QueryEntry |
From |
To |
|
Rename Parameter stateMachine : String to typeName : String in method public OpenSessionRequest(member MemberId, name String, typeName String, readConsistency ReadConsistency, timeout long) in class io.atomix.protocols.raft.protocol.OpenSessionRequest |
From |
To |
|
Rename Parameter command : RaftCommand<T> to operation : RaftOperation in method public submit(operation RaftOperation) : CompletableFuture<byte[]> in class io.atomix.protocols.raft.proxy.impl.BlockingAwareRaftProxy |
From |
To |
|
Rename Parameter type : Class<T> to operationId : OperationId in method public handle(operationId OperationId, callback Function<RaftCommit<byte[]>,byte[]>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |
|
Rename Parameter consistency : RaftQuery.ConsistencyLevel to operation : RaftOperation in method public withOperation(operation RaftOperation) : T in class io.atomix.protocols.raft.protocol.OperationRequest.Builder |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method protected OperationRequest(session long, sequence long, operation RaftOperation) in class io.atomix.protocols.raft.protocol.OperationRequest |
From |
To |
|
Rename Parameter context : Type to type : OperationType in method public update(index long, timestamp long, type OperationType) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineContext |
From |
To |
|
Rename Parameter bytes : byte[] to operation : RaftOperation in method private executeCommand(index long, sequence long, timestamp long, session RaftSessionContext, operation RaftOperation, future CompletableFuture<OperationResult>) : void in class io.atomix.protocols.raft.impl.RaftServerStateMachineExecutor |
From |
To |