Uses of Interface
org.jgroups.raft.configuration.RuntimeProperties
Packages that use RuntimeProperties
-
Uses of RuntimeProperties in org.jgroups.raft
Methods in org.jgroups.raft with parameters of type RuntimePropertiesModifier and TypeMethodDescriptionJGroupsRaft.Builder.withRuntimeProperties(RuntimeProperties runtimeProperties) Defines configuration properties to be used. -
Uses of RuntimeProperties in org.jgroups.raft.configuration
Classes in org.jgroups.raft.configuration with type parameters of type RuntimePropertiesModifier and TypeInterfaceDescriptionstatic interfaceRuntimeProperties.ConfigurationBuilder<C extends RuntimeProperties, B extends RuntimeProperties.ConfigurationBuilder<C,B>> Classes in org.jgroups.raft.configuration that implement interfaces with type arguments of type RuntimePropertiesMethods in org.jgroups.raft.configuration that return RuntimePropertiesModifier and TypeMethodDescriptionRuntimeProperties.Builder.build()static RuntimePropertiesObtain a configuration instance by copying the supplied map of string keys and object values.static <T> RuntimePropertiesObtain a configuration instance by copying the supplied map of string keys and object values.static RuntimePropertiesRuntimeProperties.from(Properties properties) Obtain a configuration instance by copying the supplied Properties object.static RuntimePropertiesObtain a configuration instance by loading the Properties from the supplied file.static RuntimePropertiesRuntimeProperties.load(InputStream stream) Obtain a configuration instance by loading the Properties from the supplied stream.static RuntimePropertiesObtain a configuration instance by loading the Properties from the supplied URL.Methods in org.jgroups.raft.configuration with parameters of type RuntimePropertiesModifier and TypeMethodDescriptionstatic RuntimeProperties.BuilderRuntimeProperties.copy(RuntimeProperties config) Create a newconfiguration builderthat starts with a copy of the supplied configuration.default BRuntimeProperties.ConfigurationBuilder.with(RuntimeProperties other) Add all of the fields in the supplied Configuration object.