public class ConfigurationManager
extends Object
Maintain the mappings between log index and corresponding raft configuration.
Initialized when starting the raft peer. The mappings are loaded from the
raft log, and updated while appending/truncating configuration related log
entries.