|
Change Variable Type method : Method to filter : BiPredicate<Commit<?>,Compaction> in method private findFilter(type Class<? extends Command>, compaction Compaction.Type) : BiPredicate<Commit<?>,Compaction> in class net.kuujo.copycat.raft.StateMachine |
From |
To |
|
Change Variable Type filters : Map<Class<? extends Command>,Method> to filters : Map<Class<? extends Command>,BiPredicate<Commit<?>,Compaction>> in method private declareFilters(method Method) : void in class net.kuujo.copycat.raft.StateMachine |
From |
To |
|
Change Variable Type filters : Map<Class<? extends Command>,Method> to filters : Map<Class<? extends Command>,BiPredicate<Commit<?>,Compaction>> in method private findFilter(type Class<? extends Command>, compaction Compaction.Type) : BiPredicate<Commit<?>,Compaction> in class net.kuujo.copycat.raft.StateMachine |
From |
To |
|
Change Variable Type method : Method to operation : Function<Commit<?>,?> in method private findOperation(type Class<? extends Operation>) : Function<Commit<?>,?> in class net.kuujo.copycat.raft.StateMachine |
From |
To |
|
Change Attribute Type filters : Map<Compaction.Type,Map<Class<? extends Command>,Method>> to filters : Map<Compaction.Type,Map<Class<? extends Command>,BiPredicate<Commit<?>,Compaction>>> in class net.kuujo.copycat.raft.StateMachine |
From |
To |
|
Change Attribute Type operations : Map<Class<? extends Operation>,Method> to operations : Map<Class<? extends Operation>,Function<Commit<?>,?>> in class net.kuujo.copycat.raft.StateMachine |
From |
To |
|
Change Attribute Type allOperation : Method to allOperation : Function<Commit<?>,?> in class net.kuujo.copycat.raft.StateMachine |
From |
To |
|
Change Attribute Type allFilters : Map<Compaction.Type,Method> to allFilters : Map<Compaction.Type,BiPredicate<Commit<?>,Compaction>> in class net.kuujo.copycat.raft.StateMachine |
From |
To |