|
Change Parameter Type handler : RequestHandler to handler : MessageHandler in method private HandlerHolder(handler MessageHandler, context Context) in class net.kuujo.copycat.raft.protocol.NettyConnection.HandlerHolder |
From |
To |
|
Change Parameter Type member : Member to address : InetSocketAddress in method public listen(address InetSocketAddress, listener Listener<Connection>) : CompletableFuture<Void> in class net.kuujo.copycat.transport.Server |
From |
To |
|
Change Parameter Type member : Member to address : InetSocketAddress in method public connect(address InetSocketAddress) : CompletableFuture<Connection> in class net.kuujo.copycat.raft.protocol.NettyClient |
From |
To |
|
Change Parameter Type protocol : Protocol to transport : Transport in method public RaftClientState(clientId int, transport Transport, members Members, serializer Alleycat) in class net.kuujo.copycat.raft.state.RaftClientState |
From |
To |
|
Change Parameter Type request : Request to request : Object in method private writeRequest(buffer ByteBuf, request Object) : ByteBuf in class net.kuujo.copycat.raft.protocol.NettyConnection |
From |
To |
|
Change Parameter Type handler : RequestHandler<T,U> to handler : MessageHandler<T,U> in method public handler(type Class<T>, handler MessageHandler<T,U>) : Connection in class net.kuujo.copycat.raft.protocol.NettyConnection |
From |
To |
|
Change Parameter Type handler : RequestHandler<T,U> to handler : MessageHandler<T,U> in method public handler(type Class<T>, handler MessageHandler<T,U>) : Connection in class net.kuujo.copycat.transport.Connection |
From |
To |
|
Change Parameter Type request : Request to request : Object in method private handleRequest(requestId long, request Object, handler HandlerHolder) : void in class net.kuujo.copycat.raft.protocol.NettyConnection |
From |
To |
|
Change Parameter Type member : Member to address : InetSocketAddress in method private listen(address InetSocketAddress, listener Listener<Connection>, context Context) : void in class net.kuujo.copycat.raft.protocol.NettyServer |
From |
To |
|
Change Parameter Type member : Member to address : InetSocketAddress in method public listen(address InetSocketAddress, listener Listener<Connection>) : CompletableFuture<Void> in class net.kuujo.copycat.raft.protocol.NettyServer |
From |
To |
|
Change Parameter Type protocol : Protocol to transport : Transport in method public RaftServerState(memberId int, log Log, stateMachine StateMachine, transport Transport, members Members, serializer Alleycat) in class net.kuujo.copycat.raft.state.RaftServerState |
From |
To |
|
Change Parameter Type member : Member to address : InetSocketAddress in method public connect(address InetSocketAddress) : CompletableFuture<Connection> in class net.kuujo.copycat.transport.Client |
From |
To |
|
Change Parameter Type request : Response to request : Object in method private writeResponse(buffer ByteBuf, request Object) : ByteBuf in class net.kuujo.copycat.raft.protocol.NettyConnection |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.SearchableOffsetIndex moved to net.kuujo.copycat.log.SearchableOffsetIndex |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.LogConfig moved to net.kuujo.copycat.log.LogConfig |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.EntryFilter moved to net.kuujo.copycat.log.EntryFilter |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.Compaction moved to net.kuujo.copycat.log.Compaction |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.MinorCompaction moved to net.kuujo.copycat.log.MinorCompaction |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.SegmentDescriptor moved to net.kuujo.copycat.log.SegmentDescriptor |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.LogTest moved to net.kuujo.copycat.log.LogTest |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.Compactor moved to net.kuujo.copycat.log.Compactor |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.SegmentFile moved to net.kuujo.copycat.log.SegmentFile |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.DescriptorException moved to net.kuujo.copycat.log.DescriptorException |
From |
To |
|
Move Class net.kuujo.copycat.raft.protocol.Server moved to net.kuujo.copycat.transport.Server |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.StorageLevel moved to net.kuujo.copycat.log.StorageLevel |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.SegmentManager moved to net.kuujo.copycat.log.SegmentManager |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.MinorCompactionTest moved to net.kuujo.copycat.log.MinorCompactionTest |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.MajorCompaction moved to net.kuujo.copycat.log.MajorCompaction |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.Segment moved to net.kuujo.copycat.log.Segment |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.Entry moved to net.kuujo.copycat.log.Entry |
From |
To |
|
Move Class net.kuujo.copycat.raft.protocol.Client moved to net.kuujo.copycat.transport.Client |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.SearchableOffsetIndexTest moved to net.kuujo.copycat.log.SearchableOffsetIndexTest |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.Log moved to net.kuujo.copycat.log.Log |
From |
To |
|
Move Class net.kuujo.copycat.raft.protocol.Connection moved to net.kuujo.copycat.transport.Connection |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.MajorCompactionTest moved to net.kuujo.copycat.log.MajorCompactionTest |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.LogException moved to net.kuujo.copycat.log.LogException |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.OffsetIndex moved to net.kuujo.copycat.log.OffsetIndex |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.TestEntry moved to net.kuujo.copycat.log.TestEntry |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.SegmentDescriptorTest moved to net.kuujo.copycat.log.SegmentDescriptorTest |
From |
To |
|
Move Class net.kuujo.copycat.raft.log.TypedEntryPool moved to net.kuujo.copycat.log.TypedEntryPool |
From |
To |
|
Rename Parameter request : T to message : T in method public handle(message T) : CompletableFuture<U> in class net.kuujo.copycat.transport.MessageHandler |
From |
To |
|
Rename Parameter member : Member to address : InetSocketAddress in method public listen(address InetSocketAddress, listener Listener<Connection>) : CompletableFuture<Void> in class net.kuujo.copycat.raft.protocol.NettyServer |
From |
To |
|
Rename Parameter protocol : Protocol to transport : Transport in method public RaftServerState(memberId int, log Log, stateMachine StateMachine, transport Transport, members Members, serializer Alleycat) in class net.kuujo.copycat.raft.state.RaftServerState |
From |
To |
|
Rename Parameter member : Member to address : InetSocketAddress in method public connect(address InetSocketAddress) : CompletableFuture<Connection> in class net.kuujo.copycat.raft.protocol.NettyClient |
From |
To |
|
Rename Parameter member : Member to address : InetSocketAddress in method public connect(address InetSocketAddress) : CompletableFuture<Connection> in class net.kuujo.copycat.transport.Client |
From |
To |
|
Rename Parameter protocol : Protocol to transport : Transport in method public RaftClientState(clientId int, transport Transport, members Members, serializer Alleycat) in class net.kuujo.copycat.raft.state.RaftClientState |
From |
To |
|
Rename Parameter member : Member to address : InetSocketAddress in method public listen(address InetSocketAddress, listener Listener<Connection>) : CompletableFuture<Void> in class net.kuujo.copycat.transport.Server |
From |
To |
|
Rename Parameter member : Member to address : InetSocketAddress in method private listen(address InetSocketAddress, listener Listener<Connection>, context Context) : void in class net.kuujo.copycat.raft.protocol.NettyServer |
From |
To |