Class FilibusterLocalProcessServerBackend
- java.lang.Object
-
- cloud.filibuster.junit.server.backends.FilibusterLocalProcessServerBackend
-
- All Implemented Interfaces:
FilibusterServerBackend
public class FilibusterLocalProcessServerBackend extends java.lang.Object implements FilibusterServerBackend
-
-
Constructor Summary
Constructors Constructor Description FilibusterLocalProcessServerBackend()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilibusterSearchStrategydefaultSearchStrategy()booleanlatencyProfileSupported()booleanstart(FilibusterConfiguration filibusterConfiguration)booleanstop(FilibusterConfiguration filibusterConfiguration)java.util.List<FilibusterSearchStrategy>supportedSearchStrategies()
-
-
-
Method Detail
-
start
public boolean start(FilibusterConfiguration filibusterConfiguration) throws java.io.IOException
- Specified by:
startin interfaceFilibusterServerBackend- Throws:
java.io.IOException
-
stop
public boolean stop(FilibusterConfiguration filibusterConfiguration) throws java.lang.InterruptedException
- Specified by:
stopin interfaceFilibusterServerBackend- Throws:
java.lang.InterruptedException
-
supportedSearchStrategies
public java.util.List<FilibusterSearchStrategy> supportedSearchStrategies()
- Specified by:
supportedSearchStrategiesin interfaceFilibusterServerBackend
-
defaultSearchStrategy
public FilibusterSearchStrategy defaultSearchStrategy()
- Specified by:
defaultSearchStrategyin interfaceFilibusterServerBackend
-
latencyProfileSupported
public boolean latencyProfileSupported()
- Specified by:
latencyProfileSupportedin interfaceFilibusterServerBackend
-
-