Interface BrokerCapacityFluent<A extends BrokerCapacityFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CruiseControlSpecFluent.BrokerCapacityNested<N>
- All Known Implementing Classes:
BrokerCapacityBuilder,BrokerCapacityFluentImpl,CruiseControlSpecFluentImpl.BrokerCapacityNestedImpl
public interface BrokerCapacityFluent<A extends BrokerCapacityFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>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 Abstract Methods Deprecated Methods Modifier and Type Method Description IntegergetCpuUtilization()StringgetDisk()StringgetInboundNetwork()StringgetOutboundNetwork()BooleanhasCpuUtilization()BooleanhasDisk()BooleanhasInboundNetwork()BooleanhasOutboundNetwork()AwithCpuUtilization(Integer cpuUtilization)AwithDisk(String disk)AwithInboundNetwork(String inboundNetwork)AwithNewDisk(String original)Deprecated.AwithNewInboundNetwork(String original)Deprecated.AwithNewOutboundNetwork(String original)Deprecated.AwithOutboundNetwork(String outboundNetwork)
-
-
-
Method Detail
-
getDisk
String getDisk()
-
hasDisk
Boolean hasDisk()
-
withNewDisk
@Deprecated A withNewDisk(String original)
Deprecated.
-
getCpuUtilization
Integer getCpuUtilization()
-
hasCpuUtilization
Boolean hasCpuUtilization()
-
getInboundNetwork
String getInboundNetwork()
-
hasInboundNetwork
Boolean hasInboundNetwork()
-
withNewInboundNetwork
@Deprecated A withNewInboundNetwork(String original)
Deprecated.
-
getOutboundNetwork
String getOutboundNetwork()
-
hasOutboundNetwork
Boolean hasOutboundNetwork()
-
withNewOutboundNetwork
@Deprecated A withNewOutboundNetwork(String original)
Deprecated.
-
-