Uses of Record Class
com.loomcache.server.config.ConfigEntry
Packages that use ConfigEntry
-
Uses of ConfigEntry in com.loomcache.server.config
Methods in com.loomcache.server.config that return ConfigEntryModifier and TypeMethodDescriptionstatic ConfigEntryCreate a new ConfigEntry with current timestamp.@Nullable ConfigEntryGet a configuration entry by key.static ConfigEntryConfigEntry.update(ConfigEntry oldEntry, String newValue, String updatedBy) Create a ConfigEntry from an existing entry with an incremented version.Methods in com.loomcache.server.config that return types with arguments of type ConfigEntryModifier and TypeMethodDescriptionConfigSnapshot.entries()Get all entries as an unmodifiable map.ClusterConfigManager.getAll()Get all configuration entries.Get a configuration entry with metadata.Methods in com.loomcache.server.config with parameters of type ConfigEntryModifier and TypeMethodDescriptionvoidConfigChangeListener.onChange(@Nullable ConfigEntry oldValue, @Nullable ConfigEntry newValue) Called when a watched configuration entry changes.static ConfigEntryConfigEntry.update(ConfigEntry oldEntry, String newValue, String updatedBy) Create a ConfigEntry from an existing entry with an incremented version.Constructor parameters in com.loomcache.server.config with type arguments of type ConfigEntryModifierConstructorDescriptionConfigSnapshot(Map<String, ConfigEntry> entries, long timestamp) Creates an instance of aConfigSnapshotrecord class.