public final class Projection extends Object implements ProjectionSerializable
param: name unique ID of the projection param: workers list of workers participating on this projection.
Constructor and Description |
---|
Projection() |
Modifier and Type | Method and Description |
---|---|
static Projection |
apply(String name,
scala.collection.Seq<Worker> workers) |
String |
name() |
String |
toString() |
scala.collection.Seq<Worker> |
workers() |