Uses of Interface
io.aiven.commons.kafka.config.fragment.FragmentDataAccess
Packages that use FragmentDataAccess
-
Uses of FragmentDataAccess in io.aiven.commons.kafka.config.fragment
Classes in io.aiven.commons.kafka.config.fragment that implement FragmentDataAccessModifier and TypeClassDescriptionfinal classDefines the backoff policy for connectors.classThe common configuration fragment.classConfig fragments encapsulate logical fragments of configuration that may be used across multiple Connectors or across the source/sink of a connector pair.Fields in io.aiven.commons.kafka.config.fragment declared as FragmentDataAccessModifier and TypeFieldDescriptionprotected final FragmentDataAccessConfigFragment.dataAccessThe data access object for this fragment.Methods in io.aiven.commons.kafka.config.fragment that return FragmentDataAccessModifier and TypeMethodDescriptionstatic FragmentDataAccessCreates an implementation against a map of String to ConfigValues.static FragmentDataAccessFragmentDataAccess.from(org.apache.kafka.common.config.AbstractConfig cfg) Creates an implementation against an AbstractConfig.Constructors in io.aiven.commons.kafka.config.fragment with parameters of type FragmentDataAccessModifierConstructorDescriptionBackoffPolicyFragment(FragmentDataAccess dataAccess) Constructor.CommonConfigFragment(FragmentDataAccess dataAccess) Create a fragment instance from an AbstractConfig.protectedConfigFragment(FragmentDataAccess dataAccess) Construct the ConfigFragment.