Uses of Class
io.strimzi.api.kafka.model.storage.EphemeralStorage
-
Packages that use EphemeralStorage Package Description io.strimzi.api.kafka.model io.strimzi.api.kafka.model.storage -
-
Uses of EphemeralStorage in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model with parameters of type EphemeralStorage Modifier and Type Method Description AKafkaClusterSpecFluent. withEphemeralStorage(EphemeralStorage ephemeralStorage)AKafkaClusterSpecFluentImpl. withEphemeralStorage(EphemeralStorage ephemeralStorage)AZookeeperClusterSpecFluent. withEphemeralStorage(EphemeralStorage ephemeralStorage)AZookeeperClusterSpecFluentImpl. withEphemeralStorage(EphemeralStorage ephemeralStorage)KafkaClusterSpecFluent.EphemeralStorageNested<A>KafkaClusterSpecFluent. withNewEphemeralStorageLike(EphemeralStorage item)KafkaClusterSpecFluent.EphemeralStorageNested<A>KafkaClusterSpecFluentImpl. withNewEphemeralStorageLike(EphemeralStorage item)ZookeeperClusterSpecFluent.EphemeralStorageNested<A>ZookeeperClusterSpecFluent. withNewEphemeralStorageLike(EphemeralStorage item)ZookeeperClusterSpecFluent.EphemeralStorageNested<A>ZookeeperClusterSpecFluentImpl. withNewEphemeralStorageLike(EphemeralStorage item) -
Uses of EphemeralStorage in io.strimzi.api.kafka.model.storage
Methods in io.strimzi.api.kafka.model.storage that return EphemeralStorage Modifier and Type Method Description EphemeralStorageEphemeralStorageBuilder. build()Method parameters in io.strimzi.api.kafka.model.storage with type arguments of type EphemeralStorage Modifier and Type Method Description AJbodStorageFluent. addAllToEphemeralStorageVolumes(Collection<EphemeralStorage> items)AJbodStorageFluentImpl. addAllToEphemeralStorageVolumes(Collection<EphemeralStorage> items)AJbodStorageFluent. removeAllFromEphemeralStorageVolumes(Collection<EphemeralStorage> items)AJbodStorageFluentImpl. removeAllFromEphemeralStorageVolumes(Collection<EphemeralStorage> items)Constructors in io.strimzi.api.kafka.model.storage with parameters of type EphemeralStorage Constructor Description EphemeralStorageBuilder(EphemeralStorage instance)EphemeralStorageBuilder(EphemeralStorageFluent<?> fluent, EphemeralStorage instance)EphemeralStorageBuilder(EphemeralStorageFluent<?> fluent, EphemeralStorage instance, Boolean validationEnabled)EphemeralStorageBuilder(EphemeralStorage instance, Boolean validationEnabled)EphemeralStorageFluentImpl(EphemeralStorage instance)
-