Package cloud.filibuster.junit.server
Interface FilibusterServerBackend
-
- All Known Implementing Classes:
FilibusterDockerServerBackend,FilibusterLocalProcessServerBackend,FilibusterLocalServerBackend
public interface FilibusterServerBackend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilibusterSearchStrategydefaultSearchStrategy()booleanlatencyProfileSupported()booleanstart(FilibusterConfiguration filibusterConfiguration)booleanstop(FilibusterConfiguration filibusterConfiguration)java.util.List<FilibusterSearchStrategy>supportedSearchStrategies()
-
-
-
Method Detail
-
start
boolean start(FilibusterConfiguration filibusterConfiguration) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
stop
boolean stop(FilibusterConfiguration filibusterConfiguration) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
supportedSearchStrategies
java.util.List<FilibusterSearchStrategy> supportedSearchStrategies()
-
defaultSearchStrategy
FilibusterSearchStrategy defaultSearchStrategy()
-
latencyProfileSupported
boolean latencyProfileSupported()
-
-