Uses of Class
io.aiven.commons.kafka.config.SinceInfo.OverrideRange
Packages that use SinceInfo.OverrideRange
-
Uses of SinceInfo.OverrideRange in io.aiven.commons.kafka.config
Methods in io.aiven.commons.kafka.config that return types with arguments of type SinceInfo.OverrideRangeMethods in io.aiven.commons.kafka.config with parameters of type SinceInfo.OverrideRangeModifier and TypeMethodDescriptionintSinceInfo.OverrideRange.compareTo(SinceInfo.OverrideRange other) voidSinceInfoMapBuilder.put(SinceInfo.OverrideRange range, SinceInfo.Data data) Put a range and data into the map.voidSinceInfoMapBuilder.put(SinceInfo.OverrideRange range, String finalVersion) Put an override range and final version into the map.Method parameters in io.aiven.commons.kafka.config with type arguments of type SinceInfo.OverrideRangeModifier 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.