Uses of Enum Class
com.loomcache.server.consensus.ConfigChange.Type
Packages that use ConfigChange.Type
-
Uses of ConfigChange.Type in com.loomcache.server.consensus
Subclasses with type arguments of type ConfigChange.Type in com.loomcache.server.consensusMethods in com.loomcache.server.consensus that return ConfigChange.TypeModifier and TypeMethodDescriptionConfigChange.type()Returns the value of thetyperecord component.static ConfigChange.TypeReturns the enum constant of this class with the specified name.static ConfigChange.Type[]ConfigChange.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.consensus with parameters of type ConfigChange.TypeModifierConstructorDescriptionConfigChange(ConfigChange.Type type, String nodeId, @Nullable String address) Compact constructor for validation.