Uses of Enum
io.strimzi.api.kafka.model.common.template.IpFamily
Packages that use IpFamily
Package
Description
-
Uses of IpFamily in io.strimzi.api.kafka.model.common.template
Methods in io.strimzi.api.kafka.model.common.template that return IpFamilyModifier and TypeMethodDescriptionstatic IpFamilyInternalServiceTemplateFluent.getFirstIpFamily()InternalServiceTemplateFluent.getIpFamily(int index) InternalServiceTemplateFluent.getLastIpFamily()InternalServiceTemplateFluent.getMatchingIpFamily(Predicate<IpFamily> predicate) static IpFamilyReturns the enum constant of this type with the specified name.static IpFamily[]IpFamily.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.strimzi.api.kafka.model.common.template that return types with arguments of type IpFamilyModifier and TypeMethodDescriptionInternalServiceTemplate.getIpFamilies()InternalServiceTemplateFluent.getIpFamilies()Methods in io.strimzi.api.kafka.model.common.template with parameters of type IpFamilyModifier and TypeMethodDescriptionInternalServiceTemplateFluent.addToIpFamilies(int index, IpFamily item) InternalServiceTemplateFluent.addToIpFamilies(IpFamily... items) InternalServiceTemplateFluent.removeFromIpFamilies(IpFamily... items) InternalServiceTemplateFluent.setToIpFamilies(int index, IpFamily item) InternalServiceTemplateFluent.withIpFamilies(IpFamily... ipFamilies) Method parameters in io.strimzi.api.kafka.model.common.template with type arguments of type IpFamilyModifier and TypeMethodDescriptionInternalServiceTemplateFluent.addAllToIpFamilies(Collection<IpFamily> items) InternalServiceTemplateFluent.getMatchingIpFamily(Predicate<IpFamily> predicate) booleanInternalServiceTemplateFluent.hasMatchingIpFamily(Predicate<IpFamily> predicate) InternalServiceTemplateFluent.removeAllFromIpFamilies(Collection<IpFamily> items) voidInternalServiceTemplate.setIpFamilies(List<IpFamily> ipFamilies) InternalServiceTemplateFluent.withIpFamilies(List<IpFamily> ipFamilies) -
Uses of IpFamily in io.strimzi.api.kafka.model.kafka.listener
Methods in io.strimzi.api.kafka.model.kafka.listener that return IpFamilyModifier and TypeMethodDescriptionGenericKafkaListenerConfigurationFluent.getFirstIpFamily()GenericKafkaListenerConfigurationFluent.getIpFamily(int index) GenericKafkaListenerConfigurationFluent.getLastIpFamily()GenericKafkaListenerConfigurationFluent.getMatchingIpFamily(Predicate<IpFamily> predicate) Methods in io.strimzi.api.kafka.model.kafka.listener that return types with arguments of type IpFamilyModifier and TypeMethodDescriptionGenericKafkaListenerConfiguration.getIpFamilies()GenericKafkaListenerConfigurationFluent.getIpFamilies()Methods in io.strimzi.api.kafka.model.kafka.listener with parameters of type IpFamilyModifier and TypeMethodDescriptionGenericKafkaListenerConfigurationFluent.addToIpFamilies(int index, IpFamily item) GenericKafkaListenerConfigurationFluent.addToIpFamilies(IpFamily... items) GenericKafkaListenerConfigurationFluent.removeFromIpFamilies(IpFamily... items) GenericKafkaListenerConfigurationFluent.setToIpFamilies(int index, IpFamily item) GenericKafkaListenerConfigurationFluent.withIpFamilies(IpFamily... ipFamilies) Method parameters in io.strimzi.api.kafka.model.kafka.listener with type arguments of type IpFamilyModifier and TypeMethodDescriptionGenericKafkaListenerConfigurationFluent.addAllToIpFamilies(Collection<IpFamily> items) GenericKafkaListenerConfigurationFluent.getMatchingIpFamily(Predicate<IpFamily> predicate) booleanGenericKafkaListenerConfigurationFluent.hasMatchingIpFamily(Predicate<IpFamily> predicate) GenericKafkaListenerConfigurationFluent.removeAllFromIpFamilies(Collection<IpFamily> items) voidGenericKafkaListenerConfiguration.setIpFamilies(List<IpFamily> ipFamilies) GenericKafkaListenerConfigurationFluent.withIpFamilies(List<IpFamily> ipFamilies)