public class MemoryStressorFluentImpl<A extends MemoryStressorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MemoryStressorFluent<A>
| Constructor and Description |
|---|
MemoryStressorFluentImpl() |
MemoryStressorFluentImpl(MemoryStressor instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToOptions(Collection<String> items) |
A |
addToOptions(int index,
String item) |
A |
addToOptions(String... items) |
boolean |
equals(Object o) |
String |
getFirstOption() |
String |
getLastOption() |
String |
getMatchingOption(Predicate<String> predicate) |
String |
getOption(int index) |
List<String> |
getOptions() |
String |
getSize() |
Integer |
getWorkers() |
int |
hashCode() |
Boolean |
hasMatchingOption(Predicate<String> predicate) |
Boolean |
hasOptions() |
Boolean |
hasSize() |
Boolean |
hasWorkers() |
A |
removeAllFromOptions(Collection<String> items) |
A |
removeFromOptions(String... items) |
A |
setToOptions(int index,
String item) |
String |
toString() |
A |
withOptions(List<String> options) |
A |
withOptions(String... options) |
A |
withSize(String size) |
A |
withWorkers(Integer workers) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic MemoryStressorFluentImpl()
public MemoryStressorFluentImpl(MemoryStressor instance)
public A addToOptions(int index, String item)
addToOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public A setToOptions(int index, String item)
setToOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public A addToOptions(String... items)
addToOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public A addAllToOptions(Collection<String> items)
addAllToOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public A removeFromOptions(String... items)
removeFromOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public A removeAllFromOptions(Collection<String> items)
removeAllFromOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public List<String> getOptions()
getOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public String getOption(int index)
getOption in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public String getFirstOption()
getFirstOption in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public String getLastOption()
getLastOption in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public String getMatchingOption(Predicate<String> predicate)
getMatchingOption in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public Boolean hasMatchingOption(Predicate<String> predicate)
hasMatchingOption in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public A withOptions(List<String> options)
withOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public A withOptions(String... options)
withOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public Boolean hasOptions()
hasOptions in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public String getSize()
getSize in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public A withSize(String size)
withSize in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public Boolean hasSize()
hasSize in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public Integer getWorkers()
getWorkers in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public A withWorkers(Integer workers)
withWorkers in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public Boolean hasWorkers()
hasWorkers in interface MemoryStressorFluent<A extends MemoryStressorFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MemoryStressorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MemoryStressorFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.