Package org.apache.cassandra.utils
Annotation Type Nemesis
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Nemesis
Annotate fields, particularly important volatile fields, where the system should adversarially schedule thread events around memory accesses (read or write). This can introduce significant simulation overhead, so should be used sparingly. TODO: Support @Nemesis on methods, to insert nemesis points either before or after invocations of the method
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Nemesis.Traffic
traffic
-
-
-
Element Detail
-
traffic
Nemesis.Traffic traffic
- Default:
- org.apache.cassandra.utils.Nemesis.Traffic.HIGH
-
-