Uses of Class
org.jgroups.raft.JGroupsRaft.Builder
Packages that use JGroupsRaft.Builder
-
Uses of JGroupsRaft.Builder in org.jgroups.raft
Classes in org.jgroups.raft that implement interfaces with type arguments of type JGroupsRaft.BuilderMethods in org.jgroups.raft that return JGroupsRaft.BuilderModifier and TypeMethodDescriptionJGroupsRaft.Builder.registerMarshaller(JGroupsRaftCustomMarshaller<?> marshaller) Register a new marshaler to serialize commands.JGroupsRaft.Builder.withClusterName(String clusterName) Defines the name of the cluster to create with JGroups.JGroupsRaft.Builder.withJChannel(org.jgroups.JChannel channel) Defines the JGroups channel to be used.JGroupsRaft.Builder.withJGroupsConfig(InputStream jgroupsConfig) Defines the JGroups configuration file to be used.JGroupsRaft.Builder.withJGroupsConfig(String jgroupsConfig) Defines the path to the JGroups configuration file.JGroupsRaft.Builder.withRuntimeProperties(Properties properties) Defines configuration properties to be used.JGroupsRaft.Builder.withRuntimeProperties(RuntimeProperties runtimeProperties) Defines configuration properties to be used.Methods in org.jgroups.raft that return types with arguments of type JGroupsRaft.BuilderModifier and TypeMethodDescriptionstatic <T> JGroupsRaft.JGroupsBuilderStep<JGroupsRaft<T>, JGroupsRaft.Builder<T>> Creates a new builder to configure theJGroupsRaftinstance. -
Uses of JGroupsRaft.Builder in org.jgroups.raft.configuration
Classes in org.jgroups.raft.configuration that implement interfaces with type arguments of type JGroupsRaft.BuilderMethods in org.jgroups.raft.configuration that return JGroupsRaft.BuilderConstructors in org.jgroups.raft.configuration with parameters of type JGroupsRaft.Builder