Interface RaftManager

All Superinterfaces:
org.infinispan.commons.api.Lifecycle
All Known Implementing Classes:
EmptyRaftManager

public interface RaftManager extends org.infinispan.commons.api.Lifecycle
Use this class to create and register RaftStateMachine.

Each RaftStateMachine is identified by its name and they are independent of each other; each RaftStateMachine has it own RaftChannel.

Since:
14.0