Uses of Enum
org.infinispan.remoting.transport.raft.RaftChannelConfiguration.RaftLogMode
Packages that use RaftChannelConfiguration.RaftLogMode
-
Uses of RaftChannelConfiguration.RaftLogMode in org.infinispan.remoting.transport.raft
Methods in org.infinispan.remoting.transport.raft that return RaftChannelConfiguration.RaftLogModeModifier and TypeMethodDescriptionRaftChannelConfiguration.logMode()Returns the enum constant of this type with the specified name.static RaftChannelConfiguration.RaftLogMode[]RaftChannelConfiguration.RaftLogMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.remoting.transport.raft with parameters of type RaftChannelConfiguration.RaftLogModeModifier and TypeMethodDescriptionRaftChannelConfiguration.Builder.logMode(RaftChannelConfiguration.RaftLogMode logMode) Sets the RAFT log mode.