- java.lang.Object
-
- swim.concurrent.TheaterDef
-
-
Constructor Summary
Constructors Constructor Description TheaterDef(String name, int parallelism, ScheduleDef scheduleDef)
-
Method Summary
Modifier and Type Method Description protected TheaterDefcopy(String name, int parallelism, ScheduleDef scheduleDef)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()Stringname()TheaterDefname(String name)intparallelism()TheaterDefparallelism(int parallelism)ScheduleDefscheduleDef()TheaterDefscheduleDef(ScheduleDef scheduleDef)static TheaterDefstandard()static Form<TheaterDef>theaterForm()static Form<TheaterDef>theaterForm(Form<ScheduleDef> scheduleForm)StringtoString()
-
-
-
Constructor Detail
-
TheaterDef
public TheaterDef(String name, int parallelism, ScheduleDef scheduleDef)
-
-
Method Detail
-
standard
public static TheaterDef standard()
-
theaterForm
public static Form<TheaterDef> theaterForm(Form<ScheduleDef> scheduleForm)
-
theaterForm
@Kind public static Form<TheaterDef> theaterForm()
-
name
public final String name()
-
name
public TheaterDef name(String name)
-
parallelism
public final int parallelism()
-
parallelism
public TheaterDef parallelism(int parallelism)
-
scheduleDef
public final ScheduleDef scheduleDef()
-
scheduleDef
public TheaterDef scheduleDef(ScheduleDef scheduleDef)
-
copy
protected TheaterDef copy(String name, int parallelism, ScheduleDef scheduleDef)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-