Uses of Class
io.strimzi.api.kafka.model.SystemProperty
-
Packages that use SystemProperty Package Description io.strimzi.api.kafka.model -
-
Uses of SystemProperty in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return SystemProperty Modifier and Type Method Description SystemPropertySystemPropertyBuilder. build()SystemPropertyJvmOptionsFluent. buildFirstJavaSystemProperty()SystemPropertyJvmOptionsFluentImpl. buildFirstJavaSystemProperty()SystemPropertyJvmOptionsFluent. buildJavaSystemProperty(int index)SystemPropertyJvmOptionsFluentImpl. buildJavaSystemProperty(int index)SystemPropertyJvmOptionsFluent. buildLastJavaSystemProperty()SystemPropertyJvmOptionsFluentImpl. buildLastJavaSystemProperty()SystemPropertyJvmOptionsFluent. buildMatchingJavaSystemProperty(Predicate<SystemPropertyBuilder> predicate)SystemPropertyJvmOptionsFluentImpl. buildMatchingJavaSystemProperty(Predicate<SystemPropertyBuilder> predicate)Methods in io.strimzi.api.kafka.model that return types with arguments of type SystemProperty Modifier and Type Method Description List<SystemProperty>JvmOptionsFluent. buildJavaSystemProperties()List<SystemProperty>JvmOptionsFluentImpl. buildJavaSystemProperties()List<SystemProperty>JvmOptions. getJavaSystemProperties()List<SystemProperty>JvmOptionsFluent. getJavaSystemProperties()Deprecated.List<SystemProperty>JvmOptionsFluentImpl. getJavaSystemProperties()Deprecated.Method parameters in io.strimzi.api.kafka.model with type arguments of type SystemProperty Modifier and Type Method Description AJvmOptionsFluent. addAllToJavaSystemProperties(Collection<SystemProperty> items)AJvmOptionsFluentImpl. addAllToJavaSystemProperties(Collection<SystemProperty> items)AJvmOptionsFluent. removeAllFromJavaSystemProperties(Collection<SystemProperty> items)AJvmOptionsFluentImpl. removeAllFromJavaSystemProperties(Collection<SystemProperty> items)voidJvmOptions. setJavaSystemProperties(List<SystemProperty> javaSystemProperties)AJvmOptionsFluent. withJavaSystemProperties(List<SystemProperty> javaSystemProperties)AJvmOptionsFluentImpl. withJavaSystemProperties(List<SystemProperty> javaSystemProperties)Constructors in io.strimzi.api.kafka.model with parameters of type SystemProperty Constructor Description SystemPropertyBuilder(SystemProperty instance)SystemPropertyBuilder(SystemPropertyFluent<?> fluent, SystemProperty instance)SystemPropertyBuilder(SystemPropertyFluent<?> fluent, SystemProperty instance, Boolean validationEnabled)SystemPropertyBuilder(SystemProperty instance, Boolean validationEnabled)SystemPropertyFluentImpl(SystemProperty instance)
-