Uses of Interface
io.strimzi.api.kafka.model.JvmOptionsFluent
-
Packages that use JvmOptionsFluent Package Description io.strimzi.api.kafka.model -
-
Uses of JvmOptionsFluent in io.strimzi.api.kafka.model
Classes in io.strimzi.api.kafka.model with type parameters of type JvmOptionsFluent Modifier and Type Interface Description interfaceJvmOptionsFluent<A extends JvmOptionsFluent<A>>Representation for options to be passed to a JVM.classJvmOptionsFluentImpl<A extends JvmOptionsFluent<A>>Representation for options to be passed to a JVM.Subinterfaces of JvmOptionsFluent in io.strimzi.api.kafka.model Modifier and Type Interface Description static interfaceAbstractKafkaConnectSpecFluent.JvmOptionsNested<N>Representation for options to be passed to a JVM.static interfaceCruiseControlSpecFluent.JvmOptionsNested<N>Representation for options to be passed to a JVM.static interfaceEntityTopicOperatorSpecFluent.JvmOptionsNested<N>Representation for options to be passed to a JVM.static interfaceEntityUserOperatorSpecFluent.JvmOptionsNested<N>Representation for options to be passed to a JVM.static interfaceKafkaBridgeSpecFluent.JvmOptionsNested<N>Representation for options to be passed to a JVM.static interfaceKafkaClusterSpecFluent.JvmOptionsNested<N>Representation for options to be passed to a JVM.static interfaceKafkaMirrorMakerSpecFluent.JvmOptionsNested<N>Representation for options to be passed to a JVM.static interfaceZookeeperClusterSpecFluent.JvmOptionsNested<N>Representation for options to be passed to a JVM.Classes in io.strimzi.api.kafka.model that implement JvmOptionsFluent Modifier and Type Class Description classAbstractKafkaConnectSpecFluentImpl.JvmOptionsNestedImpl<N>Representation for options to be passed to a JVM.classCruiseControlSpecFluentImpl.JvmOptionsNestedImpl<N>Representation for options to be passed to a JVM.classEntityTopicOperatorSpecFluentImpl.JvmOptionsNestedImpl<N>Representation for options to be passed to a JVM.classEntityUserOperatorSpecFluentImpl.JvmOptionsNestedImpl<N>Representation for options to be passed to a JVM.classJvmOptionsBuilderRepresentation for options to be passed to a JVM.classJvmOptionsFluentImpl<A extends JvmOptionsFluent<A>>Representation for options to be passed to a JVM.classKafkaBridgeSpecFluentImpl.JvmOptionsNestedImpl<N>Representation for options to be passed to a JVM.classKafkaClusterSpecFluentImpl.JvmOptionsNestedImpl<N>Representation for options to be passed to a JVM.classKafkaMirrorMakerSpecFluentImpl.JvmOptionsNestedImpl<N>Representation for options to be passed to a JVM.classZookeeperClusterSpecFluentImpl.JvmOptionsNestedImpl<N>Representation for options to be passed to a JVM.Constructors in io.strimzi.api.kafka.model with parameters of type JvmOptionsFluent Constructor Description JvmOptionsBuilder(JvmOptionsFluent<?> fluent)JvmOptionsBuilder(JvmOptionsFluent<?> fluent, JvmOptions instance)JvmOptionsBuilder(JvmOptionsFluent<?> fluent, JvmOptions instance, Boolean validationEnabled)JvmOptionsBuilder(JvmOptionsFluent<?> fluent, Boolean validationEnabled)
-