Uses of Record Class
com.loomcache.server.consensus.ConfigChange
Packages that use ConfigChange
-
Uses of ConfigChange in com.loomcache.server.consensus
Methods in com.loomcache.server.consensus that return ConfigChangeModifier and TypeMethodDescription@Nullable ConfigChangeLogEntry.configChange()Returns the value of theconfigChangerecord component.static ConfigChangeConfigChange.deserialize(byte[] data) Deserialize a ConfigChange from a byte array.Methods in com.loomcache.server.consensus with parameters of type ConfigChangeModifier and TypeMethodDescriptionstatic LogEntryLogEntry.configChange(long term, long index, ConfigChange change) Factory method to create a CONFIG_CHANGE entry.RaftNode.submitConfigChange(ConfigChange change) Submit a safe dynamic membership change (AddServer or RemoveServer).RaftNodeApi.submitConfigChange(ConfigChange change) Constructors in com.loomcache.server.consensus with parameters of type ConfigChangeModifierConstructorDescriptionLogEntry(long term, long index, LogEntry.Type type, byte[] command, @Nullable ConfigChange configChange) Full constructor for all entry types (COMMAND, NO_OP, CONFIG_CHANGE).