public class AvroSupport extends Object
Constructor and Description |
---|
AvroSupport() |
AvroSupport(boolean skipValidation,
ConditionFactorySupport conditionFactorySupport,
ExperimentFlagSupport experimentFlagSupport) |
Modifier and Type | Method and Description |
---|---|
ExperimentDeployment |
createDeployment(com.typesafe.config.Config base) |
void |
deploy(ExperimentDeployment deployment,
String outputFile) |
byte[] |
toBytes(ExperimentDeployment deployment) |
public AvroSupport()
public AvroSupport(boolean skipValidation, ConditionFactorySupport conditionFactorySupport, ExperimentFlagSupport experimentFlagSupport)
public byte[] toBytes(ExperimentDeployment deployment) throws IOException
IOException
public void deploy(ExperimentDeployment deployment, String outputFile) throws IOException
IOException
public ExperimentDeployment createDeployment(com.typesafe.config.Config base) throws IOException
IOException
Copyright © 2013. All rights reserved.