All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToFaults(Collection<IoFault> items) |
A |
addAllToMethods(Collection<String> items) |
IOChaosActionFluent.FaultsNested<A> |
addNewFault() |
A |
addNewFault(Integer errno,
Integer weight) |
IOChaosActionFluent.FaultsNested<A> |
addNewFaultLike(IoFault item) |
A |
addToFaults(int index,
IoFault item) |
A |
addToFaults(IoFault... items) |
A |
addToMethods(int index,
String item) |
A |
addToMethods(String... items) |
Timespec |
buildAtime() |
Timespec |
buildCtime() |
IoFault |
buildFault(int index) |
List<IoFault> |
buildFaults() |
IoFault |
buildFirstFault() |
IoFault |
buildLastFault() |
IoFault |
buildMatchingFault(Predicate<IoFaultBuilder> predicate) |
MistakeSpec |
buildMistake() |
Timespec |
buildMtime() |
protected void |
copyInstance(IOChaosAction instance) |
IOChaosActionFluent.AtimeNested<A> |
editAtime() |
IOChaosActionFluent.CtimeNested<A> |
editCtime() |
IOChaosActionFluent.FaultsNested<A> |
editFault(int index) |
IOChaosActionFluent.FaultsNested<A> |
editFirstFault() |
IOChaosActionFluent.FaultsNested<A> |
editLastFault() |
IOChaosActionFluent.FaultsNested<A> |
editMatchingFault(Predicate<IoFaultBuilder> predicate) |
IOChaosActionFluent.MistakeNested<A> |
editMistake() |
IOChaosActionFluent.MtimeNested<A> |
editMtime() |
IOChaosActionFluent.AtimeNested<A> |
editOrNewAtime() |
IOChaosActionFluent.AtimeNested<A> |
editOrNewAtimeLike(Timespec item) |
IOChaosActionFluent.CtimeNested<A> |
editOrNewCtime() |
IOChaosActionFluent.CtimeNested<A> |
editOrNewCtimeLike(Timespec item) |
IOChaosActionFluent.MistakeNested<A> |
editOrNewMistake() |
IOChaosActionFluent.MistakeNested<A> |
editOrNewMistakeLike(MistakeSpec item) |
IOChaosActionFluent.MtimeNested<A> |
editOrNewMtime() |
IOChaosActionFluent.MtimeNested<A> |
editOrNewMtimeLike(Timespec item) |
boolean |
equals(Object o) |
Long |
getBlocks() |
String |
getFirstMethod() |
Long |
getGid() |
Long |
getIno() |
String |
getKind() |
String |
getLastMethod() |
String |
getLatency() |
String |
getMatchingMethod(Predicate<String> predicate) |
String |
getMethod(int index) |
List<String> |
getMethods() |
Long |
getNlink() |
String |
getPath() |
Integer |
getPercent() |
Integer |
getPerm() |
Long |
getRdev() |
Long |
getSize() |
String |
getSource() |
String |
getType() |
Long |
getUid() |
boolean |
hasAtime() |
boolean |
hasBlocks() |
boolean |
hasCtime() |
boolean |
hasFaults() |
boolean |
hasGid() |
int |
hashCode() |
boolean |
hasIno() |
boolean |
hasKind() |
boolean |
hasLatency() |
boolean |
hasMatchingFault(Predicate<IoFaultBuilder> predicate) |
boolean |
hasMatchingMethod(Predicate<String> predicate) |
boolean |
hasMethods() |
boolean |
hasMistake() |
boolean |
hasMtime() |
boolean |
hasNlink() |
boolean |
hasPath() |
boolean |
hasPercent() |
boolean |
hasPerm() |
boolean |
hasRdev() |
boolean |
hasSize() |
boolean |
hasSource() |
boolean |
hasType() |
boolean |
hasUid() |
A |
removeAllFromFaults(Collection<IoFault> items) |
A |
removeAllFromMethods(Collection<String> items) |
A |
removeFromFaults(IoFault... items) |
A |
removeFromMethods(String... items) |
A |
removeMatchingFromFaults(Predicate<IoFaultBuilder> predicate) |
IOChaosActionFluent.FaultsNested<A> |
setNewFaultLike(int index,
IoFault item) |
A |
setToFaults(int index,
IoFault item) |
A |
setToMethods(int index,
String item) |
String |
toString() |
A |
withAtime(Timespec atime) |
A |
withBlocks(Long blocks) |
A |
withCtime(Timespec ctime) |
A |
withFaults(IoFault... faults) |
A |
withFaults(List<IoFault> faults) |
A |
withGid(Long gid) |
A |
withIno(Long ino) |
A |
withKind(String kind) |
A |
withLatency(String latency) |
A |
withMethods(List<String> methods) |
A |
withMethods(String... methods) |
A |
withMistake(MistakeSpec mistake) |
A |
withMtime(Timespec mtime) |
IOChaosActionFluent.AtimeNested<A> |
withNewAtime() |
A |
withNewAtime(Long nsec,
Long sec) |
IOChaosActionFluent.AtimeNested<A> |
withNewAtimeLike(Timespec item) |
IOChaosActionFluent.CtimeNested<A> |
withNewCtime() |
A |
withNewCtime(Long nsec,
Long sec) |
IOChaosActionFluent.CtimeNested<A> |
withNewCtimeLike(Timespec item) |
IOChaosActionFluent.MistakeNested<A> |
withNewMistake() |
A |
withNewMistake(String filling,
Long maxLength,
Long maxOccurrences) |
IOChaosActionFluent.MistakeNested<A> |
withNewMistakeLike(MistakeSpec item) |
IOChaosActionFluent.MtimeNested<A> |
withNewMtime() |
A |
withNewMtime(Long nsec,
Long sec) |
IOChaosActionFluent.MtimeNested<A> |
withNewMtimeLike(Timespec item) |
A |
withNlink(Long nlink) |
A |
withPath(String path) |
A |
withPercent(Integer percent) |
A |
withPerm(Integer perm) |
A |
withRdev(Long rdev) |
A |
withSize(Long size) |
A |
withSource(String source) |
A |
withType(String type) |
A |
withUid(Long uid) |