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 FilibusterSearchStrategy
defaultSearchStrategy()
boolean
latencyProfileSupported()
boolean
start(FilibusterConfiguration filibusterConfiguration)
boolean
stop(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()
-
-