Class Replication
- java.lang.Object
-
- uk.co.ractf.polaris.api.common.JsonRepresentable
-
- uk.co.ractf.polaris.api.deployment.Replication
-
- Direct Known Subclasses:
StaticReplication
public abstract class Replication extends JsonRepresentable
Represents the strategy that aTaskshould be replicated with.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReplication(java.lang.String type)Abstract constructor for Replication
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-