Uses of Record Class
io.aiven.commons.kafka.config.SinceInfo.Data
Packages that use SinceInfo.Data
-
Uses of SinceInfo.Data in io.aiven.commons.kafka.config
Methods in io.aiven.commons.kafka.config that return types with arguments of type SinceInfo.DataMethods in io.aiven.commons.kafka.config with parameters of type SinceInfo.DataModifier and TypeMethodDescriptionintSinceInfo.Data.compareTo(SinceInfo.Data other) voidSinceInfoMapBuilder.put(SinceInfo.OverrideRange range, SinceInfo.Data data) Put a range and data into the map.voidSinceInfoMapBuilder.put(String pattern, SinceInfo.Data data) Put an override pattern and the data into the map.voidSinceInfoMapBuilder.put(String groupId, String artifactId, String version, SinceInfo.Data data) put the range definition and the data into the map.Method parameters in io.aiven.commons.kafka.config with type arguments of type SinceInfo.DataModifier and TypeMethodDescriptionvoidDeprecatedInfo.overrideSince(Map<SinceInfo.OverrideRange, SinceInfo.Data> overrideMap) Sets the override from the Builder associated with the matching OverrideRange in the overrideMap.voidExtendedConfigKey.overrideSince(Map<SinceInfo.OverrideRange, SinceInfo.Data> overrideMap) Sets the override from the Builder associated with the matching OverrideRange in the overrideMap.voidSinceInfo.setOverride(Map<SinceInfo.OverrideRange, SinceInfo.Data> overrideMap) Sets the override from the Builder associated with the matching OverrideRange in the overrideMap.