Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractFragmentSetter<T extends AbstractFragmentSetter<T>> - Class in io.aiven.commons.kafka.config.fragment
An abstract class that is the bases for programmatic configuration easier.
AbstractFragmentSetter(Map<String, String>) - Constructor for class io.aiven.commons.kafka.config.fragment.AbstractFragmentSetter
Constructor.
applyTo(ConfigDef) - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Applies the mapping to s the final versions for the specified Since values of the ExtendedConfigKeys in the ConfigDef.
artifactId() - Method in record class io.aiven.commons.kafka.config.SinceInfo.Data
Returns the value of the artifactId record component.
artifactId(String) - Method in class io.aiven.commons.kafka.config.SinceInfo.Builder
Sets the artifactId.
artifactVersion() - Method in class io.aiven.commons.kafka.config.SinceInfo
Gets the parsed ArtifactVersion for this sinceInfo.
atLeast(Number) - Static method in class io.aiven.commons.kafka.config.validator.TimeScaleValidator
A numeric range that checks only the lower bound.
atLeast(Number, List<Scale>) - Static method in class io.aiven.commons.kafka.config.validator.ScaleValidator
A scale range that checks only the lower bound
AVRO - Enum constant in enum class io.aiven.commons.kafka.config.ConverterType
AvroConverter

B

BackoffPolicyFragment - Class in io.aiven.commons.kafka.config.fragment
Defines the backoff policy for connectors.
BackoffPolicyFragment(FragmentDataAccess) - Constructor for class io.aiven.commons.kafka.config.fragment.BackoffPolicyFragment
Constructor.
between(Number, Number) - Static method in class io.aiven.commons.kafka.config.validator.TimeScaleValidator
A numeric range that checks both the upper and lower bound.
between(Number, Number, List<Scale>) - Static method in class io.aiven.commons.kafka.config.validator.ScaleValidator
A scale range that checks both the upper and lower bound.
build() - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Builds a ConfigKey from the specified values.
build() - Method in class io.aiven.commons.kafka.config.DeprecatedInfo.Builder
Creates the DeprecatedInfo
build() - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey.Builder
 
build() - Method in class io.aiven.commons.kafka.config.SinceInfo.Builder
Builds a SinceInfo without an override.
build() - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Builds the final map.
build() - Method in class io.aiven.commons.kafka.config.validator.UrlValidator.Builder
Builds a UrlValidator.
builder() - Static method in class io.aiven.commons.kafka.config.DeprecatedInfo
Creates a new builder.
builder() - Static method in class io.aiven.commons.kafka.config.SinceInfo
The builder for SinceInfo and SinceInfo overrides.
builder() - Static method in class io.aiven.commons.kafka.config.validator.UrlValidator
Creates a new builder.
builder(String) - Static method in class io.aiven.commons.kafka.config.ExtendedConfigKey
Creates a builder for the ExtendedConfigKey.
Builder(String) - Constructor for class io.aiven.commons.kafka.config.ExtendedConfigKey.Builder
The builder.
BYTE - Enum constant in enum class io.aiven.commons.kafka.config.ConverterType
ByteConverter

C

caseInsensitive(Class<? extends Enum<?>>) - Static method in class io.aiven.commons.kafka.config.validator.EnumValidator
Creates a case insensitive EnumValidator.
caseSensitive(Class<? extends Enum<?>>) - Static method in class io.aiven.commons.kafka.config.validator.EnumValidator
Creates a case sensitive EnumValidator.
ChangeTrackingMap(Map<String, Object>) - Constructor for class io.aiven.commons.kafka.config.CommonConfig.ChangeTrackingMap
Constructor.
COMMENT_CHAR - Static variable in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
The comment character for comment lines in input files.
CommonConfig - Class in io.aiven.commons.kafka.config
The base configuration or all connectors.
CommonConfig(CommonConfigDef, Map<String, String>) - Constructor for class io.aiven.commons.kafka.config.CommonConfig
Constructor.
CommonConfig.ChangeTrackingMap - Class in io.aiven.commons.kafka.config
A map of values that allows overrides.
CommonConfigDef - Class in io.aiven.commons.kafka.config
The ConfigDef for the CommonConfig class.
CommonConfigDef() - Constructor for class io.aiven.commons.kafka.config.CommonConfigDef
Constructor .
CommonConfigFragment - Class in io.aiven.commons.kafka.config.fragment
The common configuration fragment.
CommonConfigFragment(FragmentDataAccess) - Constructor for class io.aiven.commons.kafka.config.fragment.CommonConfigFragment
Create a fragment instance from an AbstractConfig.
CommonConfigFragment.Setter - Class in io.aiven.commons.kafka.config.fragment
Setter to programmatically set values in the configuraiotn.
compareTo(SinceInfo.Data) - Method in record class io.aiven.commons.kafka.config.SinceInfo.Data
 
compareTo(SinceInfo.OverrideRange) - Method in class io.aiven.commons.kafka.config.SinceInfo.OverrideRange
 
ConfigFragment - Class in io.aiven.commons.kafka.config.fragment
Config fragments encapsulate logical fragments of configuration that may be used across multiple Connectors or across the source/sink of a connector pair.
ConfigFragment(FragmentDataAccess) - Constructor for class io.aiven.commons.kafka.config.fragment.ConfigFragment
Construct the ConfigFragment.
ConfigKeyBuilder<T extends ConfigKeyBuilder<?>> - Class in io.aiven.commons.kafka.config
Builds Config Keys.
ConfigKeyBuilder(String) - Constructor for class io.aiven.commons.kafka.config.ConfigKeyBuilder
Creates an instance of a ConfigKeyBuilder.
ConverterType - Enum Class in io.aiven.commons.kafka.config
An enum which identifies a specific converter type
create(ConfigDef.ConfigKey) - Static method in class io.aiven.commons.kafka.config.ExtendedConfigKey
Creates an extended config key from a ConfigKey.

D

data() - Method in class io.aiven.commons.kafka.config.fragment.AbstractFragmentSetter
Gets the data map.
Data(SinceInfo.Builder) - Constructor for record class io.aiven.commons.kafka.config.SinceInfo.Data
Construct the Data object from a builder.
Data(String, String, String) - Constructor for record class io.aiven.commons.kafka.config.SinceInfo.Data
Creates an instance of a Data record class.
dataAccess - Variable in class io.aiven.commons.kafka.config.fragment.ConfigFragment
The data access object for this fragment.
defaultValue - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The default value for the config key.
defaultValue(Object) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Sets the default value.
dependent(String) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Adds a dependent to the list of dependents.
dependents - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The set of names for ConfigDef.ConfigKeys that are dependent upon this key.
dependents(String...) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Add a collection of dependent names to the list of dependents.
dependents(Collection<String>) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Add a collection of dependent names to the list of dependents.
deprecated - Variable in class io.aiven.commons.kafka.config.ExtendedConfigKey
The deprecation information.
deprecatedInfo(DeprecatedInfo) - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey.Builder
Sets the deprecation info.
deprecatedInfo(DeprecatedInfo.Builder) - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey.Builder
Sets the deprecation info.
DeprecatedInfo - Class in io.aiven.commons.kafka.config
Contains the information about a deprecated ConfigKey
DeprecatedInfo.Builder - Class in io.aiven.commons.kafka.config
The Builder for DeprecatedInfo.
DeprecationReporter - Class in io.aiven.commons.kafka.config
Reports on deprecated configuration usage.
description(String) - Method in class io.aiven.commons.kafka.config.DeprecatedInfo.Builder
Sets the description.
displayName - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The display name for the key.
displayName(String) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Sets the display name.
documentation - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The documentation for this key.
documentation(String) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Sets the documentation.

E

ensureValid(String, Object) - Method in class io.aiven.commons.kafka.config.validator.NonEmptyList
 
ensureValid(String, Object) - Method in class io.aiven.commons.kafka.config.validator.NonEmptyPassword
 
ensureValid(String, Object) - Method in class io.aiven.commons.kafka.config.validator.PredicateGatedValidator
 
ensureValid(String, Object) - Method in class io.aiven.commons.kafka.config.validator.ScaleValidator
 
ensureValid(String, Object) - Method in class io.aiven.commons.kafka.config.validator.TimeScaleValidator
 
ensureValid(String, Object) - Method in class io.aiven.commons.kafka.config.validator.TimeZoneValidator
 
ensureValid(String, Object) - Method in class io.aiven.commons.kafka.config.validator.UrlValidator
 
EnumValidator - Class in io.aiven.commons.kafka.config.validator
Validates that a configuration value string is a case-insensitive match to an Enum constant.
equals(Object) - Method in record class io.aiven.commons.kafka.config.SinceInfo.Data
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.aiven.commons.kafka.config.SinceInfo.OverrideRange
 
ExtendedConfigKey - Class in io.aiven.commons.kafka.config
An extended ConfigDef.ConfigKey that added deprecation information, and since data.
ExtendedConfigKey.Builder<T extends ExtendedConfigKey.Builder<?>> - Class in io.aiven.commons.kafka.config
The builder for an ExtendedConfigKey.

F

finalize() - Method in class io.aiven.commons.kafka.config.CommonConfig
Avoid Finalizer attack
forClassName(Class<?>) - Static method in enum class io.aiven.commons.kafka.config.ConverterType
Gets an Enum instance of ConverterType
formatted(String) - Method in class io.aiven.commons.kafka.config.DeprecatedInfo
Gets a string that contains the deprecated information.
forRemoval(boolean) - Method in class io.aiven.commons.kafka.config.DeprecatedInfo.Builder
Sets whether this option is subject to removal in a future version.
FragmentDataAccess - Interface in io.aiven.commons.kafka.config.fragment
The data access for a ConfigFragment.
fragmentPostProcess(CommonConfig.ChangeTrackingMap) - Method in class io.aiven.commons.kafka.config.CommonConfig
Allows implementations to modify the values of the map from the fragments.
from(Map<String, ConfigValue>) - Static method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Creates an implementation against a map of String to ConfigValues.
from(AbstractConfig) - Static method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Creates an implementation against an AbstractConfig.

G

generateDocumentation() - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Generates the documentation.
generateDocumentation() - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey.Builder
 
get(String) - Method in class io.aiven.commons.kafka.config.CommonConfig.ChangeTrackingMap
Gets the current value of the key.
getBoolean(String) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
getBoolean(String) - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Get the boolean value associated with the key.
getClass(String) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
getClass(String) - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
1 Get the class associated with the key
getConfiguredInstance(String, Class<? extends T>) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
getConfiguredInstance(String, Class<? extends T>) - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Creates a configured instance of the class specified by the key.
getDeprecationMessage() - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey
Gets the deprecation message.
getDescription() - Method in class io.aiven.commons.kafka.config.DeprecatedInfo
Gets the descriptions.
getInt(String) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
getInt(String) - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Get the integer value associated with the key.
getKafkaRetryBackoffMs() - Method in class io.aiven.commons.kafka.config.CommonConfig
Gets the Kafka retry backoff time in MS.
getKafkaRetryBackoffMs() - Method in class io.aiven.commons.kafka.config.fragment.BackoffPolicyFragment
Gets the kafka retry backoff time.
getKeyConverter() - Method in class io.aiven.commons.kafka.config.CommonConfig
Key Converter
getKeyConverter() - Method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment
the converter used for the key portion of the kafka event
getList(String) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
getList(String) - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Get the list of strings associated with the key.
getLong(String) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
getLong(String) - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Get the long value associated with the key.
getMaxTasks() - Method in class io.aiven.commons.kafka.config.CommonConfig
Get the maximum number of tasks that should be run by this connector configuration Max Tasks is set within the Kafka Connect framework and so is retrieved slightly differently in ConnectorConfig.java
getMaxTasks() - Method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment
Get the maximum number of tasks.
getPassword(String) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
getPassword(String) - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Get the password associated with the key.
getSince() - Method in class io.aiven.commons.kafka.config.DeprecatedInfo
Gets version in which the option became deprecated.
getSince() - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey
Gets the value of since data element.
getString(String) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
getString(String) - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Gets the String value from the key.
getTaskId() - Method in class io.aiven.commons.kafka.config.CommonConfig
Get the task id for this configuration
getTaskId() - Method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment
Get the task Id.
getValueConverter() - Method in class io.aiven.commons.kafka.config.CommonConfig
Value Converter
getValueConverter() - Method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment
the converter used for the value portion of the kafka event
group - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The group key is a part of.
group(String) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Sets the name of the group.
groupId() - Method in record class io.aiven.commons.kafka.config.SinceInfo.Data
Returns the value of the groupId record component.
groupId(String) - Method in class io.aiven.commons.kafka.config.SinceInfo.Builder
Sets the groupId.

H

has(String) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
has(String) - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Determines if a key has been set.
hashCode() - Method in record class io.aiven.commons.kafka.config.SinceInfo.Data
Returns a hash code value for this object.
hashCode() - Method in class io.aiven.commons.kafka.config.SinceInfo.OverrideRange
 
hide(String, boolean) - Method in class io.aiven.commons.kafka.config.CommonConfigDef
Allows users to toggle certain config on and off in the documentation
hosts(String...) - Method in class io.aiven.commons.kafka.config.validator.UrlValidator.Builder
Adds one or more hosts to the list of valid hosts.

I

importance - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The importance of this key.
importance(ConfigDef.Importance) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Sets the importance.
INSTANCE - Static variable in class io.aiven.commons.kafka.config.validator.NonEmptyList
The instance of the NonEmptyPassword validator.
INSTANCE - Static variable in class io.aiven.commons.kafka.config.validator.NonEmptyPassword
The instance of the NonEmptyPassword validator.
INSTANCE - Static variable in class io.aiven.commons.kafka.config.validator.TimeZoneValidator
A TimeZone validator that does not accept null values.
internalConfig - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The internal config key for this builder.
internalConfig(boolean) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
io.aiven.commons.kafka.config - module io.aiven.commons.kafka.config
Kafka configuration utilities module def
io.aiven.commons.kafka.config - package io.aiven.commons.kafka.config
 
io.aiven.commons.kafka.config.fragment - package io.aiven.commons.kafka.config.fragment
 
io.aiven.commons.kafka.config.validator - package io.aiven.commons.kafka.config.validator
 
isDeprecated() - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey
Get the deprecated flag.
isForRemoval() - Method in class io.aiven.commons.kafka.config.DeprecatedInfo
Tests whether this option is subject to removal in a future version.

J

JSON - Enum constant in enum class io.aiven.commons.kafka.config.ConverterType
JsonConverter

K

keyConverter(String) - Method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment.Setter
Set the key Converter

L

logDeprecated(Logger, String) - Static method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
Logs a deprecated message for a deprecated configuration key.
logDeprecated(Logger, String, String) - Static method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
Logs a deprecated message for a deprecated configuration key.
logDeprecated(Logger, String, String, Object...) - Static method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
Logs a deprecated message for a deprecated configuration key.

M

matches(SinceInfo) - Method in class io.aiven.commons.kafka.config.SinceInfo.OverrideRange
Checks if this OverrideRange matches a SinceInfo.
maxTasks(int) - Method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment.Setter
Sets the max tasks value.
multiValidate(Map<String, ConfigValue>) - Method in class io.aiven.commons.kafka.config.CommonConfigDef
Gathers in depth, multi argument configuration issues.

N

name - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The name for the key.
NonEmptyList - Class in io.aiven.commons.kafka.config.validator
Validator to ensure that a list is either @{code null} or non-empty.
NonEmptyPassword - Class in io.aiven.commons.kafka.config.validator
Validator to ensure that a password is set to either @{code null} or a non-empty string.

O

orderInGroup - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The order within the group.
orderInGroup(int) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Sets the order in the group.
override(String, Object) - Method in class io.aiven.commons.kafka.config.CommonConfig.ChangeTrackingMap
Sets the override for a key.
OverrideRange(SinceInfo.Builder) - Constructor for class io.aiven.commons.kafka.config.SinceInfo.OverrideRange
Creates an OverrideRange from a SinceInfo.Builder.
overrideSince(SinceInfo.Builder) - Method in class io.aiven.commons.kafka.config.DeprecatedInfo
Sets the override for this SinceInfo.
overrideSince(SinceInfo.Builder) - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey
Sets since override.
overrideSince(Map<SinceInfo.OverrideRange, SinceInfo.Data>) - Method in class io.aiven.commons.kafka.config.DeprecatedInfo
Sets the override from the Builder associated with the matching OverrideRange in the overrideMap.
overrideSince(Map<SinceInfo.OverrideRange, SinceInfo.Data>) - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey
Sets the override from the Builder associated with the matching OverrideRange in the overrideMap.

P

parse(InputStream) - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Read the map from an input stream.
postProcessParsedConfig(Map<String, Object>) - Method in class io.aiven.commons.kafka.config.CommonConfig
 
PredicateGatedValidator - Class in io.aiven.commons.kafka.config.validator
A validator that is gated by a predicate.
PredicateGatedValidator(Predicate<Object>, ConfigDef.Validator) - Constructor for class io.aiven.commons.kafka.config.validator.PredicateGatedValidator
Constructor.
put(SinceInfo.OverrideRange, SinceInfo.Data) - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Put a range and data into the map.
put(SinceInfo.OverrideRange, String) - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Put an override range and final version into the map.
put(String, SinceInfo.Data) - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Put an override pattern and the data into the map.
put(String, String) - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Put an override pattern and the final version into the map.
put(String, String, String, SinceInfo.Data) - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
put the range definition and the data into the map.
put(String, String, String, String) - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Put the override range data and final version into the map.

R

recommender - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The recommender for this key.
recommender(ConfigDef.Recommender) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
registerIssue(Map<String, ConfigValue>, String, Object, String) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
Registers an issue in the Config map.
report(AbstractConfig, ConfigDef) - Static method in class io.aiven.commons.kafka.config.DeprecationReporter
Generates a list of deprecation notices for deprecated items that have non-default values.

S

ScaleValidator - Class in io.aiven.commons.kafka.config.validator
Validates input is within ranges for specific scale values.
schemes(String...) - Method in class io.aiven.commons.kafka.config.validator.UrlValidator.Builder
Adds one or more schemes to the list of valid schemes.
self - Variable in class io.aiven.commons.kafka.config.fragment.AbstractFragmentSetter
A value to return from the setter methods.
self() - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Returns this cast to the actual builder type.
serialze(PrintStream) - Method in class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Serialize the map to a print stream.
setOverride(SinceInfo.Builder) - Method in class io.aiven.commons.kafka.config.SinceInfo
Sets the override for this SinceInfo.
setOverride(Map<SinceInfo.OverrideRange, SinceInfo.Data>) - Method in class io.aiven.commons.kafka.config.SinceInfo
Sets the override from the Builder associated with the matching OverrideRange in the overrideMap.
setter(Map<String, String>) - Static method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment
Gets a setter for this fragment.
setValue(String, boolean) - Method in class io.aiven.commons.kafka.config.fragment.AbstractFragmentSetter
Sets the value.
setValue(String, int) - Method in class io.aiven.commons.kafka.config.fragment.AbstractFragmentSetter
Sets the value.
setValue(String, long) - Method in class io.aiven.commons.kafka.config.fragment.AbstractFragmentSetter
Sets the value.
setValue(String, Class<?>) - Method in class io.aiven.commons.kafka.config.fragment.AbstractFragmentSetter
Sets the value.
setValue(String, String) - Method in class io.aiven.commons.kafka.config.fragment.AbstractFragmentSetter
Sets the value.
setValue(String, URI) - Method in class io.aiven.commons.kafka.config.fragment.AbstractFragmentSetter
Sets the value.
setVersionOnly() - Method in class io.aiven.commons.kafka.config.SinceInfo
Sets the override to be just the version of this component.
since - Variable in class io.aiven.commons.kafka.config.ExtendedConfigKey
The version in which this attribute was added.
since(SinceInfo) - Method in class io.aiven.commons.kafka.config.DeprecatedInfo.Builder
Sets the version in which the option became deprecated.
since(SinceInfo) - Method in class io.aiven.commons.kafka.config.ExtendedConfigKey.Builder
Sets the since value.
since(SinceInfo.Builder) - Method in class io.aiven.commons.kafka.config.DeprecatedInfo.Builder
Sets the version in which the option became deprecated.
SinceInfo - Class in io.aiven.commons.kafka.config
Contains the information about when this option was added.
SinceInfo.Builder - Class in io.aiven.commons.kafka.config
A builder for SinceInfo and the SinceInfo override.
SinceInfo.Data - Record Class in io.aiven.commons.kafka.config
Record of the data to display.
SinceInfo.OverrideRange - Class in io.aiven.commons.kafka.config
Matches a range of SinceInfo records.
SinceInfoMapBuilder - Class in io.aiven.commons.kafka.config
Class to build and maintain a list of Override ranges to final version.
SinceInfoMapBuilder() - Constructor for class io.aiven.commons.kafka.config.SinceInfoMapBuilder
Constructs a new SinceInfoMapBuilder.
STRING - Enum constant in enum class io.aiven.commons.kafka.config.ConverterType
StringConverter

T

taskId(int) - Method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment.Setter
Sets the task ID value.
TimeScaleValidator - Class in io.aiven.commons.kafka.config.validator
A validator for time scales.
TimeZoneValidator - Class in io.aiven.commons.kafka.config.validator
A validator that ensures that a timezone string is valid.
toString() - Method in class io.aiven.commons.kafka.config.DeprecatedInfo
 
toString() - Method in record class io.aiven.commons.kafka.config.SinceInfo.Data
Returns a string representation of this record class.
toString() - Method in class io.aiven.commons.kafka.config.SinceInfo.OverrideRange
 
toString() - Method in class io.aiven.commons.kafka.config.SinceInfo
 
toString() - Method in class io.aiven.commons.kafka.config.validator.NonEmptyList
 
toString() - Method in class io.aiven.commons.kafka.config.validator.NonEmptyPassword
 
toString() - Method in class io.aiven.commons.kafka.config.validator.PredicateGatedValidator
 
toString() - Method in class io.aiven.commons.kafka.config.validator.ScaleValidator
 
toString() - Method in class io.aiven.commons.kafka.config.validator.TimeScaleValidator
 
toString() - Method in class io.aiven.commons.kafka.config.validator.TimeZoneValidator
 
toString() - Method in class io.aiven.commons.kafka.config.validator.UrlValidator
 
type - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The type of the key.
type(ConfigDef.Type) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Sets the data type.

U

unbuild(ConfigDef.ConfigKey) - Static method in class io.aiven.commons.kafka.config.ExtendedConfigKey.Builder
unbuilds a key.
update(ConfigDef) - Static method in class io.aiven.commons.kafka.config.fragment.BackoffPolicyFragment
Adds configuration options to the configuration definition.
update(ConfigDef) - Static method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment
Update the ConfigDef with the values from the fragment.
UrlValidator - Class in io.aiven.commons.kafka.config.validator
Validates that the string is a valid URL.
UrlValidator.Builder - Class in io.aiven.commons.kafka.config.validator
Builder for UrlValidator.

V

validate() - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
Deprecated.
validate(Map<String, String>) - Method in class io.aiven.commons.kafka.config.CommonConfigDef
 
validate(Map<String, ConfigValue>) - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
Validate that the data in the configuration matches any restrictions other than those from the validator.
validationMessage(String, Object, String) - Static method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
Create a validation message.
validator - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The validator (if any) for this key.
validator(ConfigDef.Validator) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Sets the validator.
valueConverter(String) - Method in class io.aiven.commons.kafka.config.fragment.CommonConfigFragment.Setter
Set the value converter
valueOf(String) - Static method in enum class io.aiven.commons.kafka.config.ConverterType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.aiven.commons.kafka.config.ConverterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class io.aiven.commons.kafka.config.fragment.ConfigFragment
 
values() - Method in interface io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Gets the map of String to value.
version() - Method in record class io.aiven.commons.kafka.config.SinceInfo.Data
Returns the value of the version record component.
version(String) - Method in class io.aiven.commons.kafka.config.SinceInfo.Builder
Sets the version.

W

width - Variable in class io.aiven.commons.kafka.config.ConfigKeyBuilder
The width of the input field for this config.
width(ConfigDef.Width) - Method in class io.aiven.commons.kafka.config.ConfigKeyBuilder
Sets the width.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values