Package io.strimzi.api.kafka.model
Class CruiseControlSpecFluentImpl.BrokerCapacityNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.balancing.BrokerCapacityFluentImpl<CruiseControlSpecFluent.BrokerCapacityNested<N>>
-
- io.strimzi.api.kafka.model.CruiseControlSpecFluentImpl.BrokerCapacityNestedImpl<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<CruiseControlSpecFluent.BrokerCapacityNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>,io.fabric8.kubernetes.api.builder.Visitable<CruiseControlSpecFluent.BrokerCapacityNested<N>>,BrokerCapacityFluent<CruiseControlSpecFluent.BrokerCapacityNested<N>>,CruiseControlSpecFluent.BrokerCapacityNested<N>
- Enclosing class:
- CruiseControlSpecFluentImpl<A extends CruiseControlSpecFluent<A>>
public class CruiseControlSpecFluentImpl.BrokerCapacityNestedImpl<N> extends BrokerCapacityFluentImpl<CruiseControlSpecFluent.BrokerCapacityNested<N>> implements CruiseControlSpecFluent.BrokerCapacityNested<N>, io.fabric8.kubernetes.api.builder.Nested<N>
Representation of the Cruise Control broker capacity settings. Since the Kafka brokers in Strimzi are homogeneous, the capacity values for each resource will be used for every broker.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nand()NendBrokerCapacity()-
Methods inherited from class io.strimzi.api.kafka.model.balancing.BrokerCapacityFluentImpl
equals, getCpuUtilization, getDisk, getInboundNetwork, getOutboundNetwork, hasCpuUtilization, hasDisk, hashCode, hasInboundNetwork, hasOutboundNetwork, withCpuUtilization, withDisk, withInboundNetwork, withNewDisk, withNewInboundNetwork, withNewOutboundNetwork, withOutboundNetwork
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.strimzi.api.kafka.model.balancing.BrokerCapacityFluent
getCpuUtilization, getDisk, getInboundNetwork, getOutboundNetwork, hasCpuUtilization, hasDisk, hasInboundNetwork, hasOutboundNetwork, withCpuUtilization, withDisk, withInboundNetwork, withNewDisk, withNewInboundNetwork, withNewOutboundNetwork, withOutboundNetwork
-
-
-
-
Method Detail
-
and
public N and()
- Specified by:
andin interfaceCruiseControlSpecFluent.BrokerCapacityNested<N>- Specified by:
andin interfaceio.fabric8.kubernetes.api.builder.Nested<N>
-
endBrokerCapacity
public N endBrokerCapacity()
- Specified by:
endBrokerCapacityin interfaceCruiseControlSpecFluent.BrokerCapacityNested<N>
-
-