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