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 aTask
should be replicated with.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Replication(java.lang.String type)
Abstract constructor for Replication
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-