public class MemoryStressorFluent<A extends MemoryStressorFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
MemoryStressorFluent() |
MemoryStressorFluent(MemoryStressor instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToOptions(Collection<String> items) |
A |
addToOptions(int index,
String item) |
A |
addToOptions(String... items) |
protected void |
copyInstance(MemoryStressor instance) |
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 MemoryStressorFluent()
public MemoryStressorFluent(MemoryStressor instance)
protected void copyInstance(MemoryStressor instance)
public A addAllToOptions(Collection<String> items)
public A removeAllFromOptions(Collection<String> items)
public String getOption(int index)
public String getFirstOption()
public String getLastOption()
public boolean hasOptions()
public String getSize()
public boolean hasSize()
public Integer getWorkers()
public boolean hasWorkers()
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.