Skip to content

Commit

Permalink
rename recovery of consensus index in tx log
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfurmanski committed Jan 18, 2017
1 parent 0518ccf commit ae1d19f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -28,12 +28,12 @@
* Retrieves last raft log index that was appended to the transaction log, so that raft log replay can recover while
* preserving idempotency (avoid appending the same transaction twice).
*/
public class RecoverTransactionLogState
public class RecoverConsensusLogIndex
{
private final Dependencies dependencies;
private final LogProvider logProvider;

public RecoverTransactionLogState( Dependencies dependencies, LogProvider logProvider )
public RecoverConsensusLogIndex( Dependencies dependencies, LogProvider logProvider )
{
this.dependencies = dependencies;
this.logProvider = logProvider;
Expand Down

0 comments on commit ae1d19f

Please sign in to comment.