Uses of Interface
org.infinispan.remoting.transport.raft.RaftStateMachine
Packages that use RaftStateMachine
Package
Description
RAFT interfaces for internal usage.
-
Uses of RaftStateMachine in org.infinispan.remoting.transport.impl
Methods in org.infinispan.remoting.transport.impl with type parameters of type RaftStateMachineModifier and TypeMethodDescription<T extends RaftStateMachine>
TEmptyRaftManager.getOrRegisterStateMachine(String channelName, Supplier<T> supplier, RaftChannelConfiguration configuration) -
Uses of RaftStateMachine in org.infinispan.remoting.transport.raft
Methods in org.infinispan.remoting.transport.raft with type parameters of type RaftStateMachineModifier and TypeMethodDescription<T extends RaftStateMachine>
TRaftManager.getOrRegisterStateMachine(String channelName, Supplier<T> supplier, RaftChannelConfiguration configuration) Register aRaftStateMachine.