public abstract class ExperimentSpaceLoader extends Object
ExperimentSpace
instances and configuring the
ExperimentHandler
to start using them once they have been verified and validated.
There are many ways to provide data updates to a running binary, such as monitoring a file
or watching a Zookeepeer node. Clients should configure an instance of this class with the
Experiments
namespace at server startup time, and several implementations are provided
in other framework modules.
Constructor and Description |
---|
ExperimentSpaceLoader() |
Modifier and Type | Method and Description |
---|---|
protected abstract com.google.common.base.Optional<ExperimentSpace.Serialized> |
getSerialized() |
protected boolean |
reload(boolean force) |
protected boolean reload(boolean force)
protected abstract com.google.common.base.Optional<ExperimentSpace.Serialized> getSerialized()
Copyright © 2013. All rights reserved.